HEX
Server: nginx/1.24.0
System: Linux DGT-WORDPRESS-VM-SERVER 6.14.0-1014-azure #14~24.04.1-Ubuntu SMP Fri Oct 3 20:52:11 UTC 2025 x86_64
User: ubuntu (1000)
PHP: 8.4.12
Disabled: NONE
Upload Files
File: /mnt/data/ifa-wp/DB/indianfilmalliance.sql
-- phpMyAdmin SQL Dump
-- version 5.2.0
-- https://www.phpmyadmin.net/
--
-- Host: 127.0.0.1
-- Generation Time: Jun 12, 2025 at 03:01 PM
-- Server version: 10.4.24-MariaDB
-- PHP Version: 8.1.6

SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO";
START TRANSACTION;
SET time_zone = "+00:00";


/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES utf8mb4 */;

--
-- Database: `indianfilmalliance`
--

-- --------------------------------------------------------

--
-- Table structure for table `wp_commentmeta`
--

CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `comment_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_comments`
--

CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) UNSIGNED NOT NULL,
  `comment_post_ID` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `comment_author` tinytext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_comments`
--

INSERT INTO `wp_comments` (`comment_ID`, `comment_post_ID`, `comment_author`, `comment_author_email`, `comment_author_url`, `comment_author_IP`, `comment_date`, `comment_date_gmt`, `comment_content`, `comment_karma`, `comment_approved`, `comment_agent`, `comment_type`, `comment_parent`, `user_id`) VALUES
(1, 1, 'A WordPress Commenter', '[email protected]', 'https://wordpress.org/', '', '2025-06-09 10:57:14', '2025-06-09 10:57:14', 'Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from <a href=\"https://gravatar.com/\">Gravatar</a>.', 0, '1', '', 'comment', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_dreamsrent_booking`
--

CREATE TABLE `wp_dreamsrent_booking` (
  `id` mediumint(9) NOT NULL,
  `car_id` mediumint(9) NOT NULL,
  `product_id` mediumint(9) NOT NULL,
  `order_id` mediumint(9) NOT NULL,
  `product_name` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pickup_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `dropoff_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `time_option` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `reserv_id` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bkstatus` text COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_dreamsrent_maintenance`
--

CREATE TABLE `wp_dreamsrent_maintenance` (
  `id` mediumint(9) NOT NULL,
  `car_id` mediumint(9) NOT NULL,
  `odometer` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `start_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `end_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `details` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_dreamsrent_reservations`
--

CREATE TABLE `wp_dreamsrent_reservations` (
  `id` mediumint(9) NOT NULL,
  `tarrif` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `rental_type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `passengers` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `start_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `start_time` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `end_date` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `end_time` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pickup_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `drop_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `security_deposit` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `return_same_location` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `car_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `customer_details` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `driver_id` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `driver_details` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `extra_services` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `base_kilometers` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `base_kilometers_unlimited` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `kilometers_extra_price` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `insurance` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `price_car` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `es_price` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `sd_price` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `driver_price` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ins_price` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `total_price` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bkstatus` text COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_e_events`
--

CREATE TABLE `wp_e_events` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `event_data` text COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `created_at` datetime NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_links`
--

CREATE TABLE `wp_links` (
  `link_id` bigint(20) UNSIGNED NOT NULL,
  `link_url` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_image` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_target` varchar(25) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_description` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_visible` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Y',
  `link_owner` bigint(20) UNSIGNED NOT NULL DEFAULT 1,
  `link_rating` int(11) NOT NULL DEFAULT 0,
  `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `link_rel` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `link_notes` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `link_rss` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_options`
--

CREATE TABLE `wp_options` (
  `option_id` bigint(20) UNSIGNED NOT NULL,
  `option_name` varchar(191) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `option_value` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `autoload` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'yes'
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_options`
--

INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(1, 'cron', 'a:17:{i:1749735308;a:2:{s:29:\"pmpro_cron_expire_memberships\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:38:\"pmpro_cron_recurring_payment_reminders\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1749735309;a:1:{s:30:\"pmpro_cron_expiration_warnings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1749736634;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1749769052;a:1:{s:21:\"wp_update_user_counts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1749772633;a:1:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1749774433;a:1:{s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1749776233;a:1:{s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1749810600;a:2:{s:31:\"pmpro_cron_admin_activity_email\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:21:\"pmpro_cron_delete_tmp\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1749812234;a:1:{s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1749812252;a:2:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1749812260;a:1:{s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1749812649;a:1:{s:28:\"elementor/tracker/send_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1750071569;a:1:{s:30:\"wp_delete_temp_updater_backups\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1750157834;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1752179708;a:2:{s:40:\"pmpro_cron_credit_card_expiring_warnings\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}s:23:\"pmpro_license_check_key\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}i:1752179709;a:1:{s:20:\"put_do_weekly_action\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2635200;}}}s:7:\"version\";i:2;}', 'on'),
(2, 'siteurl', 'https://ifa-wp.dreamstechnologies.com', 'on'),
(3, 'home', 'https://ifa-wp.dreamstechnologies.com', 'on'),
(4, 'blogname', '', 'on'),
(5, 'blogdescription', '', 'on'),
(6, 'users_can_register', '0', 'on'),
(7, 'admin_email', '[email protected]', 'on'),
(8, 'start_of_week', '1', 'on'),
(9, 'use_balanceTags', '0', 'on'),
(10, 'use_smilies', '1', 'on'),
(11, 'require_name_email', '1', 'on'),
(12, 'comments_notify', '1', 'on'),
(13, 'posts_per_rss', '10', 'on'),
(14, 'rss_use_excerpt', '0', 'on'),
(15, 'mailserver_url', 'mail.example.com', 'on'),
(16, 'mailserver_login', '[email protected]', 'on'),
(17, 'mailserver_pass', '', 'on'),
(18, 'mailserver_port', '110', 'on'),
(19, 'default_category', '1', 'on'),
(20, 'default_comment_status', 'open', 'on'),
(21, 'default_ping_status', 'open', 'on'),
(22, 'default_pingback_flag', '1', 'on'),
(23, 'posts_per_page', '10', 'on'),
(24, 'date_format', 'F j, Y', 'on'),
(25, 'time_format', 'g:i a', 'on'),
(26, 'links_updated_date_format', 'F j, Y g:i a', 'on'),
(27, 'comment_moderation', '0', 'on'),
(28, 'moderation_notify', '1', 'on'),
(29, 'permalink_structure', '/%postname%/', 'on'),
(30, 'rewrite_rules', 'a:132:{s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:61:\"^\\.well-known\\/apple-developer-merchantid-domain-association$\";s:37:\"index.php?pmpro_stripe_apple_pay=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:46:\"e-floating-buttons/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:56:\"e-floating-buttons/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:76:\"e-floating-buttons/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:71:\"e-floating-buttons/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:52:\"e-floating-buttons/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"e-floating-buttons/([^/]+)/embed/?$\";s:51:\"index.php?e-floating-buttons=$matches[1]&embed=true\";s:39:\"e-floating-buttons/([^/]+)/trackback/?$\";s:45:\"index.php?e-floating-buttons=$matches[1]&tb=1\";s:47:\"e-floating-buttons/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&paged=$matches[2]\";s:54:\"e-floating-buttons/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?e-floating-buttons=$matches[1]&cpage=$matches[2]\";s:43:\"e-floating-buttons/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?e-floating-buttons=$matches[1]&page=$matches[2]\";s:35:\"e-floating-buttons/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"e-floating-buttons/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"e-floating-buttons/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"e-floating-buttons/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"e-floating-buttons/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:63:\"pmpro_abandoned_signup/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?pmpro_abandoned_signup=$matches[1]&feed=$matches[2]\";s:58:\"pmpro_abandoned_signup/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:61:\"index.php?pmpro_abandoned_signup=$matches[1]&feed=$matches[2]\";s:39:\"pmpro_abandoned_signup/([^/]+)/embed/?$\";s:55:\"index.php?pmpro_abandoned_signup=$matches[1]&embed=true\";s:51:\"pmpro_abandoned_signup/([^/]+)/page/?([0-9]{1,})/?$\";s:62:\"index.php?pmpro_abandoned_signup=$matches[1]&paged=$matches[2]\";s:33:\"pmpro_abandoned_signup/([^/]+)/?$\";s:44:\"index.php?pmpro_abandoned_signup=$matches[1]\";s:40:\"elementor-hf/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"elementor-hf/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"elementor-hf/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"elementor-hf/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"elementor-hf/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"elementor-hf/([^/]+)/embed/?$\";s:45:\"index.php?elementor-hf=$matches[1]&embed=true\";s:33:\"elementor-hf/([^/]+)/trackback/?$\";s:39:\"index.php?elementor-hf=$matches[1]&tb=1\";s:41:\"elementor-hf/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&paged=$matches[2]\";s:48:\"elementor-hf/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?elementor-hf=$matches[1]&cpage=$matches[2]\";s:37:\"elementor-hf/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?elementor-hf=$matches[1]&page=$matches[2]\";s:29:\"elementor-hf/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"elementor-hf/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"elementor-hf/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"elementor-hf/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"elementor-hf/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=29&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";s:27:\"[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"([^/]+)/embed/?$\";s:37:\"index.php?name=$matches[1]&embed=true\";s:20:\"([^/]+)/trackback/?$\";s:31:\"index.php?name=$matches[1]&tb=1\";s:40:\"([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:35:\"([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?name=$matches[1]&feed=$matches[2]\";s:28:\"([^/]+)/page/?([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&paged=$matches[2]\";s:35:\"([^/]+)/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?name=$matches[1]&cpage=$matches[2]\";s:24:\"([^/]+)(?:/([0-9]+))?/?$\";s:43:\"index.php?name=$matches[1]&page=$matches[2]\";s:16:\"[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:26:\"[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:46:\"[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:41:\"[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:22:\"[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";}', 'on'),
(31, 'hack_file', '0', 'on'),
(32, 'blog_charset', 'UTF-8', 'on'),
(33, 'moderation_keys', '', 'off'),
(34, 'active_plugins', 'a:9:{i:0;s:35:\"redux-framework/redux-framework.php\";i:1;s:33:\"classic-editor/classic-editor.php\";i:2;s:35:\"classic-widgets/classic-widgets.php\";i:3;s:43:\"dreamsrent-widgets/dreamsrent-elementor.php\";i:4;s:23:\"elementor/elementor.php\";i:5;s:51:\"header-footer-elementor/header-footer-elementor.php\";i:6;s:59:\"mycred-paid-memberships-pro/mycred-paid-memberships-pro.php\";i:7;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:8;s:32:\"slider-hero/qcld-slider-main.php\";}', 'on'),
(35, 'category_base', '', 'on'),
(36, 'ping_sites', 'http://rpc.pingomatic.com/', 'on'),
(37, 'comment_max_links', '2', 'on'),
(38, 'gmt_offset', '0', 'on'),
(39, 'default_email_category', '1', 'on'),
(40, 'recently_edited', '', 'off'),
(41, 'template', 'dreamsrent', 'on'),
(42, 'stylesheet', 'dreamsrent', 'on'),
(43, 'comment_registration', '0', 'on'),
(44, 'html_type', 'text/html', 'on'),
(45, 'use_trackback', '0', 'on'),
(46, 'default_role', 'subscriber', 'on'),
(47, 'db_version', '58975', 'on'),
(48, 'uploads_use_yearmonth_folders', '1', 'on'),
(49, 'upload_path', '', 'on'),
(50, 'blog_public', '1', 'on'),
(51, 'default_link_category', '2', 'on'),
(52, 'show_on_front', 'page', 'on'),
(53, 'tag_base', '', 'on'),
(54, 'show_avatars', '1', 'on'),
(55, 'avatar_rating', 'G', 'on'),
(56, 'upload_url_path', '', 'on'),
(57, 'thumbnail_size_w', '150', 'on'),
(58, 'thumbnail_size_h', '150', 'on'),
(59, 'thumbnail_crop', '1', 'on'),
(60, 'medium_size_w', '300', 'on'),
(61, 'medium_size_h', '300', 'on'),
(62, 'avatar_default', 'mystery', 'on'),
(63, 'large_size_w', '1024', 'on'),
(64, 'large_size_h', '1024', 'on'),
(65, 'image_default_link_type', 'none', 'on'),
(66, 'image_default_size', '', 'on'),
(67, 'image_default_align', '', 'on'),
(68, 'close_comments_for_old_posts', '0', 'on'),
(69, 'close_comments_days_old', '14', 'on'),
(70, 'thread_comments', '1', 'on'),
(71, 'thread_comments_depth', '5', 'on'),
(72, 'page_comments', '0', 'on'),
(73, 'comments_per_page', '50', 'on'),
(74, 'default_comments_page', 'newest', 'on'),
(75, 'comment_order', 'asc', 'on'),
(76, 'sticky_posts', 'a:0:{}', 'on'),
(77, 'widget_categories', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(78, 'widget_text', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(79, 'widget_rss', 'a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}', 'auto'),
(80, 'uninstall_plugins', 'a:1:{s:23:\"elementor/elementor.php\";a:2:{i:0;s:21:\"Elementor\\Maintenance\";i:1;s:9:\"uninstall\";}}', 'off'),
(81, 'timezone_string', '', 'on'),
(82, 'page_for_posts', '0', 'on'),
(83, 'page_on_front', '29', 'on'),
(84, 'default_post_format', '0', 'on'),
(85, 'link_manager_enabled', '0', 'on'),
(86, 'finished_splitting_shared_terms', '1', 'on'),
(87, 'site_icon', '0', 'on'),
(88, 'medium_large_size_w', '768', 'on'),
(89, 'medium_large_size_h', '0', 'on'),
(90, 'wp_page_for_privacy_policy', '3', 'on'),
(91, 'show_comments_cookies_opt_in', '1', 'on'),
(92, 'admin_email_lifespan', '1765018633', 'on'),
(93, 'disallowed_keys', '', 'off'),
(94, 'comment_previously_approved', '1', 'on'),
(95, 'auto_plugin_theme_update_emails', 'a:0:{}', 'off'),
(96, 'auto_update_core_dev', 'enabled', 'on'),
(97, 'auto_update_core_minor', 'enabled', 'on'),
(98, 'auto_update_core_major', 'enabled', 'on'),
(99, 'wp_force_deactivated_plugins', 'a:0:{}', 'on'),
(100, 'wp_attachment_pages_enabled', '0', 'on'),
(101, 'initial_db_version', '58975', 'on'),
(102, 'wp_user_roles', 'a:5:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:86:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:22:\"pmpro_memberships_menu\";b:1;s:15:\"pmpro_dashboard\";b:1;s:12:\"pmpro_wizard\";b:1;s:22:\"pmpro_membershiplevels\";b:1;s:18:\"pmpro_edit_members\";b:1;s:18:\"pmpro_pagesettings\";b:1;s:21:\"pmpro_paymentsettings\";b:1;s:22:\"pmpro_securitysettings\";b:1;s:19:\"pmpro_emailsettings\";b:1;s:20:\"pmpro_emailtemplates\";b:1;s:20:\"pmpro_designsettings\";b:1;s:22:\"pmpro_advancedsettings\";b:1;s:12:\"pmpro_addons\";b:1;s:15:\"pmpro_loginscsv\";b:1;s:17:\"pmpro_memberslist\";b:1;s:20:\"pmpro_memberslistcsv\";b:1;s:13:\"pmpro_reports\";b:1;s:16:\"pmpro_reportscsv\";b:1;s:12:\"pmpro_orders\";b:1;s:15:\"pmpro_orderscsv\";b:1;s:22:\"pmpro_sales_report_csv\";b:1;s:19:\"pmpro_discountcodes\";b:1;s:16:\"pmpro_userfields\";b:1;s:13:\"pmpro_updates\";b:1;s:23:\"pmpro_manage_pause_mode\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:34:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}}', 'on'),
(103, 'fresh_site', '0', 'off'),
(104, 'user_count', '2', 'off'),
(105, 'widget_block', 'a:6:{i:2;a:1:{s:7:\"content\";s:19:\"<!-- wp:search /-->\";}i:3;a:1:{s:7:\"content\";s:154:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Posts</h2><!-- /wp:heading --><!-- wp:latest-posts /--></div><!-- /wp:group -->\";}i:4;a:1:{s:7:\"content\";s:227:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Recent Comments</h2><!-- /wp:heading --><!-- wp:latest-comments {\"displayAvatar\":false,\"displayDate\":false,\"displayExcerpt\":false} /--></div><!-- /wp:group -->\";}i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}s:12:\"_multiwidget\";i:1;}', 'auto'),
(106, 'sidebars_widgets', 'a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:13:\"array_version\";i:3;}', 'auto'),
(107, 'widget_pages', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(108, 'widget_calendar', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(109, 'widget_archives', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(110, 'widget_media_audio', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(111, 'widget_media_image', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(112, 'widget_media_gallery', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(113, 'widget_media_video', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(114, 'widget_meta', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(115, 'widget_search', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(116, 'widget_recent-posts', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(117, 'widget_recent-comments', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(118, 'widget_tag_cloud', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(119, 'widget_nav_menu', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(120, 'widget_custom_html', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(121, '_transient_wp_core_block_css_files', 'a:2:{s:7:\"version\";s:5:\"6.8.1\";s:5:\"files\";a:536:{i:0;s:23:\"archives/editor-rtl.css\";i:1;s:27:\"archives/editor-rtl.min.css\";i:2;s:19:\"archives/editor.css\";i:3;s:23:\"archives/editor.min.css\";i:4;s:22:\"archives/style-rtl.css\";i:5;s:26:\"archives/style-rtl.min.css\";i:6;s:18:\"archives/style.css\";i:7;s:22:\"archives/style.min.css\";i:8;s:20:\"audio/editor-rtl.css\";i:9;s:24:\"audio/editor-rtl.min.css\";i:10;s:16:\"audio/editor.css\";i:11;s:20:\"audio/editor.min.css\";i:12;s:19:\"audio/style-rtl.css\";i:13;s:23:\"audio/style-rtl.min.css\";i:14;s:15:\"audio/style.css\";i:15;s:19:\"audio/style.min.css\";i:16;s:19:\"audio/theme-rtl.css\";i:17;s:23:\"audio/theme-rtl.min.css\";i:18;s:15:\"audio/theme.css\";i:19;s:19:\"audio/theme.min.css\";i:20;s:21:\"avatar/editor-rtl.css\";i:21;s:25:\"avatar/editor-rtl.min.css\";i:22;s:17:\"avatar/editor.css\";i:23;s:21:\"avatar/editor.min.css\";i:24;s:20:\"avatar/style-rtl.css\";i:25;s:24:\"avatar/style-rtl.min.css\";i:26;s:16:\"avatar/style.css\";i:27;s:20:\"avatar/style.min.css\";i:28;s:21:\"button/editor-rtl.css\";i:29;s:25:\"button/editor-rtl.min.css\";i:30;s:17:\"button/editor.css\";i:31;s:21:\"button/editor.min.css\";i:32;s:20:\"button/style-rtl.css\";i:33;s:24:\"button/style-rtl.min.css\";i:34;s:16:\"button/style.css\";i:35;s:20:\"button/style.min.css\";i:36;s:22:\"buttons/editor-rtl.css\";i:37;s:26:\"buttons/editor-rtl.min.css\";i:38;s:18:\"buttons/editor.css\";i:39;s:22:\"buttons/editor.min.css\";i:40;s:21:\"buttons/style-rtl.css\";i:41;s:25:\"buttons/style-rtl.min.css\";i:42;s:17:\"buttons/style.css\";i:43;s:21:\"buttons/style.min.css\";i:44;s:22:\"calendar/style-rtl.css\";i:45;s:26:\"calendar/style-rtl.min.css\";i:46;s:18:\"calendar/style.css\";i:47;s:22:\"calendar/style.min.css\";i:48;s:25:\"categories/editor-rtl.css\";i:49;s:29:\"categories/editor-rtl.min.css\";i:50;s:21:\"categories/editor.css\";i:51;s:25:\"categories/editor.min.css\";i:52;s:24:\"categories/style-rtl.css\";i:53;s:28:\"categories/style-rtl.min.css\";i:54;s:20:\"categories/style.css\";i:55;s:24:\"categories/style.min.css\";i:56;s:19:\"code/editor-rtl.css\";i:57;s:23:\"code/editor-rtl.min.css\";i:58;s:15:\"code/editor.css\";i:59;s:19:\"code/editor.min.css\";i:60;s:18:\"code/style-rtl.css\";i:61;s:22:\"code/style-rtl.min.css\";i:62;s:14:\"code/style.css\";i:63;s:18:\"code/style.min.css\";i:64;s:18:\"code/theme-rtl.css\";i:65;s:22:\"code/theme-rtl.min.css\";i:66;s:14:\"code/theme.css\";i:67;s:18:\"code/theme.min.css\";i:68;s:22:\"columns/editor-rtl.css\";i:69;s:26:\"columns/editor-rtl.min.css\";i:70;s:18:\"columns/editor.css\";i:71;s:22:\"columns/editor.min.css\";i:72;s:21:\"columns/style-rtl.css\";i:73;s:25:\"columns/style-rtl.min.css\";i:74;s:17:\"columns/style.css\";i:75;s:21:\"columns/style.min.css\";i:76;s:33:\"comment-author-name/style-rtl.css\";i:77;s:37:\"comment-author-name/style-rtl.min.css\";i:78;s:29:\"comment-author-name/style.css\";i:79;s:33:\"comment-author-name/style.min.css\";i:80;s:29:\"comment-content/style-rtl.css\";i:81;s:33:\"comment-content/style-rtl.min.css\";i:82;s:25:\"comment-content/style.css\";i:83;s:29:\"comment-content/style.min.css\";i:84;s:26:\"comment-date/style-rtl.css\";i:85;s:30:\"comment-date/style-rtl.min.css\";i:86;s:22:\"comment-date/style.css\";i:87;s:26:\"comment-date/style.min.css\";i:88;s:31:\"comment-edit-link/style-rtl.css\";i:89;s:35:\"comment-edit-link/style-rtl.min.css\";i:90;s:27:\"comment-edit-link/style.css\";i:91;s:31:\"comment-edit-link/style.min.css\";i:92;s:32:\"comment-reply-link/style-rtl.css\";i:93;s:36:\"comment-reply-link/style-rtl.min.css\";i:94;s:28:\"comment-reply-link/style.css\";i:95;s:32:\"comment-reply-link/style.min.css\";i:96;s:30:\"comment-template/style-rtl.css\";i:97;s:34:\"comment-template/style-rtl.min.css\";i:98;s:26:\"comment-template/style.css\";i:99;s:30:\"comment-template/style.min.css\";i:100;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:101;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:102;s:38:\"comments-pagination-numbers/editor.css\";i:103;s:42:\"comments-pagination-numbers/editor.min.css\";i:104;s:34:\"comments-pagination/editor-rtl.css\";i:105;s:38:\"comments-pagination/editor-rtl.min.css\";i:106;s:30:\"comments-pagination/editor.css\";i:107;s:34:\"comments-pagination/editor.min.css\";i:108;s:33:\"comments-pagination/style-rtl.css\";i:109;s:37:\"comments-pagination/style-rtl.min.css\";i:110;s:29:\"comments-pagination/style.css\";i:111;s:33:\"comments-pagination/style.min.css\";i:112;s:29:\"comments-title/editor-rtl.css\";i:113;s:33:\"comments-title/editor-rtl.min.css\";i:114;s:25:\"comments-title/editor.css\";i:115;s:29:\"comments-title/editor.min.css\";i:116;s:23:\"comments/editor-rtl.css\";i:117;s:27:\"comments/editor-rtl.min.css\";i:118;s:19:\"comments/editor.css\";i:119;s:23:\"comments/editor.min.css\";i:120;s:22:\"comments/style-rtl.css\";i:121;s:26:\"comments/style-rtl.min.css\";i:122;s:18:\"comments/style.css\";i:123;s:22:\"comments/style.min.css\";i:124;s:20:\"cover/editor-rtl.css\";i:125;s:24:\"cover/editor-rtl.min.css\";i:126;s:16:\"cover/editor.css\";i:127;s:20:\"cover/editor.min.css\";i:128;s:19:\"cover/style-rtl.css\";i:129;s:23:\"cover/style-rtl.min.css\";i:130;s:15:\"cover/style.css\";i:131;s:19:\"cover/style.min.css\";i:132;s:22:\"details/editor-rtl.css\";i:133;s:26:\"details/editor-rtl.min.css\";i:134;s:18:\"details/editor.css\";i:135;s:22:\"details/editor.min.css\";i:136;s:21:\"details/style-rtl.css\";i:137;s:25:\"details/style-rtl.min.css\";i:138;s:17:\"details/style.css\";i:139;s:21:\"details/style.min.css\";i:140;s:20:\"embed/editor-rtl.css\";i:141;s:24:\"embed/editor-rtl.min.css\";i:142;s:16:\"embed/editor.css\";i:143;s:20:\"embed/editor.min.css\";i:144;s:19:\"embed/style-rtl.css\";i:145;s:23:\"embed/style-rtl.min.css\";i:146;s:15:\"embed/style.css\";i:147;s:19:\"embed/style.min.css\";i:148;s:19:\"embed/theme-rtl.css\";i:149;s:23:\"embed/theme-rtl.min.css\";i:150;s:15:\"embed/theme.css\";i:151;s:19:\"embed/theme.min.css\";i:152;s:19:\"file/editor-rtl.css\";i:153;s:23:\"file/editor-rtl.min.css\";i:154;s:15:\"file/editor.css\";i:155;s:19:\"file/editor.min.css\";i:156;s:18:\"file/style-rtl.css\";i:157;s:22:\"file/style-rtl.min.css\";i:158;s:14:\"file/style.css\";i:159;s:18:\"file/style.min.css\";i:160;s:23:\"footnotes/style-rtl.css\";i:161;s:27:\"footnotes/style-rtl.min.css\";i:162;s:19:\"footnotes/style.css\";i:163;s:23:\"footnotes/style.min.css\";i:164;s:23:\"freeform/editor-rtl.css\";i:165;s:27:\"freeform/editor-rtl.min.css\";i:166;s:19:\"freeform/editor.css\";i:167;s:23:\"freeform/editor.min.css\";i:168;s:22:\"gallery/editor-rtl.css\";i:169;s:26:\"gallery/editor-rtl.min.css\";i:170;s:18:\"gallery/editor.css\";i:171;s:22:\"gallery/editor.min.css\";i:172;s:21:\"gallery/style-rtl.css\";i:173;s:25:\"gallery/style-rtl.min.css\";i:174;s:17:\"gallery/style.css\";i:175;s:21:\"gallery/style.min.css\";i:176;s:21:\"gallery/theme-rtl.css\";i:177;s:25:\"gallery/theme-rtl.min.css\";i:178;s:17:\"gallery/theme.css\";i:179;s:21:\"gallery/theme.min.css\";i:180;s:20:\"group/editor-rtl.css\";i:181;s:24:\"group/editor-rtl.min.css\";i:182;s:16:\"group/editor.css\";i:183;s:20:\"group/editor.min.css\";i:184;s:19:\"group/style-rtl.css\";i:185;s:23:\"group/style-rtl.min.css\";i:186;s:15:\"group/style.css\";i:187;s:19:\"group/style.min.css\";i:188;s:19:\"group/theme-rtl.css\";i:189;s:23:\"group/theme-rtl.min.css\";i:190;s:15:\"group/theme.css\";i:191;s:19:\"group/theme.min.css\";i:192;s:21:\"heading/style-rtl.css\";i:193;s:25:\"heading/style-rtl.min.css\";i:194;s:17:\"heading/style.css\";i:195;s:21:\"heading/style.min.css\";i:196;s:19:\"html/editor-rtl.css\";i:197;s:23:\"html/editor-rtl.min.css\";i:198;s:15:\"html/editor.css\";i:199;s:19:\"html/editor.min.css\";i:200;s:20:\"image/editor-rtl.css\";i:201;s:24:\"image/editor-rtl.min.css\";i:202;s:16:\"image/editor.css\";i:203;s:20:\"image/editor.min.css\";i:204;s:19:\"image/style-rtl.css\";i:205;s:23:\"image/style-rtl.min.css\";i:206;s:15:\"image/style.css\";i:207;s:19:\"image/style.min.css\";i:208;s:19:\"image/theme-rtl.css\";i:209;s:23:\"image/theme-rtl.min.css\";i:210;s:15:\"image/theme.css\";i:211;s:19:\"image/theme.min.css\";i:212;s:29:\"latest-comments/style-rtl.css\";i:213;s:33:\"latest-comments/style-rtl.min.css\";i:214;s:25:\"latest-comments/style.css\";i:215;s:29:\"latest-comments/style.min.css\";i:216;s:27:\"latest-posts/editor-rtl.css\";i:217;s:31:\"latest-posts/editor-rtl.min.css\";i:218;s:23:\"latest-posts/editor.css\";i:219;s:27:\"latest-posts/editor.min.css\";i:220;s:26:\"latest-posts/style-rtl.css\";i:221;s:30:\"latest-posts/style-rtl.min.css\";i:222;s:22:\"latest-posts/style.css\";i:223;s:26:\"latest-posts/style.min.css\";i:224;s:18:\"list/style-rtl.css\";i:225;s:22:\"list/style-rtl.min.css\";i:226;s:14:\"list/style.css\";i:227;s:18:\"list/style.min.css\";i:228;s:22:\"loginout/style-rtl.css\";i:229;s:26:\"loginout/style-rtl.min.css\";i:230;s:18:\"loginout/style.css\";i:231;s:22:\"loginout/style.min.css\";i:232;s:25:\"media-text/editor-rtl.css\";i:233;s:29:\"media-text/editor-rtl.min.css\";i:234;s:21:\"media-text/editor.css\";i:235;s:25:\"media-text/editor.min.css\";i:236;s:24:\"media-text/style-rtl.css\";i:237;s:28:\"media-text/style-rtl.min.css\";i:238;s:20:\"media-text/style.css\";i:239;s:24:\"media-text/style.min.css\";i:240;s:19:\"more/editor-rtl.css\";i:241;s:23:\"more/editor-rtl.min.css\";i:242;s:15:\"more/editor.css\";i:243;s:19:\"more/editor.min.css\";i:244;s:30:\"navigation-link/editor-rtl.css\";i:245;s:34:\"navigation-link/editor-rtl.min.css\";i:246;s:26:\"navigation-link/editor.css\";i:247;s:30:\"navigation-link/editor.min.css\";i:248;s:29:\"navigation-link/style-rtl.css\";i:249;s:33:\"navigation-link/style-rtl.min.css\";i:250;s:25:\"navigation-link/style.css\";i:251;s:29:\"navigation-link/style.min.css\";i:252;s:33:\"navigation-submenu/editor-rtl.css\";i:253;s:37:\"navigation-submenu/editor-rtl.min.css\";i:254;s:29:\"navigation-submenu/editor.css\";i:255;s:33:\"navigation-submenu/editor.min.css\";i:256;s:25:\"navigation/editor-rtl.css\";i:257;s:29:\"navigation/editor-rtl.min.css\";i:258;s:21:\"navigation/editor.css\";i:259;s:25:\"navigation/editor.min.css\";i:260;s:24:\"navigation/style-rtl.css\";i:261;s:28:\"navigation/style-rtl.min.css\";i:262;s:20:\"navigation/style.css\";i:263;s:24:\"navigation/style.min.css\";i:264;s:23:\"nextpage/editor-rtl.css\";i:265;s:27:\"nextpage/editor-rtl.min.css\";i:266;s:19:\"nextpage/editor.css\";i:267;s:23:\"nextpage/editor.min.css\";i:268;s:24:\"page-list/editor-rtl.css\";i:269;s:28:\"page-list/editor-rtl.min.css\";i:270;s:20:\"page-list/editor.css\";i:271;s:24:\"page-list/editor.min.css\";i:272;s:23:\"page-list/style-rtl.css\";i:273;s:27:\"page-list/style-rtl.min.css\";i:274;s:19:\"page-list/style.css\";i:275;s:23:\"page-list/style.min.css\";i:276;s:24:\"paragraph/editor-rtl.css\";i:277;s:28:\"paragraph/editor-rtl.min.css\";i:278;s:20:\"paragraph/editor.css\";i:279;s:24:\"paragraph/editor.min.css\";i:280;s:23:\"paragraph/style-rtl.css\";i:281;s:27:\"paragraph/style-rtl.min.css\";i:282;s:19:\"paragraph/style.css\";i:283;s:23:\"paragraph/style.min.css\";i:284;s:35:\"post-author-biography/style-rtl.css\";i:285;s:39:\"post-author-biography/style-rtl.min.css\";i:286;s:31:\"post-author-biography/style.css\";i:287;s:35:\"post-author-biography/style.min.css\";i:288;s:30:\"post-author-name/style-rtl.css\";i:289;s:34:\"post-author-name/style-rtl.min.css\";i:290;s:26:\"post-author-name/style.css\";i:291;s:30:\"post-author-name/style.min.css\";i:292;s:26:\"post-author/editor-rtl.css\";i:293;s:30:\"post-author/editor-rtl.min.css\";i:294;s:22:\"post-author/editor.css\";i:295;s:26:\"post-author/editor.min.css\";i:296;s:25:\"post-author/style-rtl.css\";i:297;s:29:\"post-author/style-rtl.min.css\";i:298;s:21:\"post-author/style.css\";i:299;s:25:\"post-author/style.min.css\";i:300;s:33:\"post-comments-form/editor-rtl.css\";i:301;s:37:\"post-comments-form/editor-rtl.min.css\";i:302;s:29:\"post-comments-form/editor.css\";i:303;s:33:\"post-comments-form/editor.min.css\";i:304;s:32:\"post-comments-form/style-rtl.css\";i:305;s:36:\"post-comments-form/style-rtl.min.css\";i:306;s:28:\"post-comments-form/style.css\";i:307;s:32:\"post-comments-form/style.min.css\";i:308;s:26:\"post-content/style-rtl.css\";i:309;s:30:\"post-content/style-rtl.min.css\";i:310;s:22:\"post-content/style.css\";i:311;s:26:\"post-content/style.min.css\";i:312;s:23:\"post-date/style-rtl.css\";i:313;s:27:\"post-date/style-rtl.min.css\";i:314;s:19:\"post-date/style.css\";i:315;s:23:\"post-date/style.min.css\";i:316;s:27:\"post-excerpt/editor-rtl.css\";i:317;s:31:\"post-excerpt/editor-rtl.min.css\";i:318;s:23:\"post-excerpt/editor.css\";i:319;s:27:\"post-excerpt/editor.min.css\";i:320;s:26:\"post-excerpt/style-rtl.css\";i:321;s:30:\"post-excerpt/style-rtl.min.css\";i:322;s:22:\"post-excerpt/style.css\";i:323;s:26:\"post-excerpt/style.min.css\";i:324;s:34:\"post-featured-image/editor-rtl.css\";i:325;s:38:\"post-featured-image/editor-rtl.min.css\";i:326;s:30:\"post-featured-image/editor.css\";i:327;s:34:\"post-featured-image/editor.min.css\";i:328;s:33:\"post-featured-image/style-rtl.css\";i:329;s:37:\"post-featured-image/style-rtl.min.css\";i:330;s:29:\"post-featured-image/style.css\";i:331;s:33:\"post-featured-image/style.min.css\";i:332;s:34:\"post-navigation-link/style-rtl.css\";i:333;s:38:\"post-navigation-link/style-rtl.min.css\";i:334;s:30:\"post-navigation-link/style.css\";i:335;s:34:\"post-navigation-link/style.min.css\";i:336;s:27:\"post-template/style-rtl.css\";i:337;s:31:\"post-template/style-rtl.min.css\";i:338;s:23:\"post-template/style.css\";i:339;s:27:\"post-template/style.min.css\";i:340;s:24:\"post-terms/style-rtl.css\";i:341;s:28:\"post-terms/style-rtl.min.css\";i:342;s:20:\"post-terms/style.css\";i:343;s:24:\"post-terms/style.min.css\";i:344;s:24:\"post-title/style-rtl.css\";i:345;s:28:\"post-title/style-rtl.min.css\";i:346;s:20:\"post-title/style.css\";i:347;s:24:\"post-title/style.min.css\";i:348;s:26:\"preformatted/style-rtl.css\";i:349;s:30:\"preformatted/style-rtl.min.css\";i:350;s:22:\"preformatted/style.css\";i:351;s:26:\"preformatted/style.min.css\";i:352;s:24:\"pullquote/editor-rtl.css\";i:353;s:28:\"pullquote/editor-rtl.min.css\";i:354;s:20:\"pullquote/editor.css\";i:355;s:24:\"pullquote/editor.min.css\";i:356;s:23:\"pullquote/style-rtl.css\";i:357;s:27:\"pullquote/style-rtl.min.css\";i:358;s:19:\"pullquote/style.css\";i:359;s:23:\"pullquote/style.min.css\";i:360;s:23:\"pullquote/theme-rtl.css\";i:361;s:27:\"pullquote/theme-rtl.min.css\";i:362;s:19:\"pullquote/theme.css\";i:363;s:23:\"pullquote/theme.min.css\";i:364;s:39:\"query-pagination-numbers/editor-rtl.css\";i:365;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:366;s:35:\"query-pagination-numbers/editor.css\";i:367;s:39:\"query-pagination-numbers/editor.min.css\";i:368;s:31:\"query-pagination/editor-rtl.css\";i:369;s:35:\"query-pagination/editor-rtl.min.css\";i:370;s:27:\"query-pagination/editor.css\";i:371;s:31:\"query-pagination/editor.min.css\";i:372;s:30:\"query-pagination/style-rtl.css\";i:373;s:34:\"query-pagination/style-rtl.min.css\";i:374;s:26:\"query-pagination/style.css\";i:375;s:30:\"query-pagination/style.min.css\";i:376;s:25:\"query-title/style-rtl.css\";i:377;s:29:\"query-title/style-rtl.min.css\";i:378;s:21:\"query-title/style.css\";i:379;s:25:\"query-title/style.min.css\";i:380;s:25:\"query-total/style-rtl.css\";i:381;s:29:\"query-total/style-rtl.min.css\";i:382;s:21:\"query-total/style.css\";i:383;s:25:\"query-total/style.min.css\";i:384;s:20:\"query/editor-rtl.css\";i:385;s:24:\"query/editor-rtl.min.css\";i:386;s:16:\"query/editor.css\";i:387;s:20:\"query/editor.min.css\";i:388;s:19:\"quote/style-rtl.css\";i:389;s:23:\"quote/style-rtl.min.css\";i:390;s:15:\"quote/style.css\";i:391;s:19:\"quote/style.min.css\";i:392;s:19:\"quote/theme-rtl.css\";i:393;s:23:\"quote/theme-rtl.min.css\";i:394;s:15:\"quote/theme.css\";i:395;s:19:\"quote/theme.min.css\";i:396;s:23:\"read-more/style-rtl.css\";i:397;s:27:\"read-more/style-rtl.min.css\";i:398;s:19:\"read-more/style.css\";i:399;s:23:\"read-more/style.min.css\";i:400;s:18:\"rss/editor-rtl.css\";i:401;s:22:\"rss/editor-rtl.min.css\";i:402;s:14:\"rss/editor.css\";i:403;s:18:\"rss/editor.min.css\";i:404;s:17:\"rss/style-rtl.css\";i:405;s:21:\"rss/style-rtl.min.css\";i:406;s:13:\"rss/style.css\";i:407;s:17:\"rss/style.min.css\";i:408;s:21:\"search/editor-rtl.css\";i:409;s:25:\"search/editor-rtl.min.css\";i:410;s:17:\"search/editor.css\";i:411;s:21:\"search/editor.min.css\";i:412;s:20:\"search/style-rtl.css\";i:413;s:24:\"search/style-rtl.min.css\";i:414;s:16:\"search/style.css\";i:415;s:20:\"search/style.min.css\";i:416;s:20:\"search/theme-rtl.css\";i:417;s:24:\"search/theme-rtl.min.css\";i:418;s:16:\"search/theme.css\";i:419;s:20:\"search/theme.min.css\";i:420;s:24:\"separator/editor-rtl.css\";i:421;s:28:\"separator/editor-rtl.min.css\";i:422;s:20:\"separator/editor.css\";i:423;s:24:\"separator/editor.min.css\";i:424;s:23:\"separator/style-rtl.css\";i:425;s:27:\"separator/style-rtl.min.css\";i:426;s:19:\"separator/style.css\";i:427;s:23:\"separator/style.min.css\";i:428;s:23:\"separator/theme-rtl.css\";i:429;s:27:\"separator/theme-rtl.min.css\";i:430;s:19:\"separator/theme.css\";i:431;s:23:\"separator/theme.min.css\";i:432;s:24:\"shortcode/editor-rtl.css\";i:433;s:28:\"shortcode/editor-rtl.min.css\";i:434;s:20:\"shortcode/editor.css\";i:435;s:24:\"shortcode/editor.min.css\";i:436;s:24:\"site-logo/editor-rtl.css\";i:437;s:28:\"site-logo/editor-rtl.min.css\";i:438;s:20:\"site-logo/editor.css\";i:439;s:24:\"site-logo/editor.min.css\";i:440;s:23:\"site-logo/style-rtl.css\";i:441;s:27:\"site-logo/style-rtl.min.css\";i:442;s:19:\"site-logo/style.css\";i:443;s:23:\"site-logo/style.min.css\";i:444;s:27:\"site-tagline/editor-rtl.css\";i:445;s:31:\"site-tagline/editor-rtl.min.css\";i:446;s:23:\"site-tagline/editor.css\";i:447;s:27:\"site-tagline/editor.min.css\";i:448;s:26:\"site-tagline/style-rtl.css\";i:449;s:30:\"site-tagline/style-rtl.min.css\";i:450;s:22:\"site-tagline/style.css\";i:451;s:26:\"site-tagline/style.min.css\";i:452;s:25:\"site-title/editor-rtl.css\";i:453;s:29:\"site-title/editor-rtl.min.css\";i:454;s:21:\"site-title/editor.css\";i:455;s:25:\"site-title/editor.min.css\";i:456;s:24:\"site-title/style-rtl.css\";i:457;s:28:\"site-title/style-rtl.min.css\";i:458;s:20:\"site-title/style.css\";i:459;s:24:\"site-title/style.min.css\";i:460;s:26:\"social-link/editor-rtl.css\";i:461;s:30:\"social-link/editor-rtl.min.css\";i:462;s:22:\"social-link/editor.css\";i:463;s:26:\"social-link/editor.min.css\";i:464;s:27:\"social-links/editor-rtl.css\";i:465;s:31:\"social-links/editor-rtl.min.css\";i:466;s:23:\"social-links/editor.css\";i:467;s:27:\"social-links/editor.min.css\";i:468;s:26:\"social-links/style-rtl.css\";i:469;s:30:\"social-links/style-rtl.min.css\";i:470;s:22:\"social-links/style.css\";i:471;s:26:\"social-links/style.min.css\";i:472;s:21:\"spacer/editor-rtl.css\";i:473;s:25:\"spacer/editor-rtl.min.css\";i:474;s:17:\"spacer/editor.css\";i:475;s:21:\"spacer/editor.min.css\";i:476;s:20:\"spacer/style-rtl.css\";i:477;s:24:\"spacer/style-rtl.min.css\";i:478;s:16:\"spacer/style.css\";i:479;s:20:\"spacer/style.min.css\";i:480;s:20:\"table/editor-rtl.css\";i:481;s:24:\"table/editor-rtl.min.css\";i:482;s:16:\"table/editor.css\";i:483;s:20:\"table/editor.min.css\";i:484;s:19:\"table/style-rtl.css\";i:485;s:23:\"table/style-rtl.min.css\";i:486;s:15:\"table/style.css\";i:487;s:19:\"table/style.min.css\";i:488;s:19:\"table/theme-rtl.css\";i:489;s:23:\"table/theme-rtl.min.css\";i:490;s:15:\"table/theme.css\";i:491;s:19:\"table/theme.min.css\";i:492;s:24:\"tag-cloud/editor-rtl.css\";i:493;s:28:\"tag-cloud/editor-rtl.min.css\";i:494;s:20:\"tag-cloud/editor.css\";i:495;s:24:\"tag-cloud/editor.min.css\";i:496;s:23:\"tag-cloud/style-rtl.css\";i:497;s:27:\"tag-cloud/style-rtl.min.css\";i:498;s:19:\"tag-cloud/style.css\";i:499;s:23:\"tag-cloud/style.min.css\";i:500;s:28:\"template-part/editor-rtl.css\";i:501;s:32:\"template-part/editor-rtl.min.css\";i:502;s:24:\"template-part/editor.css\";i:503;s:28:\"template-part/editor.min.css\";i:504;s:27:\"template-part/theme-rtl.css\";i:505;s:31:\"template-part/theme-rtl.min.css\";i:506;s:23:\"template-part/theme.css\";i:507;s:27:\"template-part/theme.min.css\";i:508;s:30:\"term-description/style-rtl.css\";i:509;s:34:\"term-description/style-rtl.min.css\";i:510;s:26:\"term-description/style.css\";i:511;s:30:\"term-description/style.min.css\";i:512;s:27:\"text-columns/editor-rtl.css\";i:513;s:31:\"text-columns/editor-rtl.min.css\";i:514;s:23:\"text-columns/editor.css\";i:515;s:27:\"text-columns/editor.min.css\";i:516;s:26:\"text-columns/style-rtl.css\";i:517;s:30:\"text-columns/style-rtl.min.css\";i:518;s:22:\"text-columns/style.css\";i:519;s:26:\"text-columns/style.min.css\";i:520;s:19:\"verse/style-rtl.css\";i:521;s:23:\"verse/style-rtl.min.css\";i:522;s:15:\"verse/style.css\";i:523;s:19:\"verse/style.min.css\";i:524;s:20:\"video/editor-rtl.css\";i:525;s:24:\"video/editor-rtl.min.css\";i:526;s:16:\"video/editor.css\";i:527;s:20:\"video/editor.min.css\";i:528;s:19:\"video/style-rtl.css\";i:529;s:23:\"video/style-rtl.min.css\";i:530;s:15:\"video/style.css\";i:531;s:19:\"video/style.min.css\";i:532;s:19:\"video/theme-rtl.css\";i:533;s:23:\"video/theme-rtl.min.css\";i:534;s:15:\"video/theme.css\";i:535;s:19:\"video/theme.min.css\";}}', 'on'),
(127, 'recovery_keys', 'a:1:{s:22:\"TgxX1WH1KnDaUgUplebeO8\";a:2:{s:10:\"hashed_key\";s:49:\"$generic$_2jXfjyJsINPeEX4yErq_27hePzMIHTfq6IP9L4A\";s:10:\"created_at\";i:1749701632;}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(128, 'theme_mods_twentytwentyfive', 'a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1749466796;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}', 'off'),
(129, '_transient_wp_styles_for_blocks', 'a:2:{s:4:\"hash\";s:32:\"8c7d46a72d7d4591fc1dd9485bedb304\";s:6:\"blocks\";a:5:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}', 'on'),
(131, '_site_transient_update_core', 'O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-6.8.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-6.8.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-6.8.1-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"6.8.1\";s:7:\"version\";s:5:\"6.8.1\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1749729435;s:15:\"version_checked\";s:5:\"6.8.1\";s:12:\"translations\";a:0:{}}', 'off'),
(136, '_site_transient_timeout_browser_8cf04e281318af421dc03fc482e00bfd', '1750071458', 'off'),
(137, '_site_transient_browser_8cf04e281318af421dc03fc482e00bfd', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"137.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(138, '_site_transient_timeout_php_check_da775d00ae55849f14f81cf79fc50d46', '1750071459', 'off'),
(139, '_site_transient_php_check_da775d00ae55849f14f81cf79fc50d46', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(141, 'can_compress_scripts', '1', 'on'),
(142, '_site_transient_timeout_community-events-d41d8cd98f00b204e9800998ecf8427e', '1749752823', 'off'),
(143, '_site_transient_community-events-d41d8cd98f00b204e9800998ecf8427e', 'a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";b:0;}s:6:\"events\";a:1:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:60:\"Beyond Page Cache: Unlocking Full-Stack Caching in WordPress\";s:3:\"url\";s:48:\"https://www.meetup.com/wpmumbai/events/308249017\";s:6:\"meetup\";s:23:\"WordPress Mumbai Meetup\";s:10:\"meetup_url\";s:32:\"https://www.meetup.com/wpmumbai/\";s:4:\"date\";s:19:\"2025-06-14 16:00:00\";s:8:\"end_date\";s:19:\"2025-06-14 18:00:00\";s:20:\"start_unix_timestamp\";i:1749897000;s:18:\"end_unix_timestamp\";i:1749904200;s:8:\"location\";a:4:{s:8:\"location\";s:13:\"Mumbai, India\";s:7:\"country\";s:2:\"in\";s:8:\"latitude\";d:19.152355;s:9:\"longitude\";d:72.85577;}}}}', 'off'),
(146, '_transient_timeout_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1749752827', 'off'),
(147, '_transient_feed_mod_9bbd59226dc36b9b26cd43f15694c5c3', '1749709627', 'off'),
(150, '_transient_timeout_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1749752830', 'off'),
(151, '_transient_feed_mod_d117b5738fbd35bd8c0391cda1f2b5d9', '1749709630', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(154, '_site_transient_wp_plugin_dependencies_plugin_data', 'a:1:{s:9:\"elementor\";a:35:{s:4:\"name\";s:63:\"Elementor Website Builder &#8211; More Than Just a Page Builder\";s:4:\"slug\";s:9:\"elementor\";s:7:\"version\";s:6:\"3.29.2\";s:6:\"author\";s:64:\"<a href=\"https://profiles.wordpress.org/elemntor/\">Elementor</a>\";s:14:\"author_profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:12:\"contributors\";a:1:{s:8:\"elemntor\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/elemntor/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/7d70f15d78757f876d1847a8f87dd93e1d9c168264b4aeeaf72058656690d05b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"Elementor\";}}s:8:\"requires\";s:3:\"6.5\";s:6:\"tested\";s:5:\"6.7.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:6020;i:4;i:216;i:3;i:104;i:2;i:102;i:1;i:616;}s:11:\"num_ratings\";i:7058;s:11:\"support_url\";s:47:\"https://wordpress.org/support/plugin/elementor/\";s:15:\"support_threads\";i:92;s:24:\"support_threads_resolved\";i:15;s:15:\"active_installs\";i:10000000;s:12:\"last_updated\";s:21:\"2025-06-04 3:00pm GMT\";s:5:\"added\";s:10:\"2016-05-30\";s:8:\"homepage\";s:87:\"https://elementor.com/?utm_source=wp-plugins&utm_campaign=plugin-uri&utm_medium=wp-dash\";s:8:\"sections\";a:6:{s:11:\"description\";s:25581:\"<p><iframe loading=\"lazy\" title=\"Elementor - The Leading Platform for Web Creators\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/le72grP_Q6k?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<h4>THE #1 NO CODE DRAG &amp; DROP WORDPRESS WEBSITE BUILDER POWERING OVER 18M WEBSITES WORLDWIDE, NOW WITH AI.</h4>\n<p>Elementor, the leading WordPress website creation platform, empowers you to build professional, pixel-perfect websites seamlessly.</p>\n<p>Unlock all features with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-pro-features/\" rel=\"nofollow ugc\">Elementor Pro</a>.</p>\n<p>Need fast and secure cloud hosting for your Elementor site? Try out <strong><a href=\"https://elemn.to/repo-hosting\" rel=\"nofollow ugc\">Elementor Hosting</a></strong> Powered by Google Cloud &amp; Cloudflare. 4.9/5 TrustPilot score.</p>\n<h3>🌟 Create Professional Stunning Websites</h3>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Intuitive Drag &amp; Drop Builder</a></strong>: Build any website with our no-code, drag-and-drop Editor. Achieve design precision with full control over layout and style.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-feature-page/\" rel=\"nofollow ugc\">Pixel-Perfect Design Tools</a></strong>: Upload SVGs, apply masks, gradients, box shadows, headline effects, shape dividers, and use built-in CSS controls for advanced customization.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-library-full-website-kit/\" rel=\"nofollow ugc\">Template Library</a></strong>: Apply complete website kits for instant setups, or choose from a vast library of single pages, blocks, and pop-up templates.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-editor/\" rel=\"nofollow ugc\">Advanced Widgets</a></strong>: Access over 40 FREE widgets, including heading, image, text editor, video, button, gallery, carousels, and more.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-ai/\" rel=\"nofollow ugc\">AI Capabilities</a></strong>: Revolutionize your design and content creation process with native AI integration. Instantly create sections, text, code, and images.</li>\n</ul>\n<h4>🗝️ Key features:</h4>\n<ul>\n<li><strong><a href=\"https://go.elementor.com/feature-page-global-settings/\" rel=\"nofollow ugc\">Design System</a></strong>: Use Elementor&#8217;s Design System for consistent colors, typography, and design elements, ensuring a cohesive, professional look.</li>\n<li><strong><a href=\"https://go.elementor.com/feature-page-responsive-design/\" rel=\"nofollow ugc\">Responsive Design</a></strong>: Optimize your design for every device with custom breakpoints, ensuring a seamless desktop, tablet, and mobile experience.</li>\n<li><strong>Mask Shapes</strong>: Turning any element, like an image or video, into whatever shape you desire to create standout designs.</li>\n<li><strong>CSS Transform</strong>: Use CSS Transform to rotate, scale, and skew elements, adding dynamic styling to your site.</li>\n<li><strong>Entrance Animations</strong>: Add entrance animations to elements to create engaging and interactive user experiences.</li>\n<li><strong><a href=\"https://elementor.com/features/#SaveBackup\" rel=\"nofollow ugc\">Revision History</a></strong>: Elementor&#8217;s Revision History feature enables users to track and revert to previous versions of their designs, providing peace of mind and flexibility during the creative process.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-developers-developers-website/\" rel=\"nofollow ugc\">Developer-Friendly</a></strong>: Equipped with extensive documentation, API, developer tools, and custom code areas, Elementor offers a conducive environment for developers to extend its capabilities and create custom solutions.</li>\n<li><strong>Floating Buttons</strong>: Enhance user interaction with customizable, floating action buttons that stay in view as users scroll.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-industry-leading-theme-builder/\" rel=\"nofollow ugc\">Theme Builder</a> [Pro]</strong>: Design every part of your site—headers, footers, posts, and archives—for complete control over appearance.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-popup-builder/\" rel=\"nofollow ugc\">Popup Builder</a> [Pro]</strong>: Create eye-catching popups with Elementor&#8217;s Popup Builder, equipped with advanced targeting and triggering options to optimize user engagement and conversions.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-professional-form-builder-and-submission-log/\" rel=\"nofollow ugc\">Forms</a> [Pro]</strong>: Design and integrate custom forms, utilizing advanced features and integrations to capture and manage submissions effectively.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-woocommerce-builder/\" rel=\"nofollow ugc\">WooCommerce Builder</a> [Pro]</strong>: Integrate Elementor with WooCommerce to design custom product pages, shop layouts, archives, carts, checkout pages, my account, and more, enhancing your store&#8217;s visual appeal and functionality.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-dynamic-content/\" rel=\"nofollow ugc\">Dynamic Content</a> [Pro]</strong>: Leverage dynamic content capabilities to create personalized and interactive web experiences by connecting your designs to various data sources.</li>\n<li><strong><a href=\"https://go.elementor.com/features-page-notes/\" rel=\"nofollow ugc\">Notes</a> [Pro]</strong>: Enhance team collaboration by using Elementor&#8217;s Notes feature to leave feedback and comments directly on the design interface.</li>\n<li><strong>Custom Code [Pro]</strong>: Insert custom code to extend the functionality of your site, offering flexibility for advanced customizations.</li>\n<li><strong>Custom CSS [Pro]</strong>: Apply Custom CSS to fine-tune the styling of elements, ensuring precise control over the design aspects.</li>\n<li><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-pro-features-motion-effects/\" rel=\"nofollow ugc\">Motion Effects</a> [Pro]</strong>: Add advanced motion effects to elements for a more dynamic and engaging user experience.</li>\n<li><strong>Custom Fonts &amp; Icons [Pro]</strong>: Upload and use custom fonts and icons to match your brand&#8217;s identity.</li>\n</ul>\n<h4>😍 Elementor FREE widgets</h4>\n<p>Unlock the potential of Elementor with our comprehensive suite of free widgets and tools, designed to empower your website creation process and elevate your design capabilities:</p>\n<ul>\n<li><strong>Heading</strong>. Add eye-catching headlines.</li>\n<li><strong>Image</strong>. Control the size, opacity and more.</li>\n<li><strong>Text Editor</strong>. Just like the WordPress editor.</li>\n<li><strong>Video</strong>. Add YouTube, Vimeo, Dailymotion or self-hosted videos.</li>\n<li><strong>Button</strong>. Create interactive buttons.</li>\n<li><strong>Link in Bio</strong>. Build link in bio components to promote your business / services.</li>\n<li><strong>Image Box</strong>. A box with image, headline and text.</li>\n<li><strong>Testimonials</strong>. Customer testimonials.</li>\n<li><strong>Icon</strong>. Place one or more of 600+ icons available.</li>\n<li><strong>Icon Box</strong>. An icon, headline, and text with one widget.</li>\n<li><strong>Social Icons</strong>. Link to your social pages with the Facebook/X (formerly Twitter) icons.</li>\n<li><strong>Image Gallery</strong>. Display your images in a grid.</li>\n<li><strong>Image Carousel</strong>. Create rotating carousels or sliders for chosen images.</li>\n<li><strong>Icon List</strong>. Use any icon to create a bullet list.</li>\n<li><strong>Counter</strong>. Show numbers in an escalating manner.</li>\n<li><strong>Progress Bar</strong>. Include an escalating progress bar.</li>\n<li><strong>Nested Tabs</strong>. Display content in vertical or horizontal tabs.</li>\n<li><strong>Nested Accordion</strong>. Display any type of content in collapsible sections.</li>\n<li><strong>Toggle</strong>. Use the Toggle to hide or display content, like FAQ.</li>\n<li><strong>Rating</strong>. Display how many stars (or another icon) other visitors gave.</li>\n<li><strong>Alert</strong>. Include a colored alert box to draw visitor’s attention.</li>\n<li><strong>HTML</strong>. Insert code into the page.</li>\n<li><strong>Shortcode</strong>. Insert shortcodes from any plugin into the page.</li>\n<li><strong>Menu Anchor</strong>. Link any menu to this anchor.</li>\n<li><strong>Read More</strong>. Set the Read More cut-off for the excerpt in archive pages.</li>\n<li><strong>Sidebar</strong>. Add sidebars onto the page.</li>\n<li><strong>Google Maps</strong>. Embed maps into the page.</li>\n<li><strong>SoundCloud</strong>. Add SoundCloud audio bits.</li>\n<li><strong>Divider</strong>. Separate content with a designed divider.</li>\n<li><strong>Spacer</strong>. Add space between elements.</li>\n<li><strong>Text Path</strong>. Attach your text to a path.</li>\n<li><strong>And counting&#8230;</strong></li>\n</ul>\n<h3>🚀 Enhance Your Website</h3>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-performance-performance-page/\" rel=\"nofollow ugc\">High-Performing Websites</a></strong>: Website performance impacts your visitor’s experience and search result ranking. Elementor, in partnership with Google Chrome, continuously enhances performance without compromising design.</p>\n<p><strong>Key features include:</strong></p>\n<ul>\n<li><strong>Reduced DOM Output</strong>: Streamlined HTML structure for faster rendering.</li>\n<li><strong>Improved Media File Loading</strong>: Optimized loading of images, videos, and other media assets.</li>\n<li><strong>Reduced CSS and JS Files</strong>: Minimized and concatenated stylesheets and scripts for quicker loading times.</li>\n<li><strong>Lazy Loading</strong>: Deferred loading of non-critical resources to improve initial page load speed.</li>\n<li><strong>Faster Font Loading</strong>: Efficient delivery of web fonts to enhance text rendering speed.</li>\n<li><strong>Optimized Front-End Asset Loading</strong>: Efficient loading of assets like JavaScript and CSS to minimize render-blocking.</li>\n<li><strong>Element Caching</strong>: Cache frequently accessed design elements to reduce server response time and enhance overall performance.</li>\n</ul>\n<h3>🔥 Elementor Pro Features</h3>\n<p>Create unparalleled websites while saving time, money and resources with <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Pro</a>’s full website builder. Get access to 100+ professional widgets, features, and tools.</p>\n<p><strong>Pro Design Widgets:</strong></p>\n<ol>\n<li><strong>Posts</strong>: Display your blog posts with customizable layouts and styles.</li>\n<li><strong>Share Buttons</strong>: Allow visitors to easily share your content on various social media platforms.</li>\n<li><strong>Portfolio</strong>: Showcase your work or projects with stunning portfolio layouts.</li>\n<li><strong>Slides</strong>: Create dynamic slideshows with custom animations and transitions.</li>\n<li><strong>Form</strong>: Design and customize advanced forms for user interaction and data collection.</li>\n<li><strong>Login</strong>: Add a login form or user registration module to your website.</li>\n<li><strong>Nav Menu</strong>: Customize and style your website&#8217;s navigation menu for better user experience.</li>\n<li><strong>Animated Headline</strong>: Create attention-grabbing headlines with animated effects.</li>\n<li><strong>Price Table</strong>: Display pricing plans or packages in a structured and visually appealing format.</li>\n<li><strong>Price List</strong>: Showcase a list of prices or services with customizable styling options.</li>\n<li><strong>Gallery</strong>: Create beautiful image galleries with various layout options and lightbox support.</li>\n<li><strong>Flip Box</strong>: Add interactive flip animations to highlight content or features.</li>\n<li><strong>Call to Action</strong>: Encourage user interaction and conversions with compelling call-to-action sections.</li>\n<li><strong>Media Carousel</strong>: Showcase a carousel of media files such as images or videos.</li>\n<li><strong>Testimonial Carousel</strong>: Display client testimonials in a carousel format for social proof.</li>\n<li><strong>Nested Carousel</strong>: Create nested carousels for more complex content organization.</li>\n<li><strong>Loop Carousel</strong>: Display content in a looped carousel for continuous viewing.</li>\n<li><strong>Table Of Content</strong>: Generate a table of contents for longer articles or guides to improve navigation.</li>\n<li><strong>Countdown</strong>: Add countdown timers to create urgency for promotions or events.</li>\n<li><strong>Facebook Page</strong>: Embed your Facebook page feed or content onto your website.</li>\n<li><strong>Blockquote</strong>: Highlight quotes or testimonials with stylish formatting options.</li>\n<li><strong>Template</strong>: Save and reuse design templates for consistent branding and layout.</li>\n<li><strong>Reviews</strong>: Showcase customer reviews and ratings to build trust and credibility.</li>\n<li><strong>Facebook Button</strong>: Add buttons to promote interactions with your Facebook page or content.</li>\n<li><strong>Facebook Embed</strong>: Embed Facebook posts or content onto your website.</li>\n<li><strong>Facebook Comments</strong>: Enable Facebook comments on your website&#8217;s pages or posts.</li>\n<li><strong>PayPal Button</strong>: Integrate PayPal buttons for easy online payments.</li>\n<li><strong>Stripe Button</strong>: Integrate Stripe payment buttons to facilitate secure online transactions.</li>\n<li><strong>Lottie Widget</strong>: Add Lottie animations to enhance visual appeal and engagement.</li>\n<li><strong>Code Highlight</strong>: Display code snippets with syntax highlighting for better readability.</li>\n<li><strong>Video Playlist</strong>: Create and customize playlists for video content on your website.</li>\n<li><strong>Mega Menu</strong>: Customize advanced menus for better navigation and displaying complex content.</li>\n<li><strong>Off Canvas</strong>: Create off-canvas areas that slide in to show extra info or menus without cluttering the main layout.</li>\n</ol>\n<p><strong>Pro Theme Widgets:</strong></p>\n<p>Build and customize all the key parts of your website including headers, footers, 404 page, global archives, and more</p>\n<ol>\n<li><strong>Post Title</strong>: Customize the title of individual blog posts or pages.</li>\n<li><strong>Post Excerpt</strong>: Display a brief summary or teaser of your blog posts.</li>\n<li><strong>Post Content</strong>: Customize the main content area of your blog posts or pages.</li>\n<li><strong>Featured Image</strong>: Set and customize featured images for blog posts or pages.</li>\n<li><strong>Author Box</strong>: Display author information and bios on blog posts.</li>\n<li><strong>Post Comments</strong>: Customize the appearance and functionality of comments sections on your website.</li>\n<li><strong>Post Navigation</strong>: Add navigation links to adjacent posts for easy browsing.</li>\n<li><strong>Post Info</strong>: Display additional information about blog posts, such as author and date.</li>\n<li><strong>Site Logo</strong>: Upload and customize your website&#8217;s logo for branding purposes.</li>\n<li><strong>Site Title</strong>: Customize the title of your website.</li>\n<li><strong>Page Title</strong>: Customize the title of individual pages.</li>\n<li><strong>Search Bar</strong>: Add a search bar to allow users to search your website&#8217;s content.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation.</li>\n<li><strong>Sitemap</strong>: Generate a sitemap for better search engine indexing and user navigation.</li>\n<li><strong>Loop Grid</strong>: Design and customize grid layouts for blog post archives or product listings.</li>\n</ol>\n<p><strong>Pro WooCommerce Widgets:</strong></p>\n<p>Design and customize a complete online shopping experience across your entire website.</p>\n<ol>\n<li><strong>Product</strong>: Display individual products with customizable layouts and styles.</li>\n<li><strong>Breadcrumbs</strong>: Display hierarchical navigation paths for better user navigation within your store.</li>\n<li><strong>Product Title</strong>: Customize the title of individual products.</li>\n<li><strong>Product Images</strong>: Set and customize images for product listings.</li>\n<li><strong>Product Price</strong>: Display the price of individual products.</li>\n<li><strong>Add To Cart</strong>: Add customizable add to cart buttons for easy purchasing.</li>\n<li><strong>Product Rating</strong>: Display ratings and reviews for products.</li>\n<li><strong>Product Stock</strong>: Display stock availability for products.</li>\n<li><strong>Product Meta</strong>: Display additional information about products, such as SKU and categories.</li>\n<li><strong>Product Content</strong>: Customize the main content area of product descriptions.</li>\n<li><strong>Short Description</strong>: Display brief summaries or teasers of products.</li>\n<li><strong>Product Data Tabs</strong>: Organize product information into tabbed sections for better organization.</li>\n<li><strong>Additional Information</strong>: Display additional details about products, such as dimensions and weight.</li>\n<li><strong>Product Related</strong>: Showcase related products to encourage additional purchases.</li>\n<li><strong>Upsells</strong>: Promote upsell products to increase average order value.</li>\n<li><strong>Products</strong>: Display a grid or list of products with customizable settings.</li>\n<li><strong>Custom Add To Cart</strong>: Customize the add to cart button for specific products.</li>\n<li><strong>WooCommerce Pages</strong>: Design and customize WooCommerce-specific pages, such as the cart and checkout pages.</li>\n<li><strong>Product Categories</strong>: Display product categories for easy navigation within your store.</li>\n<li><strong>Menu Cart</strong>: Display a cart icon in your navigation menu for easy access to the shopping cart.</li>\n<li><strong>Cart</strong>: Customize the appearance and functionality of the shopping cart page.</li>\n<li><strong>Checkout</strong>: Customize the appearance and functionality of the checkout page.</li>\n<li><strong>My Account</strong>: Customize the appearance and functionality of the customer account area.</li>\n<li><strong>Purchase Summary</strong>: Display a summary of purchases during the checkout process.</li>\n<li><strong>WooCommerce Notices</strong>: Customize the appearance and functionality of WooCommerce notices, such as order confirmation messages.</li>\n</ol>\n<p>Build professional websites with <strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-pro-elementor-pro/\" rel=\"nofollow ugc\">Elementor Pro</a></strong>!</p>\n<h4>🔒 SECURITY AND COMPLIANCE</h4>\n<p>Elementor places a paramount focus on security, evident through our acquisition of industry certifications such as ISO/IEC 27001, ISO/IEC 27017, ISO/IEC 27018, ISO/IEC 27701, and SOC 2 Type II. These certifications underscore our commitment to implementing robust security measures, and highlight our dedication to adhering to recognized industry standards.</p>\n<p>We encourage ethical security research through our <a href=\"https://go.elementor.com/wp-repo-description-tab-bug-crowd-bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty program</a>. We collaborate with leading bug bounty services to provide opportunities for researchers to report vulnerabilities in our services. Our bounty programs include a triage team available 24/7/365.</p>\n<p>For more information: <a href=\"https://go.elementor.com/trust-center/\" rel=\"nofollow ugc\">Trust Center</a>.</p>\n<h4>♿ Accessibility Best Practices</h4>\n<p>Elementor offers accessibility tools and enhancements to help you provide a better experience for all users. Including HTML 5 semantic, full keyboard navigation menu, ongoing improvement of features, widget, and more.</p>\n<h4>🌐 Translated to 63+ languages, includes RTL support</h4>\n<p>Elementor supports multiple languages, typographies, and RTL, with editor translations in <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">over 63 languages</a>.</p>\n<p>It’s also compatible with WPML, Polylang, TranslatePress, Weglot, and more. To contribute, add a new language via translate.wordpress.org. See our guide on <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-translate/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n<h4>⏩ Use of 3rd Party Services</h4>\n<p>To improve the user experience, Elementor may use the following 3rd party services if the required feature is enabled:</p>\n<ul>\n<li>Google Fonts – are loaded to add additional fonts to your website. Google’s <a href=\"https://policies.google.com/terms\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://policies.google.com/privacy\" rel=\"nofollow ugc\">Privacy Policy</a></li>\n<li>Some Elementor features require loading assets from Elementor.com. These assets are not used for tracking unless explicitly mentioned, requiring your approval and manual opt-in. Learn more in our <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-terms/\" rel=\"nofollow ugc\">TOS</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-plugin-privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</li>\n</ul>\n<h4>📧 Related Products by Elementor</h4>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-io/\" rel=\"nofollow ugc\">Image Optimizer</a></strong>: Superior image compression for faster, high-quality website performance.</p>\n<p><strong><a href=\"https://go.elementor.com/wp-repo-description-tab-elementor-sm/\" rel=\"nofollow ugc\">Site Mailer</a></strong>: Reliable email management without SMTP plugins, keeping your communications streamlined and efficient.</p>\n<h4>📣 See What Our Users Have to Say</h4>\n<blockquote>\n<p>“Elementor is hands down the best page builder out there” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/elementor-is-hands-down-the-best-page-builder-out-there/\" rel=\"ugc\">Graphicvision1</a></em></p>\n<p>“An incredibly user-friendly plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/a-wonderful-experience/\" rel=\"ugc\">Hyeyoga</a></em></p>\n<p>“Easily, my most used WP plugin” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/easily-my-most-used-wp-plugin/\" rel=\"ugc\">Xander Venske</a></em></p>\n<p>“I upgraded to the Pro version and just love this plugin!” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/love-elementor-17/\" rel=\"ugc\">Andybarn56</a></em></p>\n<p>“Excellent product with great tech support” – ★★★★★ <em><a href=\"https://wordpress.org/support/topic/excellent-product-with-great-tech-support/\" rel=\"ugc\">Martywilsonnj</a></em></p>\n</blockquote>\n<p><em><a href=\"https://wordpress.org/support/plugin/elementor/reviews/?filter=5\" rel=\"ugc\">More testimonials</a></em></p>\n<h4>🌍 Join a Global Community</h4>\n<p>Join a global community that helps each other achieve their goals.</p>\n<ul>\n<li><a href=\"https://elemn.to/discord\" rel=\"nofollow ugc\">Discord Community</a> – Topic and language-specific channels, plus Ella, an amazing AI helper, ready to assist you.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-facebook-group/\" rel=\"nofollow ugc\">Facebook Community</a> &#8211; Over 150K+ members, offering support, advice, feedback, and tutorials.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-github-repo/\" rel=\"nofollow ugc\">GitHub Community</a> &#8211; Get information about releases, request features, or report a bug.</li>\n<li><a href=\"https://go.elementor.com/wp-repo-description-tab-addons-dozens-of-elementor-addons/\" rel=\"nofollow ugc\">Elementor Addons, Themes, and Kits</a> Themes and Kits – created specifically for Elementor.</li>\n<li>Learn valuable insights and techniques from our <a href=\"https://go.elementor.com/wp-repo-description-tab-youtube-channel/\" rel=\"nofollow ugc\">YouTube Channel</a>.</li>\n<li>Access our <a href=\"https://go.elementor.com/wp-repo-description-tab-academy-elementor-academy/\" rel=\"nofollow ugc\">Academy</a> and <a href=\"https://go.elementor.com/wp-repo-description-tab-help-center-help-center/\" rel=\"nofollow ugc\">Help Center</a> &#8211; Find guides, tutorials, and resources to answer your questions and boost creativity.</li>\n<li>Show your support by <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-review/\" rel=\"nofollow ugc\">rating us on WordPress</a>. Your feedback fuels our growth! 🤗</li>\n<li>If you have questions or need support, visit the <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-forum/\" rel=\"nofollow ugc\">Plugin&#8217;s Forum</a>. Elementor Pro users can get 24/7 premium support,  &hellip;</li>\n</ul>\n\";s:12:\"installation\";s:1461:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>WordPress 6.5 or greater</li>\n<li>PHP version 7.4 or greater</li>\n<li>MySQL version 5.0 or greater</li>\n</ul>\n<h4>Recommended Requirements</h4>\n<ul>\n<li>PHP version 8.1 or greater</li>\n<li>MySQL version 5.6 or greater</li>\n<li>WordPress Memory limit of 64 MB or greater (128 MB or higher is preferred)</li>\n</ul>\n<p><iframe loading=\"lazy\" title=\"Installing Elementor on WordPress\" width=\"750\" height=\"422\" src=\"https://www.youtube.com/embed/9EZ159ryFNs?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<h4>Installation</h4>\n<ol>\n<li>Install using the WordPress built-in Plugin installer, or Extract the zip file and drop the contents in the <code>wp-content/plugins/</code> directory of your WordPress installation.</li>\n<li>Activate the plugin through the &#8216;Plugins&#8217; menu in WordPress.</li>\n<li>Go to Pages &gt; Add New</li>\n<li>Press the &#8216;Edit with Elementor&#8217; button.</li>\n<li>Now you can drag and drop widgets from the left panel onto the content area, as well as add new sections and columns that make up the page structure.</li>\n</ol>\n<p>For documentation and tutorials visit our <a href=\"https://elementor.com/help/?utm_source=wp-repo&amp;utm_medium=link&amp;utm_campaign=readme\" rel=\"nofollow ugc\">Knowledge Base</a>.</p>\n\";s:3:\"faq\";s:4862:\"\n<dt id=\'how%20do%20i%20install%20elementor%3F\'>\nHow do I install Elementor?\n</h4>\n<p>\n<p>To install the free version of Elementor, follow the steps below:<br />\nFrom your WordPress dashboard -&gt; Go to Plugins -&gt; Click on &#8216;Add new&#8217;-&gt; In the Search field, enter Elementor and choose Elementor website builder.<br />\nPress install -&gt; After installation, click Activate.</p>\n</p>\n<dt id=\'does%20elementor%20work%20with%20all%20the%20themes%3F\'>\nDoes Elementor work with all the themes?\n</h4>\n<p>\n<p>Elementor works all the themes that respect the coding standards of WordPress set by its Codex. It is recommended to use Elementor&#8217;s <a href=\"https://go.elementor.com/wp-repo-description-tab-hello-theme-hello-theme/\" rel=\"nofollow ugc\">Hello Theme</a>, a lightweight blank canvas, to enjoy full flexibility when using Elementor, and optimize your experience.</p>\n</p>\n<dt id=\'is%20elementor%20compatible%20with%20gutenberg%3F\'>\nIs Elementor compatible with Gutenberg?\n</h4>\n<p>\n<p>Elementor and Gutenberg work seamlessly together. As a user, you can easily decide which editor to use at every point while editing your site.</p>\n</p>\n<dt id=\'can%20i%20create%20an%20online%20store%3F\'>\nCan I create an online store?\n</h4>\n<p>\n<p>Yes, with the Elementor Pro WooCommerce Builder you can customize every page of your store to create an amazing customer experience that drives sales.</p>\n</p>\n<dt id=\'does%20it%20work%20with%20other%20wordpress%20plugins%3F\'>\nDoes it work with other WordPress plugins?\n</h4>\n<p>\n<p>It works with almost all the plugins. If you experience an incompatibility issue, please report it to us and to the plugin that conflicts with Elementor.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20know%20how%20to%20code%3F\'>\nDo I need to know how to code?\n</h4>\n<p>\n<p>No! Elementor provides you with all the widgets and features that you need to build a professional website without using code.</p>\n</p>\n<dt id=\'do%20i%20need%20to%20know%20how%20to%20design%3F\'>\nDo I need to know how to design?\n</h4>\n<p>\n<p>No, you can choose between professionally designed kits and templates that fit toevery industry and have all you need to create your own professional website.</p>\n</p>\n<dt id=\'will%20elementor%20slow%20down%20my%20website%3F\'>\nWill Elementor slow down my website?\n</h4>\n<p>\n<p>As Elementor prioritizes speed and performance, you enjoy better and faster performance with each new version of Elementor. When testing the same page layout on older versions you can see a significant performance improvement, from a score of 82 in Google PageSpeed Insight in version 3.1, to a score of 95 i in version 3.5.</p>\n</p>\n<dt id=\'is%20my%20site%20secure%20with%20elementor%3F\'>\nIs my site secure with Elementor?\n</h4>\n<p>\n<p>The security of your website is extremely important to us and we take proactive measures to assure that your websites are secure. Elementor is ISO 27001 certified, and has a dedicated team of security professionals that implements industry best-practices for maximum security and compliance, 24/7.</p>\n<p>There is also a managed security Bug Bounty program, utilizing the community power by enabling 24/7/365 crowdsourced vulnerability detection.</p>\n</p>\n<dt id=\'can%20i%20buy%20templates%20separately%3F\'>\nCan I buy templates separately?\n</h4>\n<p>\n<p>Of course, you can use any template that supports Elementor.</p>\n</p>\n<dt id=\'is%20elementor%20compatible%20with%20post%20and%20custom%20post%20types%3F\'>\nIs Elementor compatible with Post and Custom Post Types?\n</h4>\n<p>\n<p>Of course! You can set which post types will enable Elementor in the settings page.</p>\n</p>\n<dt id=\'what%20is%20the%20difference%20between%20elementor%27s%20free%20plugin%20and%20elementor%20pro\'>\nWhat is the difference between Elementor&#8217;s free Plugin and Elementor Pro\n</h4>\n<p>\n<p>Elementor’s Free version allows you to explore our revolutionary drag &amp; drop live editor, basic widgets and templates. Elementor Pro (Essential, Advanced, Expert, Studio, and Agency) empowers you with more professional tools that speed up your workflow, give you access to human-powered support, help you build more advanced content, and convert visitors. See full comparison here.</p>\n</p>\n<dt id=\'how%20can%20i%20become%20a%20contributor\'>\nHow can I become a Contributor\n</h4>\n<p>\n<p>If you want to contribute, go to our <a href=\"https://github.com/elementor/elementor\" rel=\"nofollow ugc\">Elementor GitHub Repository</a> and see where you can help.<br />\nYou can also add a new language via <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate/\" rel=\"nofollow ugc\">translate.wordpress.org</a>. We’ve built a short guide explaining <a href=\"https://go.elementor.com/wp-repo-description-tab-wordpress-plugin-translate-faq/\" rel=\"nofollow ugc\">how to translate and localize the plugin</a>.</p>\n</p>\n\n\";s:9:\"changelog\";s:5397:\"<h4>3.29.2 &#8211; 2025-06-04</h4>\n<ul>\n<li>Fix: Missing responsive resize handles in responsive mode preventing manual preview adjustments</li>\n<li>Fix: Style sections expanded by default instead of remaining collapsed &#8211; Editor V4</li>\n<li>Fix: Publish button not triggered when applying a class &#8211; Editor V4</li>\n</ul>\n<h4>3.29.1 &#8211; 2025-05-28</h4>\n<ul>\n<li>Tweak: Disabled the ability to use elements caching shortcode via the interface</li>\n<li>Security Fix: Improved code security enforcement in Shortcode widget</li>\n<li>Fix: Information modals are not showing as expected in the Editor &#8211; Editor V4</li>\n<li>Fix: Error on the frontend when background overlay is set to hidden &#8211; Editor V4</li>\n<li>Fix: Editor load issue when a widget does not register the &#8220;Advanced&#8221; tab</li>\n</ul>\n<h4>3.29.0 &#8211; 2025-05-19</h4>\n<ul>\n<li>New: Introduced the first Alpha release of the next-generation Editor &#8211; a faster, modular, CSS-based infrastructure available as an opt-in experience &#8211; Editor V4</li>\n<li>New: Combine familiar and new Editor elements for a seamless editing experience &#8211; Editor V4</li>\n<li>New: Introduced cleaner code and fewer div wrappers for faster performance and a lighter editing experience &#8211; Editor V4</li>\n<li>New: Gain full responsive control &#8211; adjust every style property individually for each device, without limitations &#8211; Editor V4</li>\n<li>New: Introduced Classes &#8211; a reusable styling system that brings consistency, modularity, and CSS-based workflows to your designs &#8211; Editor V4</li>\n<li>New: Introduced Class Manager &#8211; centrally manage, rename, reorder, and delete Classes across your site &#8211; Editor V4</li>\n<li>New: Introduced States &#8211; define hover, focus, and active styles for Classes to create dynamic, interactive designs &#8211; Editor V4</li>\n<li>New: Introduced Local Class &#8211; a fixed, non-removable class with highest styling priority, ensuring unique styling for each element &#8211; Editor V4</li>\n<li>New: Introduced Class Indicators &#8211; color-coded visual cues that show where styles originate, inherit, or conflict &#8211; Editor V4</li>\n<li>New: Introduced a unified Style Tab &#8211; a consistent, CSS-based styling system shared across all elements, streamlining design workflows &#8211; Editor V4</li>\n<li>New: Introduced Style Repeaters &#8211; create and manage multiple background and box shadow layers with full control over their order and visibility &#8211; Editor V4</li>\n<li>New: Introduced Actions Floating Bar &#8211; a cleaner, context-aware toolbar that appears on hover, starting with Dynamic Tags support &#8211; Editor V4</li>\n<li>New: Introduced Link Control &#8211; add and customize links across elements with clean HTML, while preventing nested links &#8211; Editor V4</li>\n<li>New: Introduced Logical Properties &#8211; styling adapts automatically to different writing directions for global language support &#8211; Editor V4</li>\n<li>New: Added DIV Block element &#8211; a container element for structuring layouts with customizable display options &#8211; Editor V4</li>\n<li>New: Added Flexbox element &#8211; a layout element for precise alignment and distribution &#8211; Editor V4</li>\n<li>New: Added Heading element &#8211; a standalone heading element with flexible styling &#8211; Editor V4</li>\n<li>New: Added Paragraph element &#8211; a simple, dedicated text element for paragraphs &#8211; Editor V4</li>\n<li>New: Added Image element &#8211; a modular image element with clean markup and consistent styling &#8211; Editor V4</li>\n<li>New: Added Button element &#8211; a customizable button element for modular design &#8211; Editor V4</li>\n<li>New: Added SVG element &#8211; a lightweight element for adding scalable vector graphics &#8211; Editor V4</li>\n<li>Tweak: Added <code>AVIF</code> image format support to Lightbox (<a href=\"https://github.com/elementor/elementor/issues/28256\" rel=\"nofollow ugc\">#28256</a>, <a href=\"https://github.com/elementor/elementor/issues/25175\" rel=\"nofollow ugc\">#25175</a>, <a href=\"https://github.com/elementor/elementor/issues/28169\" rel=\"nofollow ugc\">#28169</a>, <a href=\"https://github.com/elementor/elementor/issues/29624\" rel=\"nofollow ugc\">#29624</a>)</li>\n<li>Tweak: Renamed &#8220;My Templates&#8221; to &#8220;Templates&#8221; in the Templates Library</li>\n<li>Tweak: Marked local templates as &#8220;Site Templates&#8221; to distinguish them from Cloud Templates</li>\n<li>Tweak: Excluded Shape Dividers from the accessibility tree</li>\n<li>Tweak: Improved accessibility with <code>role</code> attributes in the Social Icons widget</li>\n<li>Tweak: Added Display Title control to the Progress Bar widget to enhance accessibility</li>\n<li>Fix: Strings are not translating properly in the Global Style Guide (<a href=\"https://github.com/elementor/elementor/issues/23237\" rel=\"nofollow ugc\">#23237</a>)</li>\n<li>Fix: Mask shape URLs use double slashes instead of single slashes (<a href=\"https://github.com/elementor/elementor/issues/17534\" rel=\"nofollow ugc\">#17534</a>)</li>\n<li>Fix: Common scripts are loaded late when using the Theme Builder</li>\n<li>Fix: &#8216;New Prompt&#8217; Button does not work in Generate Code AI feature</li>\n</ul>\n<p><a href=\"https://go.elementor.com/full-changelog/\" rel=\"nofollow ugc\">See changelog for all versions.</a></p>\n\";s:11:\"screenshots\";s:3148:\"<ol><li><a href=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\" alt=\"&lt;strong&gt;Visual Drag and Drop Editor&lt;/strong&gt; - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\"></a><p><strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\" alt=\"&lt;strong&gt;Full Design System&lt;/strong&gt; - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\"></a><p><strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\" alt=\"&lt;strong&gt;Responsive Design&lt;/strong&gt; Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\"></a><p><strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\" alt=\"&lt;strong&gt;Kits and Templates&lt;/strong&gt; - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\"></a><p><strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\" alt=\"&lt;strong&gt;Nested Elements&lt;/strong&gt; Leverage Elementor&#039;s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\"></a><p><strong>Nested Elements</strong> Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.</p></li><li><a href=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\"><img src=\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\" alt=\"&lt;strong&gt;Motion Effects&lt;/strong&gt; - Add entrance animations and transitions to any element in your website to captivate visitors.\"></a><p><strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.</p></li></ol>\";s:7:\"reviews\";s:14955:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Nice</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/davidshill71/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/262d9f55b3ba1baf29f6b2031e7588af9c630a54a65e9b7368ebc98ea036c05a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/262d9f55b3ba1baf29f6b2031e7588af9c630a54a65e9b7368ebc98ea036c05a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/davidshill71/\" class=\"reviewer-name\">davidshill71</a> on <span class=\"review-date\">June 11, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor is a game-changer! Fast, flexible, and makes creating stunning sites a breeze.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Fantastic builder</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/keithclambert/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ce509a8d6202f3d157e89bf7c991600c0290d95404e87485d1b5d1715319f398?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ce509a8d6202f3d157e89bf7c991600c0290d95404e87485d1b5d1715319f398?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/keithclambert/\" class=\"reviewer-name\">keithclambert</a> on <span class=\"review-date\">June 10, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Elementor makes designing websites quick and simple. Great features and very user-friendly!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Admin side popups</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/fwuk/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6e624dd9d5cfd73a73b52f449c853decbd6791ce87ff9834ceb6516c9ba6c3cd?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6e624dd9d5cfd73a73b52f449c853decbd6791ce87ff9834ceb6516c9ba6c3cd?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/fwuk/\" class=\"reviewer-name\">fwuk</a> on <span class=\"review-date\">June 7, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Sick of popups on admin side.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">shameful</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/antoine44/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/5946a23d596709f0accd23b83c7df91ef1389f65bb4f2455a521e6487a608cd9?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/5946a23d596709f0accd23b83c7df91ef1389f65bb4f2455a521e6487a608cd9?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/antoine44/\" class=\"reviewer-name\">antoine44</a> on <span class=\"review-date\">June 3, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The worst component you can install on your WordPress, shameful… it doesn\'t work, it crashes on everything, the page almost never loads, and it\'s always giving errors…</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">good</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/markovin/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f507a154f28489f78a589ea1007e06d6f58f6977fd1e9884f5ce335b2891af8c?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f507a154f28489f78a589ea1007e06d6f58f6977fd1e9884f5ce335b2891af8c?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/markovin/\" class=\"reviewer-name\">markovin</a> on <span class=\"review-date\">June 3, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>good</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Best Builder for WP</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/codehead21/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4a4e470de347fcbcf6d3ad0aab26ed61b1773875d32b78f40a9c52fb21c5fa9d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4a4e470de347fcbcf6d3ad0aab26ed61b1773875d32b78f40a9c52fb21c5fa9d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/codehead21/\" class=\"reviewer-name\">codehead21</a> on <span class=\"review-date\">June 2, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Just love Elementor, best builder for Wordpress!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Aspergers are damned, when they cancel their Pro subscription</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/mikegorden/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/de9a41663ace45eb90370a300448449dcb60d9fae1597e5c0e8ce4c74e5ff2e8?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/de9a41663ace45eb90370a300448449dcb60d9fae1597e5c0e8ce4c74e5ff2e8?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/mikegorden/\" class=\"reviewer-name\">mikegorden</a> on <span class=\"review-date\">May 30, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>It’s actually a nice plug-in, if not for one thing …</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I cancelled my Pro subscription because I was getting frequent and prominent error messages several times a week in the backend saying that my licence was invalid. I had to reconnect the site every time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Since then, I\'ve been plagued by banners. Whenever I open any page in the backend, the first thing I see is a message prompting me to renew my subscription.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Never again!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Youtube videos</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/dharma23/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e798a0df415fa0dcba41c7acda3662e5d03fd395162ed7327f5e9ebac2a105c8?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e798a0df415fa0dcba41c7acda3662e5d03fd395162ed7327f5e9ebac2a105c8?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/dharma23/\" class=\"reviewer-name\">Luca <small>(dharma23)</small></a> on <span class=\"review-date\">May 29, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\">Suddenly, youtube videos are not visible anymore</div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Your Subscription to Spiderwebs</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/yourmama/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ae49a13e365491709d29c1ff43b80e1d3599953d3655d0d0b04e376dc0420dd8?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ae49a13e365491709d29c1ff43b80e1d3599953d3655d0d0b04e376dc0420dd8?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/yourmama/\" class=\"reviewer-name\">yourmama</a> on <span class=\"review-date\">May 28, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>This company is <em>not </em>selling a Product. It is subscribing subscribers to Spider Webs, and the company is the Spider.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">The Best Page Builder</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/k1mz/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/ab05a82319ecb613b566285d1d86066b058bc953e1df10c03728e5655084ab1a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/ab05a82319ecb613b566285d1d86066b058bc953e1df10c03728e5655084ab1a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/k1mz/\" class=\"reviewer-name\">keivan mahnazadeh <small>(k1mz)</small></a> on <span class=\"review-date\">May 26, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The Best Page Builder ♥</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:145:\"The Elementor Website Builder has it all: drag and drop page builder, pixel perfect design, mobile responsive editing, and more. Get started now!\";s:13:\"download_link\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-1.gif?rev=3005087\";s:7:\"caption\";s:144:\"<strong>Visual Drag and Drop Editor</strong> - Design your website layouts and place any element anywhere on the page for pixel-perfect designs.\";}i:2;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-2.gif?rev=3005087\";s:7:\"caption\";s:185:\"<strong>Full Design System</strong> - Enjoy a professional workflow and ensure consistency across your site. Define your settings, use them globally, and instantly adjust them any time.\";}i:3;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-3.gif?rev=3005087\";s:7:\"caption\";s:170:\"<strong>Responsive Design</strong> Fully edit your website and customize the behavior on desktop, tablet, &amp; mobile to optimize the visitor experience on every device.\";}i:4;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-4.gif?rev=3005087\";s:7:\"caption\";s:193:\"<strong>Kits and Templates</strong> - Jumpstart your web creation process or get inspired with professionally-designed templates or full website kits available for your immediate customization.\";}i:5;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-5.gif?rev=3005087\";s:7:\"caption\";s:190:\"<strong>Nested Elements</strong> Leverage Elementor\'s Nested widgets to place any widget inside the content area of another widget - like Tabs, and Accordion for complete design flexibility.\";}i:6;a:2:{s:3:\"src\";s:62:\"https://ps.w.org/elementor/assets/screenshot-6.gif?rev=3005087\";s:7:\"caption\";s:127:\"<strong>Motion Effects</strong> - Add entrance animations and transitions to any element in your website to captivate visitors.\";}}s:4:\"tags\";a:5:{s:13:\"drag-and-drop\";s:13:\"drag-and-drop\";s:6:\"editor\";s:6:\"editor\";s:9:\"elementor\";s:9:\"elementor\";s:12:\"landing-page\";s:12:\"landing page\";s:12:\"page-builder\";s:12:\"page builder\";}s:8:\"versions\";a:337:{s:5:\"3.0.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.0.zip\";s:5:\"3.0.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.1.zip\";s:6:\"3.0.10\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.10.zip\";s:6:\"3.0.11\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.11.zip\";s:6:\"3.0.12\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.12.zip\";s:6:\"3.0.13\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.13.zip\";s:6:\"3.0.14\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.14.zip\";s:6:\"3.0.15\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.15.zip\";s:6:\"3.0.16\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.0.16.zip\";s:5:\"3.0.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.2.zip\";s:5:\"3.0.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.3.zip\";s:5:\"3.0.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.4.zip\";s:5:\"3.0.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.5.zip\";s:5:\"3.0.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.6.zip\";s:5:\"3.0.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.7.zip\";s:5:\"3.0.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.zip\";s:7:\"3.0.8.1\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.0.8.1.zip\";s:5:\"3.0.9\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.0.9.zip\";s:5:\"3.1.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.0.zip\";s:11:\"3.1.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta1.zip\";s:11:\"3.1.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta2.zip\";s:11:\"3.1.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta3.zip\";s:11:\"3.1.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-beta4.zip\";s:10:\"3.1.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev1.zip\";s:10:\"3.1.0-dev2\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev2.zip\";s:10:\"3.1.0-dev3\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.1.0-dev3.zip\";s:5:\"3.1.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.1.zip\";s:5:\"3.1.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.2.zip\";s:5:\"3.1.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.3.zip\";s:5:\"3.1.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.1.4.zip\";s:6:\"3.10.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.0.zip\";s:11:\"3.10.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.10.0-dev1.zip\";s:6:\"3.10.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.1.zip\";s:6:\"3.10.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.10.2.zip\";s:6:\"3.11.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.0.zip\";s:12:\"3.11.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta1.zip\";s:12:\"3.11.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta2.zip\";s:12:\"3.11.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-beta3.zip\";s:11:\"3.11.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev1.zip\";s:11:\"3.11.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev2.zip\";s:11:\"3.11.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.11.0-dev3.zip\";s:6:\"3.11.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.1.zip\";s:6:\"3.11.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.2.zip\";s:6:\"3.11.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.3.zip\";s:6:\"3.11.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.4.zip\";s:6:\"3.11.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.11.5.zip\";s:6:\"3.12.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.0.zip\";s:6:\"3.12.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.1.zip\";s:6:\"3.12.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.12.2.zip\";s:6:\"3.13.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.0.zip\";s:12:\"3.13.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta1.zip\";s:12:\"3.13.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta2.zip\";s:12:\"3.13.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-beta3.zip\";s:11:\"3.13.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev3.zip\";s:11:\"3.13.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.13.0-dev4.zip\";s:6:\"3.13.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.1.zip\";s:6:\"3.13.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.2.zip\";s:6:\"3.13.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.3.zip\";s:6:\"3.13.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.13.4.zip\";s:6:\"3.14.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.0.zip\";s:12:\"3.14.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta1.zip\";s:12:\"3.14.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta2.zip\";s:12:\"3.14.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta3.zip\";s:12:\"3.14.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta4.zip\";s:12:\"3.14.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.14.0-beta5.zip\";s:6:\"3.14.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.14.1.zip\";s:6:\"3.15.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.0.zip\";s:6:\"3.15.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.1.zip\";s:6:\"3.15.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.2.zip\";s:6:\"3.15.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.15.3.zip\";s:6:\"3.16.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.0.zip\";s:12:\"3.16.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta3.zip\";s:12:\"3.16.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-beta4.zip\";s:11:\"3.16.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev1.zip\";s:11:\"3.16.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.16.0-dev2.zip\";s:6:\"3.16.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.1.zip\";s:6:\"3.16.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.2.zip\";s:6:\"3.16.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.3.zip\";s:6:\"3.16.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.4.zip\";s:6:\"3.16.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.5.zip\";s:6:\"3.16.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.16.6.zip\";s:6:\"3.17.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.0.zip\";s:11:\"3.17.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev2.zip\";s:11:\"3.17.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev3.zip\";s:11:\"3.17.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.17.0-dev4.zip\";s:6:\"3.17.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.1.zip\";s:6:\"3.17.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.2.zip\";s:6:\"3.17.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.17.3.zip\";s:6:\"3.18.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.0.zip\";s:12:\"3.18.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta1.zip\";s:12:\"3.18.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta2.zip\";s:12:\"3.18.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta3.zip\";s:12:\"3.18.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-beta4.zip\";s:11:\"3.18.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.18.0-dev1.zip\";s:6:\"3.18.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.1.zip\";s:6:\"3.18.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.2.zip\";s:6:\"3.18.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.18.3.zip\";s:6:\"3.19.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.0.zip\";s:12:\"3.19.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta1.zip\";s:12:\"3.19.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta2.zip\";s:12:\"3.19.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta3.zip\";s:12:\"3.19.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta4.zip\";s:12:\"3.19.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta5.zip\";s:12:\"3.19.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-beta6.zip\";s:11:\"3.19.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev1.zip\";s:11:\"3.19.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev2.zip\";s:11:\"3.19.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev3.zip\";s:11:\"3.19.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev4.zip\";s:11:\"3.19.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev5.zip\";s:11:\"3.19.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.19.0-dev6.zip\";s:6:\"3.19.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.1.zip\";s:6:\"3.19.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.2.zip\";s:6:\"3.19.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.3.zip\";s:6:\"3.19.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.19.4.zip\";s:5:\"3.2.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.0.zip\";s:5:\"3.2.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.1.zip\";s:5:\"3.2.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.2.zip\";s:5:\"3.2.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.3.zip\";s:5:\"3.2.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.4.zip\";s:5:\"3.2.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.2.5.zip\";s:6:\"3.20.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.0.zip\";s:12:\"3.20.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta1.zip\";s:12:\"3.20.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta2.zip\";s:12:\"3.20.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta3.zip\";s:12:\"3.20.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-beta4.zip\";s:11:\"3.20.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev1.zip\";s:11:\"3.20.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev2.zip\";s:11:\"3.20.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev3.zip\";s:11:\"3.20.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.20.0-dev4.zip\";s:6:\"3.20.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.1.zip\";s:6:\"3.20.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.2.zip\";s:6:\"3.20.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.3.zip\";s:6:\"3.20.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.20.4.zip\";s:6:\"3.21.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.0.zip\";s:12:\"3.21.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta1.zip\";s:12:\"3.21.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta2.zip\";s:12:\"3.21.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-beta3.zip\";s:11:\"3.21.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev1.zip\";s:11:\"3.21.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev2.zip\";s:11:\"3.21.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.21.0-dev3.zip\";s:6:\"3.21.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.1.zip\";s:6:\"3.21.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.2.zip\";s:6:\"3.21.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.3.zip\";s:6:\"3.21.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.4.zip\";s:6:\"3.21.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.5.zip\";s:6:\"3.21.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.6.zip\";s:6:\"3.21.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.7.zip\";s:6:\"3.21.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.21.8.zip\";s:6:\"3.22.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.0.zip\";s:12:\"3.22.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta1.zip\";s:12:\"3.22.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta2.zip\";s:12:\"3.22.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta3.zip\";s:12:\"3.22.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta4.zip\";s:12:\"3.22.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta5.zip\";s:12:\"3.22.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-beta6.zip\";s:11:\"3.22.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev1.zip\";s:11:\"3.22.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev2.zip\";s:11:\"3.22.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev3.zip\";s:11:\"3.22.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev4.zip\";s:11:\"3.22.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev5.zip\";s:11:\"3.22.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.22.0-dev6.zip\";s:6:\"3.22.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.1.zip\";s:6:\"3.22.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.2.zip\";s:6:\"3.22.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.22.3.zip\";s:6:\"3.23.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.0.zip\";s:12:\"3.23.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta1.zip\";s:12:\"3.23.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta2.zip\";s:12:\"3.23.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta3.zip\";s:12:\"3.23.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta4.zip\";s:12:\"3.23.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta5.zip\";s:12:\"3.23.0-beta6\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-beta6.zip\";s:11:\"3.23.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev1.zip\";s:11:\"3.23.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev2.zip\";s:11:\"3.23.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev3.zip\";s:11:\"3.23.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev4.zip\";s:11:\"3.23.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev5.zip\";s:11:\"3.23.0-dev6\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.23.0-dev6.zip\";s:6:\"3.23.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.1.zip\";s:6:\"3.23.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.2.zip\";s:6:\"3.23.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.3.zip\";s:6:\"3.23.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.23.4.zip\";s:6:\"3.24.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.0.zip\";s:12:\"3.24.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta1.zip\";s:12:\"3.24.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta2.zip\";s:12:\"3.24.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-beta3.zip\";s:11:\"3.24.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev1.zip\";s:11:\"3.24.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev2.zip\";s:11:\"3.24.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.24.0-dev3.zip\";s:6:\"3.24.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.1.zip\";s:6:\"3.24.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.2.zip\";s:6:\"3.24.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.3.zip\";s:6:\"3.24.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.4.zip\";s:6:\"3.24.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.5.zip\";s:6:\"3.24.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.6.zip\";s:6:\"3.24.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.7.zip\";s:6:\"3.24.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.24.8.zip\";s:6:\"3.25.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.0.zip\";s:12:\"3.25.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta1.zip\";s:12:\"3.25.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta2.zip\";s:12:\"3.25.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-beta3.zip\";s:11:\"3.25.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev1.zip\";s:11:\"3.25.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev2.zip\";s:11:\"3.25.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.25.0-dev3.zip\";s:6:\"3.25.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.1.zip\";s:7:\"3.25.10\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.10.zip\";s:7:\"3.25.11\";s:60:\"https://downloads.wordpress.org/plugin/elementor.3.25.11.zip\";s:6:\"3.25.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.2.zip\";s:6:\"3.25.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.3.zip\";s:6:\"3.25.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.4.zip\";s:6:\"3.25.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.5.zip\";s:6:\"3.25.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.6.zip\";s:6:\"3.25.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.7.zip\";s:6:\"3.25.8\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.8.zip\";s:6:\"3.25.9\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.25.9.zip\";s:6:\"3.26.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.0.zip\";s:12:\"3.26.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta1.zip\";s:12:\"3.26.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta2.zip\";s:12:\"3.26.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta3.zip\";s:12:\"3.26.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta4.zip\";s:12:\"3.26.0-beta5\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-beta5.zip\";s:11:\"3.26.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev1.zip\";s:11:\"3.26.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev2.zip\";s:11:\"3.26.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev3.zip\";s:11:\"3.26.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev4.zip\";s:11:\"3.26.0-dev5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.26.0-dev5.zip\";s:6:\"3.26.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.1.zip\";s:6:\"3.26.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.2.zip\";s:6:\"3.26.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.3.zip\";s:6:\"3.26.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.4.zip\";s:6:\"3.26.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.26.5.zip\";s:6:\"3.27.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.0.zip\";s:12:\"3.27.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta1.zip\";s:12:\"3.27.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-beta2.zip\";s:11:\"3.27.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev1.zip\";s:11:\"3.27.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.27.0-dev2.zip\";s:6:\"3.27.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.1.zip\";s:6:\"3.27.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.2.zip\";s:6:\"3.27.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.3.zip\";s:6:\"3.27.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.4.zip\";s:6:\"3.27.5\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.5.zip\";s:6:\"3.27.6\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.6.zip\";s:6:\"3.27.7\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.27.7.zip\";s:6:\"3.28.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.0.zip\";s:12:\"3.28.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta1.zip\";s:12:\"3.28.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta2.zip\";s:12:\"3.28.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-beta3.zip\";s:11:\"3.28.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev1.zip\";s:11:\"3.28.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev2.zip\";s:11:\"3.28.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.28.0-dev3.zip\";s:6:\"3.28.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.1.zip\";s:6:\"3.28.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.2.zip\";s:6:\"3.28.3\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.3.zip\";s:6:\"3.28.4\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.28.4.zip\";s:6:\"3.29.0\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.0.zip\";s:12:\"3.29.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta1.zip\";s:12:\"3.29.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta2.zip\";s:12:\"3.29.0-beta3\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta3.zip\";s:12:\"3.29.0-beta4\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-beta4.zip\";s:11:\"3.29.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev1.zip\";s:11:\"3.29.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev2.zip\";s:11:\"3.29.0-dev3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev3.zip\";s:11:\"3.29.0-dev4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.29.0-dev4.zip\";s:6:\"3.29.1\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.1.zip\";s:6:\"3.29.2\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"3.3.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.0.zip\";s:5:\"3.3.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.3.1.zip\";s:12:\"3.30.0-beta1\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta1.zip\";s:12:\"3.30.0-beta2\";s:65:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-beta2.zip\";s:11:\"3.30.0-dev1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev1.zip\";s:11:\"3.30.0-dev2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.30.0-dev2.zip\";s:5:\"3.4.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.0.zip\";s:10:\"3.4.0-dev7\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev7.zip\";s:10:\"3.4.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev8.zip\";s:10:\"3.4.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.4.0-dev9.zip\";s:5:\"3.4.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.1.zip\";s:5:\"3.4.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.2.zip\";s:5:\"3.4.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.3.zip\";s:5:\"3.4.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.4.zip\";s:5:\"3.4.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.5.zip\";s:5:\"3.4.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.6.zip\";s:5:\"3.4.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.7.zip\";s:5:\"3.4.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.4.8.zip\";s:5:\"3.5.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.0.zip\";s:11:\"3.5.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta1.zip\";s:11:\"3.5.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta2.zip\";s:11:\"3.5.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta3.zip\";s:11:\"3.5.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta4.zip\";s:11:\"3.5.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta5.zip\";s:11:\"3.5.0-beta7\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta7.zip\";s:11:\"3.5.0-beta8\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-beta8.zip\";s:10:\"3.5.0-dev8\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev8.zip\";s:10:\"3.5.0-dev9\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.5.0-dev9.zip\";s:5:\"3.5.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.1.zip\";s:5:\"3.5.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.2.zip\";s:5:\"3.5.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.3.zip\";s:5:\"3.5.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.4.zip\";s:5:\"3.5.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.5.zip\";s:5:\"3.5.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.5.6.zip\";s:5:\"3.6.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:11:\"3.6.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta1.zip\";s:11:\"3.6.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta2.zip\";s:11:\"3.6.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta3.zip\";s:11:\"3.6.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta4.zip\";s:11:\"3.6.0-beta5\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-beta5.zip\";s:10:\"3.6.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev1.zip\";s:11:\"3.6.0-dev10\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.6.0-dev10.zip\";s:5:\"3.6.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.1.zip\";s:5:\"3.6.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.2.zip\";s:5:\"3.6.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.3.zip\";s:5:\"3.6.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.4.zip\";s:5:\"3.6.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.5.zip\";s:5:\"3.6.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.6.zip\";s:5:\"3.6.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.7.zip\";s:5:\"3.6.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.8.zip\";s:5:\"3.7.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.0.zip\";s:11:\"3.7.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta1.zip\";s:11:\"3.7.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta2.zip\";s:11:\"3.7.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta3.zip\";s:11:\"3.7.0-beta4\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-beta4.zip\";s:10:\"3.7.0-dev1\";s:63:\"https://downloads.wordpress.org/plugin/elementor.3.7.0-dev1.zip\";s:5:\"3.7.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.1.zip\";s:5:\"3.7.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.2.zip\";s:5:\"3.7.3\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.3.zip\";s:5:\"3.7.4\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.4.zip\";s:5:\"3.7.5\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.5.zip\";s:5:\"3.7.6\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.6.zip\";s:5:\"3.7.7\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.7.zip\";s:5:\"3.7.8\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.7.8.zip\";s:5:\"3.8.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.0.zip\";s:11:\"3.8.0-beta1\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta1.zip\";s:11:\"3.8.0-beta2\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta2.zip\";s:11:\"3.8.0-beta3\";s:64:\"https://downloads.wordpress.org/plugin/elementor.3.8.0-beta3.zip\";s:5:\"3.8.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.8.1.zip\";s:5:\"3.9.0\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.0.zip\";s:5:\"3.9.1\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.1.zip\";s:5:\"3.9.2\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.9.2.zip\";s:5:\"trunk\";s:52:\"https://downloads.wordpress.org/plugin/elementor.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:94:\"https://elementor.com/support/?utm_source=wp-repo&utm_medium=link&utm_campaign=premium-support\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";s:4:\"high\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:63:\"Elementor Website Builder &#8211; More Than Just a Page Builder\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(155, 'recently_activated', 'a:2:{s:63:\"advanced-slider-for-elementor/advanced-slider-for-elementor.php\";i:1749650660;s:29:\"swipe-slider/swipe-slider.php\";i:1749643907;}', 'off'),
(158, 'finished_updating_comment_type', '1', 'auto'),
(163, '_site_transient_update_themes', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1749733037;s:7:\"checked\";a:2:{s:10:\"dreamsrent\";s:5:\"1.1.8\";s:16:\"twentytwentyfive\";s:3:\"1.2\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.2.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}}s:12:\"translations\";a:0:{}}', 'off'),
(164, 'current_theme', 'Dreamsrent', 'auto'),
(165, 'theme_mods_astra', 'a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:2:{s:7:\"primary\";i:2;s:11:\"mobile_menu\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:11:\"custom_logo\";i:14;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1749724368;s:4:\"data\";a:8:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}s:15:\"footer-widget-1\";a:0:{}s:15:\"footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-1\";a:0:{}s:24:\"advanced-footer-widget-2\";a:0:{}s:24:\"advanced-footer-widget-3\";a:0:{}s:24:\"advanced-footer-widget-4\";a:0:{}}}}', 'off'),
(166, 'theme_switched', '', 'auto'),
(169, 'astra-settings', 'a:11:{s:18:\"theme-auto-version\";s:6:\"4.11.2\";s:22:\"is_theme_queue_running\";b:0;s:20:\"header-desktop-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:2:{i:0;s:4:\"logo\";i:1;s:6:\"menu-1\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:2:{i:0;s:6:\"html-1\";i:1;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:19:\"header-preset-style\";s:8:\"preset_3\";s:19:\"header-mobile-items\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:3:{i:0;s:11:\"mobile-menu\";i:1;s:6:\"html-1\";i:2;s:8:\"button-1\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:29:\"transparent-header-on-devices\";s:4:\"both\";s:19:\"header-button1-text\";s:8:\"Join IFA\";s:13:\"header-html-1\";s:22:\"<a href=\"#\">Log In</a>\";s:32:\"ast-header-responsive-logo-width\";a:3:{s:7:\"desktop\";i:201;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:36:\"header-mobile-menu-bg-obj-responsive\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:26:\"header-button1-link-option\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}}', 'on'),
(170, 'allowed_astra_notices', 'a:3:{i:0;s:21:\"astra-sites-on-active\";i:1;s:18:\"astra-optin-notice\";i:2;s:16:\"uae-optin-notice\";}', 'auto'),
(171, 'astra_analytics_installed_time', '1749466796', 'off'),
(183, 'elementor_onboarded', '1', 'auto'),
(184, 'elementor_active_kit', '6', 'auto'),
(185, 'elementor_font_display', 'swap', 'auto'),
(188, 'elementor_landing_pages_activation', '0', 'auto'),
(189, 'elementor_version', '3.29.2', 'auto'),
(190, 'elementor_install_history', 'a:1:{s:6:\"3.29.2\";i:1749467050;}', 'auto'),
(191, 'elementor_events_db_version', '1.0.0', 'off'),
(193, 'elementor_checklist', '{\"last_opened_timestamp\":null,\"first_closed_checklist_in_editor\":false,\"is_popup_minimized\":false,\"steps\":{\"add_logo\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"set_fonts_and_colors\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"create_pages\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"setup_header\":{\"is_marked_completed\":false,\"is_immutable_completed\":false},\"assign_homepage\":{\"is_marked_completed\":false,\"is_immutable_completed\":false}},\"should_open_in_editor\":false}', 'auto'),
(194, '_elementor_installed_time', '1749467051', 'auto'),
(195, 'elementor_connect_site_key', '9c9bd9a33399313e555517ee75af0be2', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(196, 'elementor_remote_info_library', 'a:3:{s:10:\"types_data\";a:4:{s:5:\"block\";a:2:{s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:4:\"sets\";a:5:{i:0;s:11:\"Boxing Club\";i:1;s:19:\"Business Consultant\";i:2;s:16:\"Marketing Agency\";i:3;s:9:\"Wireframe\";i:4;s:15:\"Workshop Center\";}}s:5:\"popup\";a:1:{s:10:\"categories\";a:6:{i:0;s:10:\"bottom bar\";i:1;s:7:\"classic\";i:2;s:6:\"fly-in\";i:3;s:11:\"full screen\";i:4;s:9:\"hello bar\";i:5;s:8:\"slide-in\";}}s:2:\"lp\";a:1:{s:10:\"categories\";a:15:{i:0;s:8:\"Business\";i:1;s:16:\"Coming Soon Page\";i:2;s:9:\"eCommerce\";i:3;s:9:\"Education\";i:4;s:6:\"Events\";i:5;s:18:\"Health and Fitness\";i:6;s:3:\"NFT\";i:7;s:14:\"Online Service\";i:8;s:7:\"Product\";i:9;s:11:\"Real Estate\";i:10;s:18:\"Social Involvement\";i:11;s:14:\"Thank You Page\";i:12;s:6:\"Travel\";i:13;s:18:\"Under Construction\";i:14;s:9:\"Wireframe\";}}s:2:\"lb\";a:1:{s:10:\"categories\";a:2:{i:0;s:4:\"post\";i:1;s:7:\"product\";}}}s:10:\"categories\";a:30:{i:0;s:8:\"404 page\";i:1;s:5:\"about\";i:2;s:7:\"archive\";i:3;s:8:\"Benefits\";i:4;s:14:\"call to action\";i:5;s:7:\"clients\";i:6;s:7:\"contact\";i:7;s:4:\"Data\";i:8;s:10:\"ehp-footer\";i:9;s:10:\"ehp-header\";i:10;s:3:\"faq\";i:11;s:8:\"features\";i:12;s:6:\"footer\";i:13;s:7:\"Gallery\";i:14;s:6:\"header\";i:15;s:4:\"hero\";i:16;s:11:\"Link in Bio\";i:17;s:9:\"portfolio\";i:18;s:7:\"pricing\";i:19;s:15:\"product archive\";i:20;s:5:\"Quote\";i:21;s:15:\"Service Details\";i:22;s:8:\"services\";i:23;s:11:\"single page\";i:24;s:11:\"single post\";i:25;s:14:\"single product\";i:26;s:5:\"stats\";i:27;s:9:\"subscribe\";i:28;s:4:\"team\";i:29;s:12:\"testimonials\";}s:9:\"templates\";a:823:{i:0;a:20:{s:4:\"tmpl\";i:1280;s:2:\"id\";i:22403;s:5:\"title\";s:40:\"Hello Bar | Subscribe | Aesthetic Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/aesthetic-clinic-19.jpg\";s:12:\"tmpl_created\";i:1647354307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/hello-bar-subscribe-aesthetic-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:48:\"[\"Barbershop\",\"Business\",\"Discount\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:1;a:20:{s:4:\"tmpl\";i:1281;s:2:\"id\";i:22410;s:5:\"title\";s:32:\"Fly-In | Discount | Hair Stylist\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/hair-stylist-20.jpg\";s:12:\"tmpl_created\";i:1647354614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-discount-hair-stylist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Barbershop\",\"Discount\",\"Hair\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:2;a:20:{s:4:\"tmpl\";i:1285;s:2:\"id\";i:22440;s:5:\"title\";s:32:\"Classic | Subscribe | Shoe Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/shoes-store-21.jpg\";s:12:\"tmpl_created\";i:1647418620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-subscribe-shoe-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:37:\"[\"Ecommerce\",\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:3;a:20:{s:4:\"tmpl\";i:1286;s:2:\"id\";i:22446;s:5:\"title\";s:37:\"Full Screen | Subscribe | Denim Store\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/denim-store-22.jpg\";s:12:\"tmpl_created\";i:1647419614;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/full-screen-subscribe-denim-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:4;a:20:{s:4:\"tmpl\";i:1287;s:2:\"id\";i:22452;s:5:\"title\";s:37:\"Fly-In | Subscribe | Pizza Restaurant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/pizza-restaurant-23.jpg\";s:12:\"tmpl_created\";i:1647420733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-subscribe-pizza-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:19:\"[\"Business\",\"Food\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:5;a:20:{s:4:\"tmpl\";i:1288;s:2:\"id\";i:22458;s:5:\"title\";s:38:\"Full Screen | Subscribe | Fashion Shop\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-shop-24.jpg\";s:12:\"tmpl_created\";i:1647426379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-subscribe-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Ecommerce\",\"Fashion\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:6;a:20:{s:4:\"tmpl\";i:1289;s:2:\"id\";i:22464;s:5:\"title\";s:32:\"Fly-In | Contact | Makeup Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/makeup-studio-25.jpg\";s:12:\"tmpl_created\";i:1647427026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-makeup-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:7;a:20:{s:4:\"tmpl\";i:1290;s:2:\"id\";i:22470;s:5:\"title\";s:32:\"Fly-In | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-26.jpg\";s:12:\"tmpl_created\";i:1647428250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-contact-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:8;a:20:{s:4:\"tmpl\";i:1291;s:2:\"id\";i:22480;s:5:\"title\";s:27:\"Classic | CTA | MasterClass\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/master-class-27.jpg\";s:12:\"tmpl_created\";i:1647428474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-masterclass/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"cta\",\"Magazine\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:9;a:20:{s:4:\"tmpl\";i:1292;s:2:\"id\";i:22489;s:5:\"title\";s:29:\"Classic | CTA | Music Concert\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/music-concert-29.jpg\";s:12:\"tmpl_created\";i:1647429738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-music-concert/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"cta\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:10;a:20:{s:4:\"tmpl\";i:1293;s:2:\"id\";i:22495;s:5:\"title\";s:27:\"Classic | CTA | Music Album\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/music-album-30.jpg\";s:12:\"tmpl_created\";i:1647430056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-music-album/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Ba\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:11;a:20:{s:4:\"tmpl\";i:1294;s:2:\"id\";i:22501;s:5:\"title\";s:37:\"Fly-In | CTA | Photography Exhibition\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/photography-exhibition-31.jpg\";s:12:\"tmpl_created\";i:1647430512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-photography-exhibition/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:12;a:20:{s:4:\"tmpl\";i:1295;s:2:\"id\";i:22507;s:5:\"title\";s:34:\"Classic | CTA | Clothing Shop Sale\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/clothing-shop-sale-32.jpg\";s:12:\"tmpl_created\";i:1647430774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-cta-clothing-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Ecommerce\",\"Fashion\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:13;a:20:{s:4:\"tmpl\";i:1296;s:2:\"id\";i:22486;s:5:\"title\";s:30:\"Classic | CTA | Shop Promotion\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/shop-promotion-28.jpg\";s:12:\"tmpl_created\";i:1647430951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-shop-promotion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"cta\",\"Magazine\",\"Photography\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:14;a:20:{s:4:\"tmpl\";i:1297;s:2:\"id\";i:22516;s:5:\"title\";s:32:\"Fly-In | CTA | Glasses Shop Sale\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/glasses-shop-sale-33.jpg\";s:12:\"tmpl_created\";i:1647431136;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-cta-glasses-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:30:\"[\"Business\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:15;a:20:{s:4:\"tmpl\";i:1298;s:2:\"id\";i:22522;s:5:\"title\";s:30:\"Fly-In | Discount | Skate Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/50-skate-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647434058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-skate-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:16;a:20:{s:4:\"tmpl\";i:1299;s:2:\"id\";i:22532;s:5:\"title\";s:43:\"Classic | Subscription | Basketball Academy\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/21-basketball-academy-Subscription.jpg\";s:12:\"tmpl_created\";i:1647434608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/classic-subscription-basketball-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Education\",\"Marketing\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:17;a:20:{s:4:\"tmpl\";i:1300;s:2:\"id\";i:22543;s:5:\"title\";s:38:\"Classic | Discount | Veterinary Clinic\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/veterinery-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647435581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-discount-veterinary-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Discount\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:18;a:20:{s:4:\"tmpl\";i:1301;s:2:\"id\";i:22553;s:5:\"title\";s:39:\"Classic | Contact | Business Consulting\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/27-business-consulting-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647439935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/classic-contact-business-consulting/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Business\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:19;a:20:{s:4:\"tmpl\";i:1302;s:2:\"id\";i:22562;s:5:\"title\";s:28:\"Classic | Contact | Handyman\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/handyman-small.jpg\";s:12:\"tmpl_created\";i:1647440333;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-contact-handyman/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:20;a:20:{s:4:\"tmpl\";i:1303;s:2:\"id\";i:22573;s:5:\"title\";s:40:\"Classic | Discount | Online Fashion Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/31-online-fashion-shop-Discount.jpg\";s:12:\"tmpl_created\";i:1647462549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-online-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Discount\",\"Ecommerce\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:21;a:20:{s:4:\"tmpl\";i:1304;s:2:\"id\";i:22583;s:5:\"title\";s:36:\"Fly-In | Discount | Personal Trainer\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/personal-trainer-small.jpg\";s:12:\"tmpl_created\";i:1647503781;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-personal-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:22;a:20:{s:4:\"tmpl\";i:1305;s:2:\"id\";i:22592;s:5:\"title\";s:41:\"Classic | Contact | Illustrator Portfolio\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/illustrator-protfolio-small.jpg\";s:12:\"tmpl_created\";i:1647504218;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-contact-illustrator-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:49:\"[\"Contact\",\"Creative Portfolio\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:23;a:20:{s:4:\"tmpl\";i:1306;s:2:\"id\";i:22602;s:5:\"title\";s:46:\"Bottom Bar | Discount | Handmade Ceramics Shop\";s:9:\"thumbnail\";s:91:\"https://library.elementor.com/wp-content/uploads/2022/03/handmade-ceramic-shop-36-small.jpg\";s:12:\"tmpl_created\";i:1647507007;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-ceramics-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:48:\"[\"Business\",\"cta\",\"Ecommerce\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:24;a:20:{s:4:\"tmpl\";i:1307;s:2:\"id\";i:22612;s:5:\"title\";s:51:\"Classic | Contact | Classic Car Restoration Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/restoration-car-shop-37-small.jpg\";s:12:\"tmpl_created\";i:1647507310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/classic-contact-classic-car-restoration-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:25;a:20:{s:4:\"tmpl\";i:1308;s:2:\"id\";i:22621;s:5:\"title\";s:30:\"Classic | Booking | Life Coach\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/38-life-coach-Booking.jpg\";s:12:\"tmpl_created\";i:1647508596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-booking-life-coach/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:33:\"[\"Booking\",\"Business\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:26;a:20:{s:4:\"tmpl\";i:1309;s:2:\"id\";i:22632;s:5:\"title\";s:42:\"Classic |  Subscription | Merchandise Shop\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/Merchandise-Shop-39-small.jpg\";s:12:\"tmpl_created\";i:1647509196;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-subscription-merchandise-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Ecommerce\",\"Marketing\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:27;a:20:{s:4:\"tmpl\";i:1310;s:2:\"id\";i:22643;s:5:\"title\";s:48:\"Fly-In | Contact | Non-Governmental Organization\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/NGO-41-small.jpg\";s:12:\"tmpl_created\";i:1647509528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:150:\"https://library.elementor.com/popups/fly-in-contact-non-governmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:28;a:20:{s:4:\"tmpl\";i:1311;s:2:\"id\";i:22654;s:5:\"title\";s:35:\"Hello Bar | Contact | Family Doctor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/family-doctor-44-small.jpg\";s:12:\"tmpl_created\";i:1647509732;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/hello-bar-contact-family-doctor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Contact\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:29;a:20:{s:4:\"tmpl\";i:1312;s:2:\"id\";i:22663;s:5:\"title\";s:36:\"Classic | Subscription | Sports Blog\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/45-sport-blog-Subscription.jpg\";s:12:\"tmpl_created\";i:1647509908;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-sports-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Sport\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:30;a:20:{s:4:\"tmpl\";i:1313;s:2:\"id\";i:22673;s:5:\"title\";s:30:\"Hello Bar | Booking | Event DJ\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/DJ-service-46-small.jpg\";s:12:\"tmpl_created\";i:1647510160;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/hello-bar-booking-event-dj/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:31:\"[\"Booking\",\"Events\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:31;a:20:{s:4:\"tmpl\";i:1314;s:2:\"id\";i:22684;s:5:\"title\";s:36:\"Fly-In | Discount | Cleaning Company\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/51-cleaning-company-Discount.jpg\";s:12:\"tmpl_created\";i:1647510546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-discount-cleaning-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Discount\",\"Offer\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:32;a:20:{s:4:\"tmpl\";i:1315;s:2:\"id\";i:22693;s:5:\"title\";s:28:\"Fly-In | Contact | Carpenter\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/carpenter-53-small.jpg\";s:12:\"tmpl_created\";i:1647511972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-carpenter/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:33;a:20:{s:4:\"tmpl\";i:1316;s:2:\"id\";i:22703;s:5:\"title\";s:31:\"Classic | Booking | Yoga Studio\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/55-yoga-studio-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647512209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-booking-yoga-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Booking\",\"Contact\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:34;a:20:{s:4:\"tmpl\";i:1317;s:2:\"id\";i:22714;s:5:\"title\";s:37:\"Classic | Discount | Pet Care Company\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/56-Pet-Care-Discount.jpg\";s:12:\"tmpl_created\";i:1647513031;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-pet-care-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:35;a:20:{s:4:\"tmpl\";i:1318;s:2:\"id\";i:22725;s:5:\"title\";s:38:\"Fly-In | Discount | Online Coffee Shop\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/online-coffee-shop-57-small.jpg\";s:12:\"tmpl_created\";i:1647513325;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-discount-online-coffee-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Food\",\"Offer\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:36;a:20:{s:4:\"tmpl\";i:1319;s:2:\"id\";i:22737;s:5:\"title\";s:44:\"Fly-In | CTA | Moving &#038; Storage Company\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/moving-company-59-small.jpg\";s:12:\"tmpl_created\";i:1647520956;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/fly-in-cta-moving-storage-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:37;a:20:{s:4:\"tmpl\";i:1320;s:2:\"id\";i:22749;s:5:\"title\";s:47:\"Classic | Contact | Industrial Design Portfolio\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/60-industrial-design-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647528116;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/classic-contact-industrial-design-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:40:\"[\"Contact\",\"Interior Design\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:38;a:20:{s:4:\"tmpl\";i:1321;s:2:\"id\";i:22759;s:5:\"title\";s:25:\"Classic | Contact | Drone\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/drone-61-small.jpg\";s:12:\"tmpl_created\";i:1647528899;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/classic-contact-drone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:39;a:20:{s:4:\"tmpl\";i:1322;s:2:\"id\";i:22768;s:5:\"title\";s:46:\"Full Screen | Menu | Fashion Stylist Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/62-Fashion-Stylist-Menu.jpg\";s:12:\"tmpl_created\";i:1647529434;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/full-screen-menu-fashion-stylist-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:31:\"[\"Fashion\",\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:40;a:20:{s:4:\"tmpl\";i:1323;s:2:\"id\";i:22780;s:5:\"title\";s:31:\"Fly-In | CTA | Landscape Design\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/64-Landscape-Design-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647530337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-landscape-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:41;a:20:{s:4:\"tmpl\";i:1324;s:2:\"id\";i:22790;s:5:\"title\";s:48:\"Bottom Bar  | Contact | Architecture Photography\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/architecture-photography-65-small.jpg\";s:12:\"tmpl_created\";i:1647532358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/bottom-bar-contact-architecture-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:26:\"[\"Architecture\",\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:42;a:20:{s:4:\"tmpl\";i:1325;s:2:\"id\";i:22800;s:5:\"title\";s:41:\"Fly-In  | CTA | Speech-Language Therapist\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/66-Speech-Language-Therapist-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647532720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/fly-in-cta-speech-language-therapist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:25:\"[\"cta\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:43;a:20:{s:4:\"tmpl\";i:1326;s:2:\"id\";i:22812;s:5:\"title\";s:35:\"Full Screen | Verification | Winery\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/67-Winery-Verification.jpg\";s:12:\"tmpl_created\";i:1647761384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/full-screen-verification-winery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:24:\"[\"Alert\",\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:44;a:20:{s:4:\"tmpl\";i:1327;s:2:\"id\";i:22822;s:5:\"title\";s:36:\"Fly-In | Subscription | Nutritionist\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/nutritionist-69-small.jpg\";s:12:\"tmpl_created\";i:1647762620;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-subscription-nutritionist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Food\",\"Health\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:45;a:20:{s:4:\"tmpl\";i:1328;s:2:\"id\";i:22833;s:5:\"title\";s:40:\"Classic | Subscription | App &#038; SaaS\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/app-70-small.jpg\";s:12:\"tmpl_created\";i:1647762955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscription-app-saas/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:14:\"[\"App\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:46;a:20:{s:4:\"tmpl\";i:1329;s:2:\"id\";i:22844;s:5:\"title\";s:41:\"Bottom Bar | Discount | Handmade Cupcakes\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/72-Handmade-Cupcakes-Discount.jpg\";s:12:\"tmpl_created\";i:1647763350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/bottom-bar-discount-handmade-cupcakes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:21:\"[\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:47;a:20:{s:4:\"tmpl\";i:1330;s:2:\"id\";i:22855;s:5:\"title\";s:40:\"Bottom Bar | Subscription | Fashion Blog\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fashion-blog-75-small.jpg\";s:12:\"tmpl_created\";i:1647763907;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/bottom-bar-subscription-fashion-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:30:\"[\"Blog\",\"Fashion\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:48;a:20:{s:4:\"tmpl\";i:1331;s:2:\"id\";i:22866;s:5:\"title\";s:28:\"Fly-In | CTA | Private Tutor\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-77-small.jpg\";s:12:\"tmpl_created\";i:1647764062;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-cta-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:49;a:20:{s:4:\"tmpl\";i:1332;s:2:\"id\";i:22876;s:5:\"title\";s:30:\"Classic | CTA | Tennis Academy\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/78-Tennis-Academy-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765192;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-tennis-academy/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:50;a:20:{s:4:\"tmpl\";i:1333;s:2:\"id\";i:22887;s:5:\"title\";s:31:\"Fly-In | CTA | Shared Workspace\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/shared-workspace-79-small.jpg\";s:12:\"tmpl_created\";i:1647765419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-cta-shared-workspace/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Business\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:51;a:20:{s:4:\"tmpl\";i:1334;s:2:\"id\";i:22899;s:5:\"title\";s:30:\"Bottom Bar | CTA | Art Gallery\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/80-Art-Gallery-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647765652;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/bottom-bar-cta-art-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:13:\"[\"Art\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:52;a:20:{s:4:\"tmpl\";i:1335;s:2:\"id\";i:22910;s:5:\"title\";s:44:\"Fly-In | Subscription | Hiking Tours Company\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/hiking-tours-company-81-small.jpg\";s:12:\"tmpl_created\";i:1647765835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscription-hiking-tours-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:29:\"[\"Subscribe\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:53;a:20:{s:4:\"tmpl\";i:1336;s:2:\"id\";i:22921;s:5:\"title\";s:26:\"Classic | CTA | Music Band\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/music-band-82-small.jpg\";s:12:\"tmpl_created\";i:1647769462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/classic-cta-music-band/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Marketing\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:54;a:20:{s:4:\"tmpl\";i:1337;s:2:\"id\";i:22935;s:5:\"title\";s:35:\"Classic | CTA | Computer Technician\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/comuter-technician-83-small.jpg\";s:12:\"tmpl_created\";i:1647769843;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-computer-technician/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"cta\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:55;a:20:{s:4:\"tmpl\";i:1338;s:2:\"id\";i:22945;s:5:\"title\";s:37:\"Classic | Discount | Delivery Company\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/delivery-company-88-small.jpg\";s:12:\"tmpl_created\";i:1647770834;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-discount-delivery-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Discount\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:56;a:20:{s:4:\"tmpl\";i:1339;s:2:\"id\";i:22959;s:5:\"title\";s:29:\"Classic | Discount | Eco Shop\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/echo-shop-89-small.jpg\";s:12:\"tmpl_created\";i:1647771211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-discount-eco-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:57;a:20:{s:4:\"tmpl\";i:1340;s:2:\"id\";i:22972;s:5:\"title\";s:54:\"Fly-In | Subscription | Health &#038; Mindfulness Blog\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small.jpg\";s:12:\"tmpl_created\";i:1647771461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/fly-in-subscription-health-mindfulness-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:21:\"[\"Health\",\"Magazine\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:58;a:20:{s:4:\"tmpl\";i:1341;s:2:\"id\";i:22982;s:5:\"title\";s:31:\"Full Screen | Menu | Art Museum\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/art-museum-112-small.jpg\";s:12:\"tmpl_created\";i:1647771938;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-art-museum/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:59;a:20:{s:4:\"tmpl\";i:1342;s:2:\"id\";i:22992;s:5:\"title\";s:40:\"Classic | Discount | Urban Clothing Shop\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/health-blog-91-small-1.jpg\";s:12:\"tmpl_created\";i:1647773067;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-urban-clothing-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Discount\",\"Ecommerce\",\"Fashion\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:60;a:20:{s:4:\"tmpl\";i:1343;s:2:\"id\";i:23004;s:5:\"title\";s:60:\"Full Screen | Menu | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small-1.jpg\";s:12:\"tmpl_created\";i:1647773366;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:155:\"https://library.elementor.com/popups/full-screen-menu-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:61;a:20:{s:4:\"tmpl\";i:1344;s:2:\"id\";i:23015;s:5:\"title\";s:62:\"Bottom Bar | Contact | Digital &#038; Technology Design School\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-design-tech-school-small.jpg\";s:12:\"tmpl_created\";i:1647773492;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/bottom-bar-contact-digital-technology-design-school/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:23:\"[\"Contact\",\"Portfolio\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:62;a:20:{s:4:\"tmpl\";i:1345;s:2:\"id\";i:23025;s:5:\"title\";s:32:\"Full Screen | Menu | Flower Shop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small.jpg\";s:12:\"tmpl_created\";i:1647773820;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:63;a:20:{s:4:\"tmpl\";i:1346;s:2:\"id\";i:23037;s:5:\"title\";s:36:\"Classic | Subscription | Flower Shop\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/flower-shop-small-1.jpg\";s:12:\"tmpl_created\";i:1647773949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-flower-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Discount\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:64;a:20:{s:4:\"tmpl\";i:1347;s:2:\"id\";i:23056;s:5:\"title\";s:48:\"Classic | Discount | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small-1.jpg\";s:12:\"tmpl_created\";i:1647774468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/classic-discount-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:65;a:20:{s:4:\"tmpl\";i:1348;s:2:\"id\";i:23067;s:5:\"title\";s:37:\"Fly-In | Menu | Baby Sleep Consultant\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small-1.jpg\";s:12:\"tmpl_created\";i:1647778954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/popups/baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:66;a:20:{s:4:\"tmpl\";i:1349;s:2:\"id\";i:23077;s:5:\"title\";s:46:\"Classic | Subscription | Baby Sleep Consultant\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/baby-sleep-consultant-small.jpg\";s:12:\"tmpl_created\";i:1647779074;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/classic-subscription-baby-sleep-consultant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:12:\"[\"Discount\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:67;a:20:{s:4:\"tmpl\";i:1350;s:2:\"id\";i:23090;s:5:\"title\";s:33:\"Full Screen | Menu | Luxury Hotel\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small.jpg\";s:12:\"tmpl_created\";i:1647779390;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/full-screen-menu-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:68;a:20:{s:4:\"tmpl\";i:1351;s:2:\"id\";i:23100;s:5:\"title\";s:31:\"Fly-In | Booking | Luxury Hotel\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/luxury-hotel-small-1.jpg\";s:12:\"tmpl_created\";i:1647779500;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-booking-luxury-hotel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Booking\",\"Travel\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:69;a:20:{s:4:\"tmpl\";i:1352;s:2:\"id\";i:23109;s:5:\"title\";s:38:\"Full Screen | Menu | Design Conference\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small.jpg\";s:12:\"tmpl_created\";i:1647779675;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:70;a:20:{s:4:\"tmpl\";i:1353;s:2:\"id\";i:23120;s:5:\"title\";s:41:\"Full Screen | Booking | Design Conference\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/design-conference-35-small-1.jpg\";s:12:\"tmpl_created\";i:1647779793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/popups/full-screen-booking-design-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:35:\"[\"Booking\",\"Conference\",\"Creative\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:71;a:20:{s:4:\"tmpl\";i:1354;s:2:\"id\";i:23129;s:5:\"title\";s:29:\"Slide-In | Menu | VR Headsets\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small.jpg\";s:12:\"tmpl_created\";i:1647781211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-menu-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:72;a:20:{s:4:\"tmpl\";i:1355;s:2:\"id\";i:23139;s:5:\"title\";s:31:\"Classic | Contact | VR Headsets\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/VR-headset-small-1.jpg\";s:12:\"tmpl_created\";i:1647781384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-vr-headsets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:73;a:20:{s:4:\"tmpl\";i:1356;s:2:\"id\";i:23149;s:5:\"title\";s:38:\"Slide-In | Menu | Portrait Photography\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Menu.jpg\";s:12:\"tmpl_created\";i:1647782336;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/slide-in-menu-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:74;a:20:{s:4:\"tmpl\";i:1357;s:2:\"id\";i:23159;s:5:\"title\";s:47:\"Hello Bar | Subscription | Portrait Photography\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2022/03/48-portrair-photography-Subscription.jpg\";s:12:\"tmpl_created\";i:1647782478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:149:\"https://library.elementor.com/popups/hello-bar-subscription-portrait-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Blog\",\"Photography\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:75;a:20:{s:4:\"tmpl\";i:1358;s:2:\"id\";i:23169;s:5:\"title\";s:32:\"Full Screen | Menu | English Pub\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Menu.jpg\";s:12:\"tmpl_created\";i:1647782664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/full-screen-menu-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:76;a:20:{s:4:\"tmpl\";i:1359;s:2:\"id\";i:23179;s:5:\"title\";s:32:\"Classic | Discount | English Pub\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/49-englisg-pub-Discount.jpg\";s:12:\"tmpl_created\";i:1647782796;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-english-pub/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:77;a:20:{s:4:\"tmpl\";i:1360;s:2:\"id\";i:23189;s:5:\"title\";s:27:\"Full Screen | Menu | Singer\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Menu.jpg\";s:12:\"tmpl_created\";i:1647783070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/full-screen-menu-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:29:\"[\"Fullscreen\",\"menu\",\"Music\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:78;a:20:{s:4:\"tmpl\";i:1361;s:2:\"id\";i:23200;s:5:\"title\";s:31:\"Classic | Subscription | Singer\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2022/03/58-Music-Artist-Subscription.jpg\";s:12:\"tmpl_created\";i:1647783249;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-subscription-singer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Music\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:79;a:20:{s:4:\"tmpl\";i:1362;s:2:\"id\";i:23210;s:5:\"title\";s:38:\"Full Screen | Menu | Virtual Assistant\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistnt-73-small.jpg\";s:12:\"tmpl_created\";i:1647784292;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-menu-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:80;a:20:{s:4:\"tmpl\";i:1363;s:2:\"id\";i:23223;s:5:\"title\";s:39:\"Hello Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/73-Virtual-Assistant-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647784616;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-contact-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:37:\"[\"Contact\",\"Psychologist\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:81;a:20:{s:4:\"tmpl\";i:1364;s:2:\"id\";i:23234;s:5:\"title\";s:32:\"Slide-In  | Menu | Personal Chef\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Menu.jpg\";s:12:\"tmpl_created\";i:1647798194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-menu-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:8:\"[\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:82;a:20:{s:4:\"tmpl\";i:1365;s:2:\"id\";i:23244;s:5:\"title\";s:29:\"Classic | CTA | Personal Chef\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/74-Personal-Chef-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647798297;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-personal-chef/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:24:\"[\"Booking\",\"Chef\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:83;a:20:{s:4:\"tmpl\";i:1366;s:2:\"id\";i:23254;s:5:\"title\";s:31:\"Full Screen | Menu | Food Truck\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small-1.jpg\";s:12:\"tmpl_created\";i:1647798447;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/full-screen-menu-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:84;a:20:{s:4:\"tmpl\";i:1367;s:2:\"id\";i:23265;s:5:\"title\";s:30:\"Fly-In | Discount | Food Truck\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/food-truck-76-small.jpg\";s:12:\"tmpl_created\";i:1647798657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-discount-food-truck/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Discount\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:85;a:20:{s:4:\"tmpl\";i:1369;s:2:\"id\";i:23323;s:5:\"title\";s:28:\"Classic | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-6-Small.jpg\";s:12:\"tmpl_created\";i:1647855505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:86;a:20:{s:4:\"tmpl\";i:1370;s:2:\"id\";i:23329;s:5:\"title\";s:29:\"Slide-In | CTA | Black Friday\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-5-Small.jpg\";s:12:\"tmpl_created\";i:1647855865;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/slide-in-cta-black-friday/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:87;a:20:{s:4:\"tmpl\";i:1371;s:2:\"id\";i:23335;s:5:\"title\";s:31:\"Slide-In | CTA | Black Friday 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-1-Small.jpg\";s:12:\"tmpl_created\";i:1647856357;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/slide-in-cta-black-friday-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:88;a:20:{s:4:\"tmpl\";i:1372;s:2:\"id\";i:23341;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-3-Small.jpg\";s:12:\"tmpl_created\";i:1647856493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:89;a:20:{s:4:\"tmpl\";i:1373;s:2:\"id\";i:23347;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-2-Small.jpg\";s:12:\"tmpl_created\";i:1647856891;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:90;a:20:{s:4:\"tmpl\";i:1374;s:2:\"id\";i:23354;s:5:\"title\";s:30:\"Classic | CTA | Black Friday 4\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/Black-Friday-4-Small.jpg\";s:12:\"tmpl_created\";i:1647856996;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-black-friday-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Black Friday\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:91;a:20:{s:4:\"tmpl\";i:1375;s:2:\"id\";i:23394;s:5:\"title\";s:27:\"Classic | CTA | Halloween 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-3-Small.jpg\";s:12:\"tmpl_created\";i:1647857351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/classic-cta-halloween-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:31:\"[\"cta\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:92;a:20:{s:4:\"tmpl\";i:1376;s:2:\"id\";i:23401;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-2-Small.jpg\";s:12:\"tmpl_created\";i:1647857567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:93;a:20:{s:4:\"tmpl\";i:1377;s:2:\"id\";i:23407;s:5:\"title\";s:33:\"Slide-In | Discount | Halloween 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-1-Small.jpg\";s:12:\"tmpl_created\";i:1647857814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-halloween-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:36:\"[\"Discount\",\"Ecommerce\",\"Halloween\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:94;a:20:{s:4:\"tmpl\";i:1378;s:2:\"id\";i:23416;s:5:\"title\";s:31:\"Fly-In | Discount | Halloween 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-5-Small.jpg\";s:12:\"tmpl_created\";i:1647858024;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-discount-halloween-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:44:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Offer\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:95;a:20:{s:4:\"tmpl\";i:1379;s:2:\"id\";i:23422;s:5:\"title\";s:36:\"Classic | Subscription | Halloween 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Halloween-4-Small.jpg\";s:12:\"tmpl_created\";i:1647858246;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-subscription-halloween-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:48:\"[\"Discount\",\"Ecommerce\",\"Halloween\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:96;a:20:{s:4:\"tmpl\";i:1380;s:2:\"id\";i:23471;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-2-Small.jpg\";s:12:\"tmpl_created\";i:1647859193;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:97;a:20:{s:4:\"tmpl\";i:1381;s:2:\"id\";i:23477;s:5:\"title\";s:28:\"Slide-In | CTA | Christmas 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-4-Small.jpg\";s:12:\"tmpl_created\";i:1647859838;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/slide-in-cta-christmas-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Christmas\",\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:98;a:20:{s:4:\"tmpl\";i:1382;s:2:\"id\";i:23483;s:5:\"title\";s:26:\"Fly-In | CTA | Christmas 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-1-Small.jpg\";s:12:\"tmpl_created\";i:1647860157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/popups/fly-in-cta-christmas-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:99;a:20:{s:4:\"tmpl\";i:1383;s:2:\"id\";i:23489;s:5:\"title\";s:33:\"Slide-In | Discount | Christmas 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-5-Small.jpg\";s:12:\"tmpl_created\";i:1647860302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-discount-christmas-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:31:\"[\"Christmas\",\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:100;a:20:{s:4:\"tmpl\";i:1384;s:2:\"id\";i:23496;s:5:\"title\";s:32:\"Classic | Discount | Christmas 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/Christmas-3-Small.jpg\";s:12:\"tmpl_created\";i:1647860454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-discount-christmas-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Christmas\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:101;a:20:{s:4:\"tmpl\";i:1385;s:2:\"id\";i:23523;s:5:\"title\";s:30:\"Classic | CTA | Valentines Day\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-2-Small.jpg\";s:12:\"tmpl_created\";i:1647860912;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-cta-valentines-day/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:102;a:20:{s:4:\"tmpl\";i:1386;s:2:\"id\";i:23529;s:5:\"title\";s:39:\"Hello Bar | Discount | Valentines Day 2\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-1-Small.jpg\";s:12:\"tmpl_created\";i:1647861064;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-discount-valentines-day-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:30:\"[\"Discount\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:103;a:20:{s:4:\"tmpl\";i:1387;s:2:\"id\";i:23536;s:5:\"title\";s:32:\"Classic | CTA | Valentines Day 3\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/03/Valentines-Day-3-Small.jpg\";s:12:\"tmpl_created\";i:1647861536;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-cta-valentines-day-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"cta\",\"Valentine\'s Day\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:104;a:20:{s:4:\"tmpl\";i:1388;s:2:\"id\";i:23586;s:5:\"title\";s:51:\"Fly-In | Subscribe | Health &#038; Wellness Company\";s:9:\"thumbnail\";s:103:\"https://library.elementor.com/wp-content/uploads/2022/03/35-Subscribe-Health-Wellness-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647862008;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/fly-in-subscribe-health-wellness-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:24:\"[\"Business\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:105;a:20:{s:4:\"tmpl\";i:1389;s:2:\"id\";i:23592;s:5:\"title\";s:34:\"Classic | Subscribe | Tech Company\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/36-Subscribe-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647866706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-subscribe-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Marketing\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:106;a:20:{s:4:\"tmpl\";i:1390;s:2:\"id\";i:23598;s:5:\"title\";s:36:\"Classic | Contact Us | Fight Classes\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2022/03/37-Contact-Us-Fight-Classes-Small.jpg\";s:12:\"tmpl_created\";i:1647866869;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-contact-us-fight-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:107;a:20:{s:4:\"tmpl\";i:1391;s:2:\"id\";i:23611;s:5:\"title\";s:31:\"Classic | CTA | Mochi Shop Sale\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2022/03/39-Click-Through-Mochi-Shop-Sale-Small.jpg\";s:12:\"tmpl_created\";i:1647867750;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-cta-mochi-shop-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:23:\"[\"cta\",\"Offer\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:108;a:20:{s:4:\"tmpl\";i:1392;s:2:\"id\";i:23618;s:5:\"title\";s:28:\"Classic | CTA | Fashion Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/40-Click-Through-Fashion-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647868251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-cta-fashion-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"cta\",\"Ecommerce\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:109;a:20:{s:4:\"tmpl\";i:1393;s:2:\"id\";i:23624;s:5:\"title\";s:29:\"Fly-In | Login | Tech Company\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/41-Login-Tech-Company-Small.jpg\";s:12:\"tmpl_created\";i:1647868704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/fly-in-login-tech-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:110;a:20:{s:4:\"tmpl\";i:1394;s:2:\"id\";i:23630;s:5:\"title\";s:36:\"Fly-In | Verification | Liquor Store\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/42-Verification-Liquor-Store-Small.jpg\";s:12:\"tmpl_created\";i:1647870308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/fly-in-verification-liquor-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:111;a:20:{s:4:\"tmpl\";i:1395;s:2:\"id\";i:23636;s:5:\"title\";s:39:\"Hello Bar | Subscribe | Online Magazine\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2022/03/44-Subscribe-Online-Magazine-Small.jpg\";s:12:\"tmpl_created\";i:1647870465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/hello-bar-subscribe-online-magazine/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:112;a:20:{s:4:\"tmpl\";i:1396;s:2:\"id\";i:23642;s:5:\"title\";s:27:\"Fly-In | Login | Health Spa\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/03/43-Login-Health-Spa-Small.jpg\";s:12:\"tmpl_created\";i:1647872427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/fly-in-login-health-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:20:\"[\"Login\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:113;a:20:{s:4:\"tmpl\";i:1397;s:2:\"id\";i:23648;s:5:\"title\";s:33:\"Fly-In | Verification | Wine Shop\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/03/45-Verification-Wine-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1647872627;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/fly-in-verification-wine-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:16:\"[\"Verification\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:114;a:20:{s:4:\"tmpl\";i:1421;s:2:\"id\";i:24235;s:5:\"title\";s:24:\"Ladydog Club &#8211; NFT\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/05/Ladydog_Club.jpg\";s:12:\"tmpl_created\";i:1651525072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/ladydog-club-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:115;a:20:{s:4:\"tmpl\";i:1422;s:2:\"id\";i:24166;s:5:\"title\";s:15:\"Dot &#8211; NFT\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/05/Dot-250_280.jpg\";s:12:\"tmpl_created\";i:1651525117;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/lp/dot-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:116;a:20:{s:4:\"tmpl\";i:1423;s:2:\"id\";i:24191;s:5:\"title\";s:28:\"Cosmic Neighbors &#8211; NFT\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Cosmic_Neighbors-250_280.jpg\";s:12:\"tmpl_created\";i:1651525124;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/cosmic-neighbors-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:117;a:20:{s:4:\"tmpl\";i:1424;s:2:\"id\";i:24255;s:5:\"title\";s:30:\"Happy Food Friends &#8211; NFT\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/05/Featured_Image.jpg\";s:12:\"tmpl_created\";i:1651525475;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/happy-food-friends-nft/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:3:\"NFT\";s:4:\"tags\";s:100:\"[\"Art\",\"Author\",\"Business\",\"Creative\",\"Design\",\"Gallery\",\"Landing Pages\",\"NFT\",\"Products\",\"Virtual\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:118;a:20:{s:4:\"tmpl\";i:1443;s:2:\"id\";i:24599;s:5:\"title\";s:27:\"Wireframe &#8211; Courses 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Courses-1.jpg\";s:12:\"tmpl_created\";i:1653989626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-courses-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:180:\"[\"About\",\"Academy\",\"Booking\",\"Business\",\"Course Online\",\"Features\",\"Footer\",\"Landing Pages\",\"Online Service\",\"Professional\",\"School\",\"Services\",\"Subscribe\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:119;a:20:{s:4:\"tmpl\";i:1444;s:2:\"id\";i:24614;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1-2.jpg\";s:12:\"tmpl_created\";i:1653990084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:139:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:120;a:20:{s:4:\"tmpl\";i:1445;s:2:\"id\";i:24629;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2-2.jpg\";s:12:\"tmpl_created\";i:1653990132;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:123:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:121;a:20:{s:4:\"tmpl\";i:1446;s:2:\"id\";i:24644;s:5:\"title\";s:27:\"Wireframe &#8211; Webinar 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Webinar-1.jpg\";s:12:\"tmpl_created\";i:1653990164;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/wireframe-webinar-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:177:\"[\"About\",\"Academy\",\"Booking\",\"Conference\",\"Course Online\",\"Education\",\"Features\",\"Footer\",\"Form\",\"Landing Pages\",\"Online Event\",\"Online Service\",\"Subscribe\",\"Virtual\",\"Webinar\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:122;a:20:{s:4:\"tmpl\";i:1447;s:2:\"id\";i:24655;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3-2.jpg\";s:12:\"tmpl_created\";i:1653990198;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:143:\"[\"About\",\"Agency\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Landing Pages\",\"Portfolio\",\"Professional\",\"Project\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:123;a:20:{s:4:\"tmpl\";i:1448;s:2:\"id\";i:24677;s:5:\"title\";s:28:\"Wireframe &#8211; Services 4\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-4.jpg\";s:12:\"tmpl_created\";i:1653990233;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:102:\"[\"About\",\"Business\",\"Contact\",\"Footer\",\"Form\",\"Landing Pages\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:124;a:20:{s:4:\"tmpl\";i:1449;s:2:\"id\";i:24687;s:5:\"title\";s:28:\"Wireframe &#8211; Products 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Products-1.jpg\";s:12:\"tmpl_created\";i:1653990273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-products-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:128:\"[\"About\",\"Booking\",\"Business\",\"Clients\",\"Ecommerce\",\"Features\",\"Footer\",\"Landing Pages\",\"Products\",\"Sales\",\"Shop\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:125;a:20:{s:4:\"tmpl\";i:1450;s:2:\"id\";i:24706;s:5:\"title\";s:28:\"Wireframe &#8211; Services 5\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-5.jpg\";s:12:\"tmpl_created\";i:1653990322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/wireframe-services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Wireframe\";s:4:\"tags\";s:149:\"[\"About\",\"Booking\",\"Consulting\",\"Contact\",\"Doctor\",\"Footer\",\"Form\",\"Header\",\"Landing Pages\",\"Online Service\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:126;a:20:{s:4:\"tmpl\";i:1451;s:2:\"id\";i:23604;s:5:\"title\";s:38:\"Classic | Subscribe | Nail Polish Shop\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2022/03/38-Subscribe-Nail-Polish-Shop-Small.jpg\";s:12:\"tmpl_created\";i:1660205114;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/classic-subscribe-nail-polish-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:20:\"[\"Blog\",\"Subscribe\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:127;a:20:{s:4:\"tmpl\";i:1452;s:2:\"id\";i:23047;s:5:\"title\";s:46:\"Fly-In | Contact | Health &#038; Fitness eBook\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/fitness-ebook-small.jpg\";s:12:\"tmpl_created\";i:1660205149;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/fly-in-contact-health-fitness-ebook/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Contact\",\"Ebook\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:128;a:20:{s:4:\"tmpl\";i:1199;s:2:\"id\";i:18839;s:5:\"title\";s:27:\"Hello Bar | CTA | eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/05/350x250.png\";s:12:\"tmpl_created\";i:1621870603;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/popups/hello-bar-cta-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:41:\"[\"Ecommerce\",\"Online Shop\",\"Sale\",\"Shop\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:129;a:20:{s:4:\"tmpl\";i:1247;s:2:\"id\";i:21907;s:5:\"title\";s:50:\"Fly-In | Team Details  | Electronic Music Festival\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/Kit-8-electronic-music-festival-CTA-image-1.jpg\";s:12:\"tmpl_created\";i:1646660881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/popups/fly-in-team-details-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:130;a:20:{s:4:\"tmpl\";i:1253;s:2:\"id\";i:22162;s:5:\"title\";s:46:\"Full Screen | Menu | Electronic Music Festival\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/03/8-music-festival-Team-Details.jpg\";s:12:\"tmpl_created\";i:1647272934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:154:\"https://library.elementor.com/popups/full-screen-menu-popup-electronic-music-festival/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:21:\"[\"Fullscreen\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:131;a:20:{s:4:\"tmpl\";i:1254;s:2:\"id\";i:22172;s:5:\"title\";s:45:\"Classic | Discount | Health &#038; Beauty Spa\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/health-beauty-spa-small.jpg\";s:12:\"tmpl_created\";i:1647273547;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-discount-popup-health-beauty-spa/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:36:\"[\"Hair\",\"Health\",\"Sales\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:132;a:20:{s:4:\"tmpl\";i:1255;s:2:\"id\";i:22183;s:5:\"title\";s:44:\"Hello Bar | CTA | Environmental Organization\";s:9:\"thumbnail\";s:104:\"https://library.elementor.com/wp-content/uploads/2022/03/11-Environmental-Organization-Click-Through.jpg\";s:12:\"tmpl_created\";i:1647274384;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/hello-bar-cta-popup-environmental-organization/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:133;a:20:{s:4:\"tmpl\";i:1256;s:2:\"id\";i:22195;s:5:\"title\";s:39:\"Classic | Discount | Italian Restaurant\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/restaurant-small.jpg\";s:12:\"tmpl_created\";i:1647329432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-discount-popup-italian-restaurant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:22:\"[\"Restaurant\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:134;a:20:{s:4:\"tmpl\";i:1257;s:2:\"id\";i:22210;s:5:\"title\";s:45:\"Bottom Bar | Discount | Technology Conference\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tech-conference-small.jpg\";s:12:\"tmpl_created\";i:1647330423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:153:\"https://library.elementor.com/popups/bottom-bar-discount-popup-technology-conference/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:38:\"[\"Conference\",\"Sales\",\"Save the Date\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:135;a:20:{s:4:\"tmpl\";i:1258;s:2:\"id\";i:22221;s:5:\"title\";s:32:\"Hello Bar | Menu | Tattoo Studio\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small-1.jpg\";s:12:\"tmpl_created\";i:1647330705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/hello-bar-menu-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:17:\"[\"Header\",\"menu\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:136;a:20:{s:4:\"tmpl\";i:1259;s:2:\"id\";i:22231;s:5:\"title\";s:37:\"Full Screen | Booking | Tattoo Studio\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/tattoo-studio-small.jpg\";s:12:\"tmpl_created\";i:1647331823;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-booking-popup-tattoo-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:32:\"[\"Booking\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:137;a:20:{s:4:\"tmpl\";i:1260;s:2:\"id\";i:22251;s:5:\"title\";s:34:\"Classic | Discount | Dental Clinic\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/dental-clinic-small.jpg\";s:12:\"tmpl_created\";i:1647332171;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-discount-popup-dental-clinic/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:30:\"[\"Health\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:138;a:20:{s:4:\"tmpl\";i:1261;s:2:\"id\";i:22261;s:5:\"title\";s:34:\"Slide-In | Contact | Makeup Artist\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/03/20-Makeup-Artist-Contact-Us.jpg\";s:12:\"tmpl_created\";i:1647333946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/slide-in-contact-popup-makeup-artist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:139;a:20:{s:4:\"tmpl\";i:1262;s:2:\"id\";i:22271;s:5:\"title\";s:24:\"Fly-In | CTA | Headphone\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/03/headphones-1-small.jpg\";s:12:\"tmpl_created\";i:1647334784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/fly-in-cta-popup-headphone/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:41:\"[\"cta\",\"Ecommerce\",\"Marketing\",\"Product\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:140;a:20:{s:4:\"tmpl\";i:1263;s:2:\"id\";i:22277;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/online-course-2.jpg\";s:12:\"tmpl_created\";i:1647337110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/classic-cta-popup-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:35:\"[\"Course Online\",\"cta\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:141;a:20:{s:4:\"tmpl\";i:1264;s:2:\"id\";i:22283;s:5:\"title\";s:40:\"Bottom Bar | Contact | Virtual Assistant\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/03/virtual-assistant-3.jpg\";s:12:\"tmpl_created\";i:1647337517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:148:\"https://library.elementor.com/popups/bottom-bar-contact-popup-virtual-assistant/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:10:\"bottom bar\";s:4:\"tags\";s:33:\"[\"Business\",\"Contact\",\"Services\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:142;a:20:{s:4:\"tmpl\";i:1265;s:2:\"id\";i:22289;s:5:\"title\";s:32:\"Fly-In | Contact | Private Tutor\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/private-tutor-4.jpg\";s:12:\"tmpl_created\";i:1647337676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/fly-in-contact-popup-private-tutor/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:27:\"[\"Contact\",\"Course Online\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:143;a:20:{s:4:\"tmpl\";i:1266;s:2:\"id\";i:22295;s:5:\"title\";s:31:\"Classic |  Login | Login Travel\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/login-travel-6.jpg\";s:12:\"tmpl_created\";i:1647339467;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-login-popup-login-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:9:\"[\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:144;a:20:{s:4:\"tmpl\";i:1267;s:2:\"id\";i:22301;s:5:\"title\";s:36:\"Full Screen | Login | Login Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/login-business-7.jpg\";s:12:\"tmpl_created\";i:1647339782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/full-screen-login-popup-login-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:16:\"[\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:145;a:20:{s:4:\"tmpl\";i:1268;s:2:\"id\";i:22307;s:5:\"title\";s:28:\"Classic | Login | Login Blog\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2022/03/login-blog-8.jpg\";s:12:\"tmpl_created\";i:1647339986;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/classic-login-popup-login-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Blog\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:146;a:20:{s:4:\"tmpl\";i:1269;s:2:\"id\";i:22313;s:5:\"title\";s:31:\"Classic | Login | Login Fashion\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2022/03/login-fashion-9.jpg\";s:12:\"tmpl_created\";i:1647340204;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/classic-login-popup-login-fashion/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Fashion\",\"Login\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:147;a:20:{s:4:\"tmpl\";i:1270;s:2:\"id\";i:22319;s:5:\"title\";s:40:\"Classic |  Login | Login Design Platform\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/03/login-design-platform-10.jpg\";s:12:\"tmpl_created\";i:1647340531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:147:\"https://library.elementor.com/popups/classic-login-popup-login-design-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:25:\"[\"Design\",\"Login\",\"SaaS\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:148;a:20:{s:4:\"tmpl\";i:1271;s:2:\"id\";i:22325;s:5:\"title\";s:36:\"Fly-In | Contact | Digital Marketing\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/03/digital-marketing-11.jpg\";s:12:\"tmpl_created\";i:1647340770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-contact-popup-digital-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:51:\"[\"Business\",\"Contact\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:149;a:20:{s:4:\"tmpl\";i:1272;s:2:\"id\";i:22331;s:5:\"title\";s:36:\"Fly-In | CTA | Dog Cat Food Delivery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/dog-cat-food-delivery-5.jpg\";s:12:\"tmpl_created\";i:1647341069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:144:\"https://library.elementor.com/popups/fly-in-cta-popup-dog-cat-food-delivery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:33:\"[\"cta\",\"Delivery Service\",\"Pets\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:150;a:20:{s:4:\"tmpl\";i:1273;s:2:\"id\";i:22337;s:5:\"title\";s:37:\"Full Screen | Contact | Design Studio\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/03/design-studio-12.jpg\";s:12:\"tmpl_created\";i:1647341370;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-contact-popup-design-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:39:\"[\"Business\",\"Contact\",\"Digital Agency\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:151;a:20:{s:4:\"tmpl\";i:1274;s:2:\"id\";i:22343;s:5:\"title\";s:44:\"Classic | Contact | Support Product Platform\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/03/support-13.jpg\";s:12:\"tmpl_created\";i:1647341972;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/popups/classic-contact-support-product-platform/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:21:\"[\"Contact\",\"Support\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:152;a:20:{s:4:\"tmpl\";i:1275;s:2:\"id\";i:22371;s:5:\"title\";s:38:\"Full Screen | Contact | Small Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/03/small-business-14.jpg\";s:12:\"tmpl_created\";i:1647342508;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:140:\"https://library.elementor.com/popups/full-screen-contact-small-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:40:\"[\"Business\",\"Contact\",\"Interior Design\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:153;a:20:{s:4:\"tmpl\";i:1276;s:2:\"id\";i:22377;s:5:\"title\";s:31:\"Classic | Contact | Online Shop\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2022/03/online-shop-15.jpg\";s:12:\"tmpl_created\";i:1647352786;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/classic-contact-online-shop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:154;a:20:{s:4:\"tmpl\";i:1277;s:2:\"id\";i:22383;s:5:\"title\";s:40:\"Classic | Booking | Children Optometrist\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/03/children-optometrist-16.jpg\";s:12:\"tmpl_created\";i:1647352963;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:142:\"https://library.elementor.com/popups/classic-booking-children-optometrist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:53:\"[\"Booking\",\"Business\",\"Contact\",\"Education\",\"Health\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:155;a:20:{s:4:\"tmpl\";i:1278;s:2:\"id\";i:22389;s:5:\"title\";s:28:\"Fly-In | Contact | Open Week\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2022/03/open-week17.jpg\";s:12:\"tmpl_created\";i:1647353281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/fly-in-contact-open-week/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:34:\"[\"Business\",\"Contact\",\"Marketing\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:156;a:20:{s:4:\"tmpl\";i:1279;s:2:\"id\";i:22397;s:5:\"title\";s:43:\"Full Screen | CTA | Plant Pots Online Store\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2022/03/plant-pots-online-store-18.jpg\";s:12:\"tmpl_created\";i:1647353429;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/popups/full-screen-cta-plant-pots-online-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:33:\"[\"Ecommerce\",\"Marketing\",\"Sales\"]\";s:10:\"menu_order\";i:0;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:157;a:20:{s:4:\"tmpl\";i:1054;s:2:\"id\";i:15414;s:5:\"title\";s:32:\"Classic | Contact | Dance Studio\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/PopUp.jpg\";s:12:\"tmpl_created\";i:1603180596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-dance-studio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:762;s:11:\"trend_index\";i:650;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:158;a:20:{s:4:\"tmpl\";i:1398;s:2:\"id\";i:23687;s:5:\"title\";s:32:\"Pizza Promotion &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/48-Pizza-Promotion.jpg\";s:12:\"tmpl_created\";i:1649670575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/pizza-promotion-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:92:\"[\"Business\",\"Cooking\",\"Delivery\",\"Discount\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:159;a:20:{s:4:\"tmpl\";i:1400;s:2:\"id\";i:23751;s:5:\"title\";s:33:\"Baby Sleep Webinar &#8211; Events\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/63-Baby-Sleep-Webinar.jpg\";s:12:\"tmpl_created\";i:1649676065;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/baby-sleep-webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:227:\"[\"Baby\",\"Booking\",\"Business\",\"Children\",\"Course Online\",\"Education\",\"Events\",\"Health\",\"Landing Pages\",\"Life Coach\",\"Lifestyle\",\"Online Event\",\"Online Service\",\"Parenting\",\"Professional\",\"Remote\",\"Services\",\"Training\",\"Webinar\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:160;a:20:{s:4:\"tmpl\";i:1401;s:2:\"id\";i:23776;s:5:\"title\";s:34:\"Ski Hotel Promotion &#8211; Travel\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2022/04/64-Ski-Hotel-Promotion.jpg\";s:12:\"tmpl_created\";i:1649691720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/ski-hotel-promotion-travel/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Travel\";s:4:\"tags\";s:118:\"[\"Accommodation\",\"Booking\",\"Discount. Landing Pages\",\"Lifestyle\",\"Luxury\",\"Services\",\"Spa\",\"Travel\",\"Trip\",\"Vacation\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:161;a:20:{s:4:\"tmpl\";i:1402;s:2:\"id\";i:23804;s:5:\"title\";s:30:\"Cake Delivery &#8211; Business\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2022/04/67-Cake-Delivery.jpg\";s:12:\"tmpl_created\";i:1649692909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/cake-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:101:\"[\"Bakery\",\"Business\",\"Cake\",\"Cooking\",\"Delivery\",\"Discount\",\"Food\",\"Landing Pages\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:162;a:20:{s:4:\"tmpl\";i:1403;s:2:\"id\";i:23832;s:5:\"title\";s:32:\"Furniture Store &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/87-Furniture-Store.jpg\";s:12:\"tmpl_created\";i:1649694812;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/furniture-store-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:232:\"[\"Architecture\",\"Art\",\"Business\",\"Construction\",\"Coupon\",\"Creative\",\"Decor\",\"Designer\",\"Discount\",\"Fashion\",\"Furniture Design\",\"Home\",\"House\",\"Interior Design\",\"Landing Pages\",\"Lifestyle\",\"Products\",\"Professional\",\"Services\",\"Shop\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:163;a:20:{s:4:\"tmpl\";i:1404;s:2:\"id\";i:23746;s:5:\"title\";s:22:\"Nails &#8211; Business\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2022/04/62-Nails-1.jpg\";s:12:\"tmpl_created\";i:1649704635;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/nails-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:173:\"[\"Art\",\"Beauty\",\"Business\",\"Colorful\",\"Cosmetics\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Girly\",\"Landing Pages\",\"Lifestyle\",\"Manicure\",\"Modern\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:164;a:20:{s:4:\"tmpl\";i:1405;s:2:\"id\";i:23846;s:5:\"title\";s:29:\"Music Festival &#8211; Events\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2022/04/88-Music-Festival.jpg\";s:12:\"tmpl_created\";i:1649707763;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/music-festival-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:128:\"[\"Author\",\"Booking\",\"Business\",\"Creative\",\"Discount\",\"Events\",\"Landing Pages\",\"Music\",\"Online\",\"Online Event\",\"Party\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:165;a:20:{s:4:\"tmpl\";i:1406;s:2:\"id\";i:23872;s:5:\"title\";s:40:\"Fashion Styling Course &#8211; Education\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/89-Fashion-Styling-Course.jpg\";s:12:\"tmpl_created\";i:1649708569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/fashion-styling-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:173:\"[\"Aesthetic\",\"Art\",\"Beauty\",\"Business\",\"Course Online\",\"Creative\",\"Discount\",\"Education\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Online\",\"Online Service\",\"Stylist\",\"Virtual\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:166;a:20:{s:4:\"tmpl\";i:1407;s:2:\"id\";i:23897;s:5:\"title\";s:33:\"Bags Online Shop &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2022/04/90-Bags-Online-Shop.jpg\";s:12:\"tmpl_created\";i:1649709513;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/bags-online-shop-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:170:\"[\"Art\",\"Bag\",\"Business\",\"Creative\",\"Design\",\"Discount\",\"Fashion\",\"Landing Pages\",\"Lifestyle\",\"Luxury\",\"Modern\",\"Online\",\"Online Shop\",\"Products\",\"Sales\",\"Shop\",\"Stylist\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:167;a:20:{s:4:\"tmpl\";i:1408;s:2:\"id\";i:23932;s:5:\"title\";s:32:\"Cooking Academy &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2022/04/91-Cooking-Academy.jpg\";s:12:\"tmpl_created\";i:1649710216;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/cooking-academy-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:145:\"[\"Academy\",\"Booking\",\"Business\",\"Chef\",\"Cooking\",\"Education\",\"Food\",\"Free Trial\",\"Landing Pages\",\"Professional\",\"School\",\"Teacher\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:168;a:20:{s:4:\"tmpl\";i:1409;s:2:\"id\";i:23970;s:5:\"title\";s:45:\"Ophthalmology Medical Clinic &#8211; Business\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2022/04/92-Ophthalmology-Medical-Clinic.jpg\";s:12:\"tmpl_created\";i:1649711096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/ophthalmology-medical-clinic-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:165:\"[\"About\",\"Business\",\"Care\",\"Consulting\",\"Eye\",\"Free Trial\",\"Glasses\",\"Health\",\"Landing Pages\",\"Lifestyle\",\"Medical\",\"Modern\",\"Optometrist\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:169;a:20:{s:4:\"tmpl\";i:1425;s:2:\"id\";i:24331;s:5:\"title\";s:24:\"Wireframe &#8211; Home 1\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-1.jpg\";s:12:\"tmpl_created\";i:1653988363;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:170;a:20:{s:4:\"tmpl\";i:1218;s:2:\"id\";i:20792;s:5:\"title\";s:26:\"Luxury Car &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/11/250x280-1.jpg\";s:12:\"tmpl_created\";i:1636903770;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/luxury-car-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:54:\"[\"car\",\"Ecommerce\",\"Landing Pages\",\"Luxury\",\"Product\"]\";s:10:\"menu_order\";i:1;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:171;a:20:{s:4:\"tmpl\";i:1428;s:2:\"id\";i:24398;s:5:\"title\";s:25:\"Wireframe &#8211; About 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-1.jpg\";s:12:\"tmpl_created\";i:1653988534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:83:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Professional\",\"Services\",\"Team\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:172;a:20:{s:4:\"tmpl\";i:991;s:2:\"id\";i:13413;s:5:\"title\";s:33:\"Classic | Contact | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Help.jpg\";s:12:\"tmpl_created\";i:1587474761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-contact-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:2;s:16:\"popularity_index\";i:530;s:11:\"trend_index\";i:369;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:173;a:20:{s:4:\"tmpl\";i:1053;s:2:\"id\";i:15272;s:5:\"title\";s:32:\"Classic | Contact | Psychologist\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/PopUp.png\";s:12:\"tmpl_created\";i:1600170487;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/classic-contact-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:578;s:11:\"trend_index\";i:312;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:174;a:20:{s:4:\"tmpl\";i:899;s:2:\"id\";i:11839;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Header_small.png\";s:12:\"tmpl_created\";i:1569430015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"creative portfolio\",\"header\",\"portfolio\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:189;s:11:\"trend_index\";i:20;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:175;a:20:{s:4:\"tmpl\";i:1433;s:2:\"id\";i:24477;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-2.jpg\";s:12:\"tmpl_created\";i:1653988835;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:176;a:20:{s:4:\"tmpl\";i:1205;s:2:\"id\";i:20233;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633881371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:3;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:177;a:20:{s:4:\"tmpl\";i:1214;s:2:\"id\";i:20539;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022706;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:178;a:20:{s:4:\"tmpl\";i:1224;s:2:\"id\";i:21013;s:5:\"title\";s:24:\"Restaurant &#8211; About\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/12/7-About-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638795588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:36:\"[\"About\",\"Chef\",\"Food\",\"Restaurant\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:179;a:20:{s:4:\"tmpl\";i:992;s:2:\"id\";i:13402;s:5:\"title\";s:29:\"Classic | CTA | Online Course\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/04/Popup-Course-Completed.jpg\";s:12:\"tmpl_created\";i:1587474772;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/popups/classic-cta-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:4;s:16:\"popularity_index\";i:619;s:11:\"trend_index\";i:582;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:180;a:20:{s:4:\"tmpl\";i:1206;s:2:\"id\";i:20254;s:5:\"title\";s:41:\"Digital Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Digital-Marketing-Agency-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882427;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/digital-marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:65:\"[\"Agency\",\"Business\",\"Digital Agency\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:181;a:20:{s:4:\"tmpl\";i:1235;s:2:\"id\";i:21281;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/16-Services-Law-firm.jpg\";s:12:\"tmpl_created\";i:1638819128;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/law-firm-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Consulting\",\"Law\",\"Law Firm\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:182;a:20:{s:4:\"tmpl\";i:1017;s:2:\"id\";i:14111;s:5:\"title\";s:36:\"Classic | Japanese restaurant | Sale\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1592300400;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-japanese-restaurant-sale/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:5;s:16:\"popularity_index\";i:717;s:11:\"trend_index\";i:697;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:183;a:20:{s:4:\"tmpl\";i:1213;s:2:\"id\";i:20509;s:5:\"title\";s:40:\"Dogs Adoption &#8211; Social Involvement\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/10/Dog-Adoption-250x280-1.jpg\";s:12:\"tmpl_created\";i:1634022353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/dogs-adoption-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:49:\"[\"Adoption\",\"Involvement\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:184;a:20:{s:4:\"tmpl\";i:1233;s:2:\"id\";i:21205;s:5:\"title\";s:29:\"Photographer &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/25-Projects-Photographer.jpg\";s:12:\"tmpl_created\";i:1638818372;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photographer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Black and white\",\"Photography\",\"Project\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:185;a:20:{s:4:\"tmpl\";i:993;s:2:\"id\";i:13422;s:5:\"title\";s:30:\"Classic | Menu | Online Course\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1587474782;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/classic-menu-online-course/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:6;s:16:\"popularity_index\";i:516;s:11:\"trend_index\";i:432;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:186;a:20:{s:4:\"tmpl\";i:925;s:2:\"id\";i:12540;s:5:\"title\";s:33:\"Classic | Menu | Travel and tours\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_Menu_s.png\";s:12:\"tmpl_created\";i:1575960267;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-menu-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:690;s:11:\"trend_index\";i:714;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:187;a:20:{s:4:\"tmpl\";i:1208;s:2:\"id\";i:20361;s:5:\"title\";s:51:\"Exercise &#038; Fitness Equipment &#8211; eCommerce\";s:9:\"thumbnail\";s:97:\"https://library.elementor.com/wp-content/uploads/2021/10/Exercise-Fitness-Equipment-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633883766;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/exercise-fitness-equipment-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Fitness\",\"Health\",\"Landing Pages\",\"Online Shop\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:188;a:20:{s:4:\"tmpl\";i:1239;s:2:\"id\";i:21373;s:5:\"title\";s:28:\"Photographer &#8211; Gallery\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/18-Gallery-Photographer.jpg\";s:12:\"tmpl_created\";i:1638821177;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photographer-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Gallery\",\"Photography\",\"Portfolio\",\"Project\",\"Travel\"]\";s:10:\"menu_order\";i:7;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:189;a:20:{s:4:\"tmpl\";i:1426;s:2:\"id\";i:24348;s:5:\"title\";s:24:\"Wireframe &#8211; Home 2\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-2.jpg\";s:12:\"tmpl_created\";i:1653988444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:190;a:20:{s:4:\"tmpl\";i:958;s:2:\"id\";i:13129;s:5:\"title\";s:28:\"Classic | Menu | Photography\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/PopUp_s.png\";s:12:\"tmpl_created\";i:1582092645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/popups/classic-menu-photography/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:8;s:16:\"popularity_index\";i:646;s:11:\"trend_index\";i:521;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:191;a:20:{s:4:\"tmpl\";i:1427;s:2:\"id\";i:24366;s:5:\"title\";s:24:\"Wireframe &#8211; Home 3\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Home-3.jpg\";s:12:\"tmpl_created\";i:1653988491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/wireframe-home-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:102:\"[\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Homepage\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:192;a:20:{s:4:\"tmpl\";i:1207;s:2:\"id\";i:20299;s:5:\"title\";s:51:\"Interior Design Consultation &#8211; Online Service\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/10/Interior-Design-Consultation-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633882989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/interior-design-consultation-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:65:\"[\"Consulting\",\"Interior Design\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:193;a:20:{s:4:\"tmpl\";i:952;s:2:\"id\";i:12726;s:5:\"title\";s:52:\"Classic | Newsletter | Subscribe | Magazine and Blog\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_Newsletter_s.png\";s:12:\"tmpl_created\";i:1579061019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:152:\"https://library.elementor.com/popups/classic-newsletter-subscribe-magazine-and-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:9;s:16:\"popularity_index\";i:357;s:11:\"trend_index\";i:281;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:194;a:20:{s:4:\"tmpl\";i:883;s:2:\"id\";i:11468;s:5:\"title\";s:20:\"Classic | Sale | Gym\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/PopUp_Small.png\";s:12:\"tmpl_created\";i:1567393182;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/popups/classic-sale-gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:696;s:11:\"trend_index\";i:740;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:195;a:20:{s:4:\"tmpl\";i:1216;s:2:\"id\";i:20623;s:5:\"title\";s:57:\"Luxurious Camping Accommodation For Events &#8211; Events\";s:9:\"thumbnail\";s:113:\"https://library.elementor.com/wp-content/uploads/2021/10/Luxurious-Camping-Accommodation-For-Events-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634041681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/luxurious-camping-accommodation-for-events-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:43:\"[\"Event\",\"Events\",\"Landing Pages\",\"Travel\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:196;a:20:{s:4:\"tmpl\";i:1219;s:2:\"id\";i:20886;s:5:\"title\";s:28:\"Online Training &#8211; Home\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/12/2-Home-Online-Training.jpg\";s:12:\"tmpl_created\";i:1638784769;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/online-training-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Online\",\"Sport\",\"Training\"]\";s:10:\"menu_order\";i:10;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:197;a:20:{s:4:\"tmpl\";i:1065;s:2:\"id\";i:15570;s:5:\"title\";s:33:\"Classic | Subscribe | Travel Blog\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp.jpg\";s:12:\"tmpl_created\";i:1606215555;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/classic-subscribe-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:709;s:11:\"trend_index\";i:459;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:198;a:20:{s:4:\"tmpl\";i:1431;s:2:\"id\";i:24437;s:5:\"title\";s:25:\"Wireframe &#8211; About 4\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-4.jpg\";s:12:\"tmpl_created\";i:1653988733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"About\",\"Business\",\"Contact\",\"Features\",\"Footer\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:199;a:20:{s:4:\"tmpl\";i:1210;s:2:\"id\";i:20414;s:5:\"title\";s:45:\"Online English Courses &#8211; Online Service\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Online-English-Courses-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/online-english-courses-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Course Online\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:11;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:200;a:20:{s:4:\"tmpl\";i:1132;s:2:\"id\";i:16553;s:5:\"title\";s:31:\"Fly-In | Contact | Beauty Salon\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/12/PopUp.jpg\";s:12:\"tmpl_created\";i:1608622602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fly-in-contact-beauty-salon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:691;s:11:\"trend_index\";i:428;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:201;a:20:{s:4:\"tmpl\";i:1441;s:2:\"id\";i:24574;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 5\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-5.jpg\";s:12:\"tmpl_created\";i:1653989135;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:202;a:20:{s:4:\"tmpl\";i:1217;s:2:\"id\";i:20333;s:5:\"title\";s:40:\"Plant Pots Online Shop &#8211; eCommerce\";s:9:\"thumbnail\";s:93:\"https://library.elementor.com/wp-content/uploads/2021/10/Plant-Pots-Online-Shop-250x280-2.jpg\";s:12:\"tmpl_created\";i:1634042184;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/plant-pots-online-shop-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:50:\"[\"Ecommerce\",\"Landing Pages\",\"Online Shop\",\"Shop\"]\";s:10:\"menu_order\";i:12;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:203;a:20:{s:4:\"tmpl\";i:1211;s:2:\"id\";i:20447;s:5:\"title\";s:33:\"Shared Workspace &#8211; Business\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Shared-Workspace.jpg\";s:12:\"tmpl_created\";i:1633884934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/shared-workspace-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:28:\"[\"Business\",\"Landing Pages\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:204;a:20:{s:4:\"tmpl\";i:1237;s:2:\"id\";i:21313;s:5:\"title\";s:34:\"Spa &#038; Beauty &#8211; Services\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/12/Spa-Beauty-Treatments-page-1.jpg\";s:12:\"tmpl_created\";i:1638819709;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/spa-beauty-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:55:\"[\"Beauty\",\"Hair\",\"Health\",\"Services\",\"Spa\",\"Treatment\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:205;a:20:{s:4:\"tmpl\";i:1004;s:2:\"id\";i:13538;s:5:\"title\";s:32:\"Fly-In | Newsletter | Barbershop\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/05/Pop-Up-Page-Small.jpg\";s:12:\"tmpl_created\";i:1589893364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/popups/fly-in-newsletter-barbershop/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:13;s:16:\"popularity_index\";i:710;s:11:\"trend_index\";i:667;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:206;a:20:{s:4:\"tmpl\";i:924;s:2:\"id\";i:12550;s:5:\"title\";s:32:\"Fly-in | Sale | Travel and Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/PopUp_s.png\";s:12:\"tmpl_created\";i:1575960263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/flyin-sale-travel-and-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:754;s:11:\"trend_index\";i:791;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:207;a:20:{s:4:\"tmpl\";i:1212;s:2:\"id\";i:20479;s:5:\"title\";s:49:\"Teeth Straightening &#8211; Health &#038; Fitness\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/10/250x280-Teeth-Whitening.jpg\";s:12:\"tmpl_created\";i:1633886115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/teeth-straightening-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:46:\"[\"Business\",\"Dental\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:208;a:20:{s:4:\"tmpl\";i:1234;s:2:\"id\";i:21234;s:5:\"title\";s:34:\"Insurance Company &#8211; Services\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/15-Services-Insurance-Company.jpg\";s:12:\"tmpl_created\";i:1638818688;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/insurance-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Faq\",\"Form\",\"Insurance\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:14;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:209;a:20:{s:4:\"tmpl\";i:1035;s:2:\"id\";i:15062;s:5:\"title\";s:35:\"Fly-In | Sign up | Flooring Company\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp.png\";s:12:\"tmpl_created\";i:1597739629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:137:\"https://library.elementor.com/popups/fly-in-sign-up-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"fly-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:625;s:11:\"trend_index\";i:309;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:210;a:20:{s:4:\"tmpl\";i:1209;s:2:\"id\";i:20394;s:5:\"title\";s:30:\"Time Management &#8211; Events\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/10/Time-Management-250x280-1.jpg\";s:12:\"tmpl_created\";i:1633884077;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/time-management-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:17:\"[\"Landing Pages\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:211;a:20:{s:4:\"tmpl\";i:1229;s:2:\"id\";i:21118;s:5:\"title\";s:28:\"Contact &#8211; Plants Store\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/12-Contact-Plants-Store.jpg\";s:12:\"tmpl_created\";i:1638802472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/contact-plants-store/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:40:\"[\"Contact\",\"Info\",\"Plant\",\"Testimonial\"]\";s:10:\"menu_order\";i:15;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:212;a:20:{s:4:\"tmpl\";i:893;s:2:\"id\";i:11822;s:5:\"title\";s:30:\"Full Screen | Menu | Portfolio\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/PopUp_small.png\";s:12:\"tmpl_created\";i:1569429896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/popups/full-screen-menu-portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:654;s:11:\"trend_index\";i:626;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:213;a:20:{s:4:\"tmpl\";i:1203;s:2:\"id\";i:18591;s:5:\"title\";s:28:\"Coffee Sale &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280-7.png\";s:12:\"tmpl_created\";i:1633877319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/coffee-sale-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:33:\"[\"Coffee\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:214;a:20:{s:4:\"tmpl\";i:1231;s:2:\"id\";i:21184;s:5:\"title\";s:28:\"Dental Care &#8211; Services\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/14-Services-Dental-Care.jpg\";s:12:\"tmpl_created\";i:1638807148;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dental-care-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:45:\"[\"Dental\",\"Medical\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:16;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:215;a:20:{s:4:\"tmpl\";i:1064;s:2:\"id\";i:15580;s:5:\"title\";s:31:\"Fullscreen | Menu | Travel Blog\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/PopUp-Menu.jpg\";s:12:\"tmpl_created\";i:1606215358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/fullscreen-menu-travel-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"full screen\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:673;s:11:\"trend_index\";i:348;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:216;a:20:{s:4:\"tmpl\";i:1133;s:2:\"id\";i:16645;s:5:\"title\";s:28:\"Headphones &#8211; eCommerce\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_headphones.png\";s:12:\"tmpl_created\";i:1609944115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/commerce-headphones/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:39:\"[\"Ecommerce\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:633;s:11:\"trend_index\";i:87;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:217;a:20:{s:4:\"tmpl\";i:1442;s:2:\"id\";i:24584;s:5:\"title\";s:27:\"Wireframe &#8211; Pricing 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Pricing-1.jpg\";s:12:\"tmpl_created\";i:1653989152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:146:\"[\"Booking\",\"Business\",\"Clients\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Online Service\",\"Pricing\",\"Products\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:17;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:218;a:20:{s:4:\"tmpl\";i:1138;s:2:\"id\";i:16762;s:5:\"title\";s:25:\"Conference &#8211; Events\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Conference.png\";s:12:\"tmpl_created\";i:1610455119;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/conference-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:60:\"[\"Conference\",\"Convention\",\"Event\",\"Events\",\"Landing Pages\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:705;s:11:\"trend_index\";i:216;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:219;a:20:{s:4:\"tmpl\";i:1438;s:2:\"id\";i:24539;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 2\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-2.jpg\";s:12:\"tmpl_created\";i:1653989019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"Business\",\"Contact\",\"Footer\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:220;a:20:{s:4:\"tmpl\";i:981;s:2:\"id\";i:13281;s:5:\"title\";s:37:\"Hello Bar | Contact | Interior Design\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/PopUp.png\";s:12:\"tmpl_created\";i:1586148801;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/hello-bar-contact-interior-design/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:19:\"[\"Interior Design\"]\";s:10:\"menu_order\";i:18;s:16:\"popularity_index\";i:763;s:11:\"trend_index\";i:679;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:221;a:20:{s:4:\"tmpl\";i:1052;s:2:\"id\";i:15259;s:5:\"title\";s:31:\"Hello Bar | Menu | Psychologist\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Menu-PopUp.png\";s:12:\"tmpl_created\";i:1600170209;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/popups/hello-bar-menu-psychologist/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"hello bar\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:739;s:11:\"trend_index\";i:583;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:222;a:20:{s:4:\"tmpl\";i:1434;s:2:\"id\";i:24494;s:5:\"title\";s:28:\"Wireframe &#8211; Services 1\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-1.jpg\";s:12:\"tmpl_created\";i:1653988874;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Business\",\"Faq\",\"Footer\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:223;a:20:{s:4:\"tmpl\";i:1194;s:2:\"id\";i:18701;s:5:\"title\";s:32:\"Digital Course &#8211; eCommerce\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/04/250x280.jpg\";s:12:\"tmpl_created\";i:1618995134;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/digital-course-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Ecommerce\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:19;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:224;a:20:{s:4:\"tmpl\";i:1192;s:2:\"id\";i:18612;s:5:\"title\";s:34:\"Bag Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bag-Product.jpeg\";s:12:\"tmpl_created\";i:1618395406;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bag-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:61:\"[\"Bag\",\"Ecommerce\",\"Landing Pages\",\"Product\",\"Sale\",\"Travel\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:875;s:11:\"trend_index\";i:605;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:225;a:20:{s:4:\"tmpl\";i:1227;s:2:\"id\";i:21083;s:5:\"title\";s:26:\"Conference &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/10-Contact-Conference.jpg\";s:12:\"tmpl_created\";i:1638799208;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/conference-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:44:\"[\"Conference\",\"Contact\",\"Form\",\"Info\",\"Map\"]\";s:10:\"menu_order\";i:20;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:226;a:20:{s:4:\"tmpl\";i:1193;s:2:\"id\";i:18644;s:5:\"title\";s:37:\"Camera Product Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/camera_sale_featured-img.jpg\";s:12:\"tmpl_created\";i:1618396388;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/camera-product-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Camera\",\"Ecommerce\",\"Landing Pages\",\"Photography\",\"Sale\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:873;s:11:\"trend_index\";i:535;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:227;a:20:{s:4:\"tmpl\";i:951;s:2:\"id\";i:12736;s:5:\"title\";s:41:\"Slide In | Contact Us | Magazine and Blog\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/01/PopUp_contact_s.png\";s:12:\"tmpl_created\";i:1579060978;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/popups/slide-in-contact-us/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:734;s:11:\"trend_index\";i:686;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:228;a:20:{s:4:\"tmpl\";i:1222;s:2:\"id\";i:20960;s:5:\"title\";s:26:\"Travel Agency &#8211; Home\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/12/5-Home-Travel-Agency.jpg\";s:12:\"tmpl_created\";i:1638788432;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/travel-agency-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:53:\"[\"Adventures\",\"Experience\",\"Explore\",\"Travel\",\"Trip\"]\";s:10:\"menu_order\";i:21;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:229;a:20:{s:4:\"tmpl\";i:1196;s:2:\"id\";i:18815;s:5:\"title\";s:25:\"Car Wash &#8211; Business\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Car-Wash.png\";s:12:\"tmpl_created\";i:1621336431;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/car-wash-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:45:\"[\"Business\",\"car\",\"Discount\",\"Landing Pages\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:230;a:20:{s:4:\"tmpl\";i:1242;s:2:\"id\";i:21473;s:5:\"title\";s:40:\"Architecture Photography &#8211; Gallery\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/20-Gallery-Architecture-Photography.jpg\";s:12:\"tmpl_created\";i:1638822115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/architecture-photography-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:52:\"[\"Architecture\",\"Gallery\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:231;a:20:{s:4:\"tmpl\";i:1015;s:2:\"id\";i:14067;s:5:\"title\";s:37:\"Slide In | Japanese restaurant | Menu\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2020/06/Menu-Pop-Up-Small.jpg\";s:12:\"tmpl_created\";i:1592290352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/popups/slide-in-japanese-restaurant-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:22;s:16:\"popularity_index\";i:650;s:11:\"trend_index\";i:565;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:232;a:20:{s:4:\"tmpl\";i:923;s:2:\"id\";i:12229;s:5:\"title\";s:33:\"Slide In | Law Firm | Information\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/popup.png\";s:12:\"tmpl_created\";i:1572847842;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/popups/slide-in-law-firm-information/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:547;s:11:\"trend_index\";i:413;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:233;a:20:{s:4:\"tmpl\";i:1198;s:2:\"id\";i:18824;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1621336756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:234;a:20:{s:4:\"tmpl\";i:1236;s:2:\"id\";i:21259;s:5:\"title\";s:28:\"3D Designer &#8211; Projects\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/24-Projects-3D-Designer.jpg\";s:12:\"tmpl_created\";i:1638819185;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/3d-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:69:\"[\"3D\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:23;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:235;a:20:{s:4:\"tmpl\";i:1028;s:2:\"id\";i:14827;s:5:\"title\";s:39:\"Slide-In | Contact | Luxury Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/PopUp.png\";s:12:\"tmpl_created\";i:1595323523;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/popups/slide-in-contact-luxury-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:559;s:11:\"trend_index\";i:284;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:236;a:20:{s:4:\"tmpl\";i:1197;s:2:\"id\";i:18819;s:5:\"title\";s:27:\"Dog Walker &#8211; Business\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Dog-Walker.png\";s:12:\"tmpl_created\";i:1621336601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/lp/dog-walker-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:41:\"[\"Business\",\"Dog\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:237;a:20:{s:4:\"tmpl\";i:1238;s:2:\"id\";i:21349;s:5:\"title\";s:29:\"Architecture &#8211; Projects\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/23-Projects-Architecture.jpg\";s:12:\"tmpl_created\";i:1638820870;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/architecture-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:70:\"[\"Architecture\",\"Creative\",\"Creative Portfolio\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:24;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:238;a:20:{s:4:\"tmpl\";i:1034;s:2:\"id\";i:15075;s:5:\"title\";s:34:\"Slide-In | Menu | Flooring Company\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/PopUp-1.png\";s:12:\"tmpl_created\";i:1597739605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/popups/slide-in-menu-flooring-company/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"slide-in\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:383;s:11:\"trend_index\";i:162;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:239;a:20:{s:4:\"tmpl\";i:1414;s:2:\"id\";i:24079;s:5:\"title\";s:32:\"Fashion Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Fashion-Shop.jpg\";s:12:\"tmpl_created\";i:1650988089;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/fashion-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:88:\"[\"Aesthetic\",\"Business\",\"Coming Soon\",\"Ecommerce\",\"Girly\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:240;a:20:{s:4:\"tmpl\";i:1195;s:2:\"id\";i:18761;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1621336146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:25;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:241;a:20:{s:4:\"tmpl\";i:1153;s:2:\"id\";i:17060;s:5:\"title\";s:36:\"Private Tutor &#8211; Online Service\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Tutor-2.png\";s:12:\"tmpl_created\";i:1610631042;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/private-tutor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:64:\"[\"Education\",\"Landing Pages\",\"Online Service\",\"Teacher\",\"Tutor\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:780;s:11:\"trend_index\";i:628;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:242;a:20:{s:4:\"tmpl\";i:1430;s:2:\"id\";i:24434;s:5:\"title\";s:25:\"Wireframe &#8211; About 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-3.jpg\";s:12:\"tmpl_created\";i:1653988697;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:26;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:243;a:20:{s:4:\"tmpl\";i:1158;s:2:\"id\";i:17232;s:5:\"title\";s:33:\"Life Coach &#8211; Online Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Life-Coach.png\";s:12:\"tmpl_created\";i:1610902793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/life-coach-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:38:\"[\"Coach\",\"Landing Pages\",\"Life Coach\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:787;s:11:\"trend_index\";i:751;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:244;a:20:{s:4:\"tmpl\";i:1436;s:2:\"id\";i:24515;s:5:\"title\";s:28:\"Wireframe &#8211; Services 3\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-3.jpg\";s:12:\"tmpl_created\";i:1653988946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:66:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\"]\";s:10:\"menu_order\";i:27;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:245;a:20:{s:4:\"tmpl\";i:875;s:2:\"id\";i:11241;s:5:\"title\";s:36:\"Classic | Digital Agency | Marketing\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/PopUp_small.jpg\";s:12:\"tmpl_created\";i:1564643043;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/popups/classic-digital-agency-marketing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"popup\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"classic\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:362;s:11:\"trend_index\";i:315;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:246;a:20:{s:4:\"tmpl\";i:1146;s:2:\"id\";i:16932;s:5:\"title\";s:35:\"Finance Consulting &#8211; Business\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Finance-Consulting.png\";s:12:\"tmpl_created\";i:1610532170;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/lp/finance-consulting-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:80:\"[\"Advisor\",\"Business\",\"Consulting\",\"Finance\",\"Investment\",\"Landing Pages\",\"Tax\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:790;s:11:\"trend_index\";i:630;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:247;a:20:{s:4:\"tmpl\";i:1429;s:2:\"id\";i:24421;s:5:\"title\";s:25:\"Wireframe &#8211; About 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-About-2.jpg\";s:12:\"tmpl_created\";i:1653988579;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/wireframe-about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"About\",\"Business\",\"Contact\",\"Faq\",\"Features\",\"Footer\",\"Header\",\"Professional\",\"Team\"]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:248;a:20:{s:4:\"tmpl\";i:674;s:2:\"id\";i:8505;s:5:\"title\";s:11:\"404 page 01\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/001.jpg\";s:12:\"tmpl_created\";i:1526415501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:28;s:16:\"popularity_index\";i:533;s:11:\"trend_index\";i:222;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:249;a:20:{s:4:\"tmpl\";i:1136;s:2:\"id\";i:16721;s:5:\"title\";s:35:\"Dental &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Dental.jpg\";s:12:\"tmpl_created\";i:1610448567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/dental-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:44:\"[\"Dental\",\"Doctor\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:801;s:11:\"trend_index\";i:655;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:250;a:20:{s:4:\"tmpl\";i:1417;s:2:\"id\";i:24116;s:5:\"title\";s:32:\"Tech Company &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Tech-Company.jpg\";s:12:\"tmpl_created\";i:1650989265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/tech-company-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:87:\"[\"Business\",\"Coding\",\"Coming Soon\",\"Computer\",\"Developer\",\"IT\",\"Services\",\"Technology\"]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:251;a:20:{s:4:\"tmpl\";i:675;s:2:\"id\";i:8511;s:5:\"title\";s:11:\"404 page 02\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/002.jpg\";s:12:\"tmpl_created\";i:1526415528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:29;s:16:\"popularity_index\";i:347;s:11:\"trend_index\";i:155;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:252;a:20:{s:4:\"tmpl\";i:1161;s:2:\"id\";i:17269;s:5:\"title\";s:34:\"Electronics Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Electronic-Products.png\";s:12:\"tmpl_created\";i:1610903298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/electronics-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:800;s:11:\"trend_index\";i:556;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:253;a:20:{s:4:\"tmpl\";i:1220;s:2:\"id\";i:20908;s:5:\"title\";s:42:\"Packing &#038; Moving Company &#8211; Home\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/12/3-Home-Packing-Moving-Company.jpg\";s:12:\"tmpl_created\";i:1638786127;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/packing-moving-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Movers\",\"Moving\",\"Storge\"]\";s:10:\"menu_order\";i:30;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:254;a:20:{s:4:\"tmpl\";i:1152;s:2:\"id\";i:17032;s:5:\"title\";s:42:\"Donate Computer &#8211; Social Involvement\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2021/01/Donation-2.png\";s:12:\"tmpl_created\";i:1610630585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/donate-computer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:67:\"[\"Computer\",\"Donate\",\"Donation\",\"Kids\",\"Landing Pages\",\"Nonprofit\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:718;s:11:\"trend_index\";i:278;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:255;a:20:{s:4:\"tmpl\";i:672;s:2:\"id\";i:8512;s:5:\"title\";s:11:\"404 page 03\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/003.jpg\";s:12:\"tmpl_created\";i:1526415449;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:450;s:11:\"trend_index\";i:375;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:256;a:20:{s:4:\"tmpl\";i:1245;s:2:\"id\";i:21546;s:5:\"title\";s:28:\"Interior Design &#8211; Home\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/12/1-Home-Interior-Design-1.jpg\";s:12:\"tmpl_created\";i:1639046269;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/interior-design-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Design\",\"Form\",\"Furniture Design\",\"Interior Design\",\"Testimonial\"]\";s:10:\"menu_order\";i:31;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:257;a:20:{s:4:\"tmpl\";i:1135;s:2:\"id\";i:16684;s:5:\"title\";s:34:\"SaaS HR Management &#8211; Product\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2021/01/lp_hr.png\";s:12:\"tmpl_created\";i:1609945486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/saas-hr-management-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:39:\"[\"HR\",\"Landing Pages\",\"Product\",\"SaaS\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:708;s:11:\"trend_index\";i:292;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:258;a:20:{s:4:\"tmpl\";i:671;s:2:\"id\";i:8513;s:5:\"title\";s:11:\"404 page 04\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/004.jpg\";s:12:\"tmpl_created\";i:1526415417;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:420;s:11:\"trend_index\";i:176;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:259;a:20:{s:4:\"tmpl\";i:1249;s:2:\"id\";i:22137;s:5:\"title\";s:31:\"Design Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/10/Design-Blog-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647177194;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/design-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:47:\"[\"Blog\",\"Coming Soon\",\"Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:32;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:260;a:20:{s:4:\"tmpl\";i:1134;s:2:\"id\";i:16660;s:5:\"title\";s:37:\"Medical center &#8211; Online service\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-medical-cosultation-250_280.png\";s:12:\"tmpl_created\";i:1609945122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/medical-center-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:44:\"[\"Landing Pages\",\"Medical\",\"Online Service\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:750;s:11:\"trend_index\";i:332;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:261;a:20:{s:4:\"tmpl\";i:1226;s:2:\"id\";i:21069;s:5:\"title\";s:21:\"Hotel &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/12/9-Contact-Hotel.jpg\";s:12:\"tmpl_created\";i:1638798545;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/hotel-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:36:\"[\"Contact\",\"from\",\"Info\",\"Vacation\"]\";s:10:\"menu_order\";i:33;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:262;a:20:{s:4:\"tmpl\";i:1150;s:2:\"id\";i:17001;s:5:\"title\";s:36:\"Parental Counseling &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/Parenting-Coach-2.png\";s:12:\"tmpl_created\";i:1610534999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/parental-counseling-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:99:\"[\"Advisor\",\"Business\",\"Coach\",\"Counseling\",\"Landing Pages\",\"Online Service\",\"Parental\",\"Parenting\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:817;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:263;a:20:{s:4:\"tmpl\";i:1432;s:2:\"id\";i:24461;s:5:\"title\";s:27:\"Wireframe &#8211; Gallery 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Gallery-1.jpg\";s:12:\"tmpl_created\";i:1653988784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-gallery-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:82:\"[\"Business\",\"Contact\",\"Design\",\"Footer\",\"Gallery\",\"Header\",\"Portfolio\",\"Services\"]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:264;a:20:{s:4:\"tmpl\";i:676;s:2:\"id\";i:8514;s:5:\"title\";s:11:\"404 Page 05\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/005.jpg\";s:12:\"tmpl_created\";i:1526415558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:34;s:16:\"popularity_index\";i:419;s:11:\"trend_index\";i:220;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:265;a:20:{s:4:\"tmpl\";i:1137;s:2:\"id\";i:16742;s:5:\"title\";s:31:\"Online Course &#8211; Education\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Course.png\";s:12:\"tmpl_created\";i:1610454122;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/online-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:55:\"[\"Academy\",\"Course Online\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:777;s:11:\"trend_index\";i:776;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:266;a:20:{s:4:\"tmpl\";i:668;s:2:\"id\";i:8523;s:5:\"title\";s:11:\"404 page 06\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/006.jpg\";s:12:\"tmpl_created\";i:1526415291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:298;s:11:\"trend_index\";i:268;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:267;a:20:{s:4:\"tmpl\";i:1440;s:2:\"id\";i:24563;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 4\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-4.jpg\";s:12:\"tmpl_created\";i:1653989095;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:84:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Gallery\",\"Header\",\"Professional\",\"Subscribe\"]\";s:10:\"menu_order\";i:35;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:268;a:20:{s:4:\"tmpl\";i:1162;s:2:\"id\";i:17284;s:5:\"title\";s:38:\"Dietitian &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/01/Dietitian.png\";s:12:\"tmpl_created\";i:1610903484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/dietitian-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:39:\"[\"Fitness\",\"Health\",\"landscape design\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:814;s:11:\"trend_index\";i:800;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:269;a:20:{s:4:\"tmpl\";i:1439;s:2:\"id\";i:24553;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 3\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-3.jpg\";s:12:\"tmpl_created\";i:1653989057;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Professional\",\"Testimonial\"]\";s:10:\"menu_order\";i:36;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:270;a:20:{s:4:\"tmpl\";i:1144;s:2:\"id\";i:16897;s:5:\"title\";s:30:\"Personal Chef &#8211; Business\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2021/01/Personal-Chef.png\";s:12:\"tmpl_created\";i:1610466247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/personal-chef-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:53:\"[\"Business\",\"Chef\",\"Food\",\"Landing Pages\",\"Services\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:795;s:11:\"trend_index\";i:617;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:271;a:20:{s:4:\"tmpl\";i:1435;s:2:\"id\";i:24504;s:5:\"title\";s:28:\"Wireframe &#8211; Services 2\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Services-2.jpg\";s:12:\"tmpl_created\";i:1653988910;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/wireframe-services-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:80:\"[\"Business\",\"Contact\",\"Footer\",\"Header\",\"Professional\",\"Services\",\"Testimonial\"]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:272;a:20:{s:4:\"tmpl\";i:669;s:2:\"id\";i:8524;s:5:\"title\";s:11:\"404 page 07\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/007.jpg\";s:12:\"tmpl_created\";i:1526415337;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:37;s:16:\"popularity_index\";i:303;s:11:\"trend_index\";i:171;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:273;a:20:{s:4:\"tmpl\";i:1147;s:2:\"id\";i:16946;s:5:\"title\";s:52:\"Online Full-Stack Developer Course &#8211; Education\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/01/Online-Full-Stack-Developer-Course.png\";s:12:\"tmpl_created\";i:1610532778;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/online-full-stack-developer-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:76:\"[\"Academy\",\"Coding\",\"Course Online\",\"Developer\",\"Education\",\"Landing Pages\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:805;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:274;a:20:{s:4:\"tmpl\";i:1437;s:2:\"id\";i:24528;s:5:\"title\";s:27:\"Wireframe &#8211; Contact 1\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2022/05/Wireframe-—-Contact-1.jpg\";s:12:\"tmpl_created\";i:1653988981;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/wireframe-contact-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:76:\"[\"Business\",\"Contact\",\"Footer\",\"Form\",\"Google Maps\",\"Header\",\"Professional\"]\";s:10:\"menu_order\";i:38;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:275;a:20:{s:4:\"tmpl\";i:1143;s:2:\"id\";i:16868;s:5:\"title\";s:40:\"Virtual Assistant &#8211; Online Service\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/01/Virtual-Assistant-250x280-1.png\";s:12:\"tmpl_created\";i:1610465656;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/virtual-assistant-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:46:\"[\"Assistant\",\"Landing Pages\",\"Online Service\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:793;s:11:\"trend_index\";i:757;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:276;a:20:{s:4:\"tmpl\";i:673;s:2:\"id\";i:8526;s:5:\"title\";s:11:\"404 page 09\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/009.jpg\";s:12:\"tmpl_created\";i:1526415474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:477;s:11:\"trend_index\";i:285;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:277;a:20:{s:4:\"tmpl\";i:1228;s:2:\"id\";i:21104;s:5:\"title\";s:26:\"Restaurant &#8211; Contact\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/11-Contact-Restaurant.jpg\";s:12:\"tmpl_created\";i:1638800146;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/restaurant-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:60:\"[\"Contact\",\"Food\",\"Form\",\"Google Maps\",\"Info\",\"Testimonial\"]\";s:10:\"menu_order\";i:39;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:278;a:20:{s:4:\"tmpl\";i:1140;s:2:\"id\";i:16812;s:5:\"title\";s:40:\"Construction Project &#8211; Real Estate\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Construction-Project.png\";s:12:\"tmpl_created\";i:1610463582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/construction-project-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:59:\"[\"Construction\",\"Landing Pages\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:796;s:11:\"trend_index\";i:724;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:279;a:20:{s:4:\"tmpl\";i:1244;s:2:\"id\";i:21393;s:5:\"title\";s:34:\"Interior Designer &#8211; Projects\";s:9:\"thumbnail\";s:99:\"https://library.elementor.com/wp-content/uploads/2021/12/big-22-Projects-Interior-Designer-New.jpeg\";s:12:\"tmpl_created\";i:1638823945;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/interior-designer-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:93:\"[\"Creative\",\"Creative Portfolio\",\"Design\",\"Designer\",\"Interior Design\",\"Portfolio\",\"Project\"]\";s:10:\"menu_order\";i:40;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:280;a:20:{s:4:\"tmpl\";i:1148;s:2:\"id\";i:16960;s:5:\"title\";s:44:\"Dog &amp; Cat Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2021/01/Dog-Food.png\";s:12:\"tmpl_created\";i:1610533581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/dog-cat-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:71:\"[\"Business\",\"Cat\",\"Delivery\",\"Dog\",\"Food\",\"Landing Pages\",\"Pet\",\"Pets\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:782;s:11:\"trend_index\";i:510;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:281;a:20:{s:4:\"tmpl\";i:670;s:2:\"id\";i:8525;s:5:\"title\";s:11:\"404 page 08\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2018/05/008.jpg\";s:12:\"tmpl_created\";i:1526415374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/404-page-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:510;s:11:\"trend_index\";i:575;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:282;a:20:{s:4:\"tmpl\";i:1251;s:2:\"id\";i:22143;s:5:\"title\";s:33:\"Fashion Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/05/Library-Pic-Fashion-Store.png\";s:12:\"tmpl_created\";i:1647177389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/fashion-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Coming Soon\",\"Fashion\",\"Landing Pages\",\"Shop\",\"store\"]\";s:10:\"menu_order\";i:41;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:283;a:20:{s:4:\"tmpl\";i:1155;s:2:\"id\";i:17095;s:5:\"title\";s:36:\"Mobile Pet Grooming &#8211; Business\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Mobile-Pet-Grooming.png\";s:12:\"tmpl_created\";i:1610632115;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/mobile-pet-grooming-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:38:\"[\"Dog\",\"Groom\",\"Landing Pages\",\"Pets\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:786;s:11:\"trend_index\";i:731;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:284;a:20:{s:4:\"tmpl\";i:1241;s:2:\"id\";i:21451;s:5:\"title\";s:26:\"Exhibition &#8211; Gallery\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/12/21-Gallery-Exhibition.jpg\";s:12:\"tmpl_created\";i:1638821855;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/exhibition-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:74:\"[\"Art\",\"Creative\",\"Creative Portfolio\",\"Exhibition\",\"Gallery\",\"Portfolio\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:285;a:20:{s:4:\"tmpl\";i:502;s:2:\"id\";i:5438;s:5:\"title\";s:7:\"About 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_4.png\";s:12:\"tmpl_created\";i:1520443512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:42;s:16:\"popularity_index\";i:147;s:11:\"trend_index\";i:9;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:286;a:20:{s:4:\"tmpl\";i:1159;s:2:\"id\";i:17245;s:5:\"title\";s:34:\"Marketing Course &#8211; Education\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2021/01/PPC.png\";s:12:\"tmpl_created\";i:1610902958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/marketing-course-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"Education\";s:4:\"tags\";s:45:\"[\"Course Online\",\"Landing Pages\",\"Marketing\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:770;s:11:\"trend_index\";i:430;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:287;a:20:{s:4:\"tmpl\";i:1240;s:2:\"id\";i:21430;s:5:\"title\";s:30:\"Travel Blogger &#8211; Gallery\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/12/19-Gallery-Travel-Blogger.jpg\";s:12:\"tmpl_created\";i:1638821592;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/travel-blogger-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:43:\"[\"Gallery\",\"Photography\",\"Slider\",\"Travel\"]\";s:10:\"menu_order\";i:43;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:288;a:20:{s:4:\"tmpl\";i:1149;s:2:\"id\";i:16983;s:5:\"title\";s:41:\"Pilates Instructor &#8211; Online Service\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2021/01/Pilates-Instructor.png\";s:12:\"tmpl_created\";i:1610534138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:135:\"https://library.elementor.com/lp/pilates-instructor-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:70:\"[\"Free Trial\",\"Instructor\",\"Landing Pages\",\"Online Service\",\"Pilates\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:778;s:11:\"trend_index\";i:412;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:289;a:20:{s:4:\"tmpl\";i:1416;s:2:\"id\";i:24104;s:5:\"title\";s:33:\"Ceramics Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Ceramics-Shop.jpg\";s:12:\"tmpl_created\";i:1650988949;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/ceramics-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:44;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:290;a:20:{s:4:\"tmpl\";i:557;s:2:\"id\";i:6135;s:5:\"title\";s:8:\"About 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_2.png\";s:12:\"tmpl_created\";i:1520443663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:77;s:11:\"trend_index\";i:47;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:291;a:20:{s:4:\"tmpl\";i:1412;s:2:\"id\";i:24033;s:5:\"title\";s:37:\"Dance Studio &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Dance-Studio.jpg\";s:12:\"tmpl_created\";i:1649881344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/dance-studio-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:113:\"[\"Academy\",\"Business\",\"Dance Studio\",\"Form\",\"Pilates\",\"School\",\"Sport\",\"Teacher\",\"Training\",\"Under Construction\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:292;a:20:{s:4:\"tmpl\";i:1190;s:2:\"id\";i:18568;s:5:\"title\";s:32:\"Flower Delivery &#8211; Business\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/04/Flower-Delivery.png\";s:12:\"tmpl_created\";i:1617546716;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/flower-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:37:\"[\"Delivery\",\"Flower\",\"Landing Pages\"]\";s:10:\"menu_order\";i:45;s:16:\"popularity_index\";i:874;s:11:\"trend_index\";i:763;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:293;a:20:{s:4:\"tmpl\";i:1145;s:2:\"id\";i:16917;s:5:\"title\";s:22:\"Webinar &#8211; Events\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/01/Webinar-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610466822;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/lp/webinar-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:36:\"[\"Events\",\"Landing Pages\",\"Webinar\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:821;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:294;a:20:{s:4:\"tmpl\";i:1413;s:2:\"id\";i:24049;s:5:\"title\";s:33:\"ECO Shop &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-ECO-Shop.jpg\";s:12:\"tmpl_created\";i:1649882053;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/eco-shop-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:110:\"[\"Aesthetic\",\"Business\",\"Creative\",\"Decor\",\"Health\",\"Help\",\"Lifestyle\",\"Products\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:295;a:20:{s:4:\"tmpl\";i:497;s:2:\"id\";i:5397;s:5:\"title\";s:8:\"About 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1.png\";s:12:\"tmpl_created\";i:1520443503;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:46;s:16:\"popularity_index\";i:148;s:11:\"trend_index\";i:43;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:296;a:20:{s:4:\"tmpl\";i:1154;s:2:\"id\";i:17079;s:5:\"title\";s:42:\"Calls Volunteer &#8211; Social Involvement\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Calls-Volunteer.png\";s:12:\"tmpl_created\";i:1610631774;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/calls-volunteer-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Social Involvement\";s:4:\"tags\";s:68:\"[\"Care\",\"Covid-19\",\"Help\",\"Involvement\",\"Landing Pages\",\"Volunteer\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:854;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:297;a:20:{s:4:\"tmpl\";i:1419;s:2:\"id\";i:24136;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Food-Blog.jpg\";s:12:\"tmpl_created\";i:1650990034;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:62:\"[\"Blog\",\"Business\",\"Coming Soon\",\"Cooking\",\"Education\",\"Food\"]\";s:10:\"menu_order\";i:47;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:298;a:20:{s:4:\"tmpl\";i:1142;s:2:\"id\";i:16836;s:5:\"title\";s:33:\"Marketing Agency &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/01/Marketing-Agency-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610464490;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/marketing-agency-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:74:\"[\"Agency\",\"Business\",\"Landing Pages\",\"Marketing\",\"Marketing Landing Page\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:816;s:11:\"trend_index\";i:787;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:299;a:20:{s:4:\"tmpl\";i:1411;s:2:\"id\";i:24020;s:5:\"title\";s:35:\"Mobile App &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Mobile-App.jpg\";s:12:\"tmpl_created\";i:1649880955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/mobile-app-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:77:\"[\"App\",\"Business\",\"Coding\",\"Computer\",\"Launch\",\"Mobile\",\"Under Construction\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:300;a:20:{s:4:\"tmpl\";i:498;s:2:\"id\";i:5405;s:5:\"title\";s:8:\"About 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1.png\";s:12:\"tmpl_created\";i:1520443505;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:48;s:16:\"popularity_index\";i:216;s:11:\"trend_index\";i:50;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:301;a:20:{s:4:\"tmpl\";i:1139;s:2:\"id\";i:16785;s:5:\"title\";s:42:\"Gym Promotion &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2021/01/Gym-LP.jpg\";s:12:\"tmpl_created\";i:1610455496;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/gym-promotion-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:42:\"[\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:820;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:302;a:20:{s:4:\"tmpl\";i:1420;s:2:\"id\";i:24152;s:5:\"title\";s:32:\"Perfume Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Perfume-Shop.jpg\";s:12:\"tmpl_created\";i:1650990353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/perfume-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:68:\"[\"Business\",\"Coming Soon\",\"Cosmetics\",\"Lifestyle\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:49;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:303;a:20:{s:4:\"tmpl\";i:1185;s:2:\"id\";i:18492;s:5:\"title\";s:34:\"Bicycle Pre-Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:90:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Bike-Landing-Page.png\";s:12:\"tmpl_created\";i:1617535552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/lp/bicycle-pre-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:34:\"[\"Bicycle\",\"Landing Pages\",\"Sale\"]\";s:10:\"menu_order\";i:50;s:16:\"popularity_index\";i:871;s:11:\"trend_index\";i:826;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:304;a:20:{s:4:\"tmpl\";i:1418;s:2:\"id\";i:24126;s:5:\"title\";s:28:\"Skincare &#8211; Coming Soon\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Skincare.jpg\";s:12:\"tmpl_created\";i:1650989585;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/skincare-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:128:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Coming Soon\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Services\",\"Skincare\",\"Treatment\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:305;a:20:{s:4:\"tmpl\";i:1181;s:2:\"id\";i:18349;s:5:\"title\";s:39:\"Virtual try-on glasses &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-8.png\";s:12:\"tmpl_created\";i:1614772569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/virtual-try-on-glasses-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:64:\"[\"Fashion\",\"Glasses\",\"Landing Pages\",\"Online Service\",\"Virtual\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:848;s:11:\"trend_index\";i:803;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:306;a:20:{s:4:\"tmpl\";i:500;s:2:\"id\";i:5421;s:5:\"title\";s:8:\"About 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_3.png\";s:12:\"tmpl_created\";i:1520443509;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:51;s:16:\"popularity_index\";i:215;s:11:\"trend_index\";i:77;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:307;a:20:{s:4:\"tmpl\";i:513;s:2:\"id\";i:5533;s:5:\"title\";s:8:\"About 15\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_10.png\";s:12:\"tmpl_created\";i:1520443534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:21;s:11:\"trend_index\";i:57;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:308;a:20:{s:4:\"tmpl\";i:1410;s:2:\"id\";i:24004;s:5:\"title\";s:33:\"Skincare &#8211; Maintenance Mode\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2022/04/Maintenance-Mode-Skincare.jpg\";s:12:\"tmpl_created\";i:1649880534;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/skincare-maintenance-mode/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:144:\"[\"Aesthetic\",\"Beauty\",\"Beauty Salon\",\"Business\",\"Cosmetics\",\"Girly\",\"Lifestyle\",\"Makeup\",\"Services\",\"Skincare\",\"Treatment\",\"Under Construction\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:309;a:20:{s:4:\"tmpl\";i:1172;s:2:\"id\";i:17458;s:5:\"title\";s:31:\"Moving Company &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Moving-Company.png\";s:12:\"tmpl_created\";i:1612727025;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/moving-company-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"Landing Pages\",\"Movers\",\"Moving\"]\";s:10:\"menu_order\";i:52;s:16:\"popularity_index\";i:826;s:11:\"trend_index\";i:767;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:310;a:20:{s:4:\"tmpl\";i:1415;s:2:\"id\";i:24092;s:5:\"title\";s:29:\"Vase Shop &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2022/04/Coming-Soon-Vase-Shop.jpg\";s:12:\"tmpl_created\";i:1650988613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/vase-shop-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:115:\"[\"Art\",\"Business\",\"Coming Soon\",\"Creative\",\"Decor\",\"Design\",\"Furniture Design\",\"Interior Design\",\"Products\",\"Shop\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:311;a:20:{s:4:\"tmpl\";i:1186;s:2:\"id\";i:18517;s:5:\"title\";s:29:\"Food Blog &#8211; Coming Soon\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Food-Blog.png\";s:12:\"tmpl_created\";i:1617539897;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/food-blog-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:45:\"[\"Blog\",\"Coming Soon\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:53;s:16:\"popularity_index\";i:844;s:11:\"trend_index\";i:672;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:312;a:20:{s:4:\"tmpl\";i:1167;s:2:\"id\";i:17379;s:5:\"title\";s:33:\"IT Service &#8211; Online Service\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-IT-Service.png\";s:12:\"tmpl_created\";i:1612713022;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/it-service-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:41:\"[\"IT\",\"Landing Pages\",\"Remote\",\"Support\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:806;s:11:\"trend_index\";i:634;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:313;a:20:{s:4:\"tmpl\";i:1248;s:2:\"id\";i:22134;s:5:\"title\";s:32:\"Art Magazine &#8211; Coming Soon\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/10/Art-Magazine-Coming-Soon-250x280-1.jpg\";s:12:\"tmpl_created\";i:1647176713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/art-magazine-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Art\",\"Coming Soon\",\"Landing Pages\",\"Magazine\"]\";s:10:\"menu_order\";i:54;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:314;a:20:{s:4:\"tmpl\";i:512;s:2:\"id\";i:5525;s:5:\"title\";s:8:\"About 14\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_10.png\";s:12:\"tmpl_created\";i:1520443532;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:9;s:11:\"trend_index\";i:29;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:315;a:20:{s:4:\"tmpl\";i:1189;s:2:\"id\";i:18560;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1617542761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:146:\"https://library.elementor.com/lp/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:843;s:11:\"trend_index\";i:561;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:316;a:20:{s:4:\"tmpl\";i:1225;s:2:\"id\";i:21041;s:5:\"title\";s:41:\"Business Consulting Company &#8211; About\";s:9:\"thumbnail\";s:96:\"https://library.elementor.com/wp-content/uploads/2021/12/8-About-Business-Consulting-Company.jpg\";s:12:\"tmpl_created\";i:1638797560;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/business-consulting-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"Coach\",\"Collaboration\",\"Consulting\",\"Life Coach\"]\";s:10:\"menu_order\";i:55;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:317;a:20:{s:4:\"tmpl\";i:1187;s:2:\"id\";i:18528;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1617541784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/lp/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:872;s:11:\"trend_index\";i:819;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:318;a:20:{s:4:\"tmpl\";i:1243;s:2:\"id\";i:21135;s:5:\"title\";s:28:\"Construction &#8211; Service\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/12/13-Service-Construction.jpg\";s:12:\"tmpl_created\";i:1638823202;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/construction-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:48:\"[\"Architecture\",\"Construction\",\"Faq\",\"Services\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:319;a:20:{s:4:\"tmpl\";i:501;s:2:\"id\";i:5429;s:5:\"title\";s:8:\"About 16\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_4.png\";s:12:\"tmpl_created\";i:1520443510;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:56;s:16:\"popularity_index\";i:59;s:11:\"trend_index\";i:8;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:320;a:20:{s:4:\"tmpl\";i:1174;s:2:\"id\";i:17504;s:5:\"title\";s:29:\"Hair Stylist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-3.png\";s:12:\"tmpl_created\";i:1612883014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/lp/hair-stylist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:59:\"[\"Business\",\"Hair\",\"hairdresser\",\"Landing Pages\",\"Stylist\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:840;s:11:\"trend_index\";i:806;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:321;a:20:{s:4:\"tmpl\";i:1223;s:2:\"id\";i:20981;s:5:\"title\";s:37:\"Creative Digital Agency &#8211; About\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2021/12/6-About-Creative-Digital-Agency.jpg\";s:12:\"tmpl_created\";i:1638789303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/creative-digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:51:\"[\"About\",\"Advisor\",\"Creative\",\"Creative Portfolio\"]\";s:10:\"menu_order\";i:57;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:322;a:20:{s:4:\"tmpl\";i:1184;s:2:\"id\";i:18449;s:5:\"title\";s:45:\"Aesthetic Clinic &#8211; Health &amp; Fitness\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/03/Aesthetic-Clinic.png\";s:12:\"tmpl_created\";i:1616682181;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/aesthetic-clinic-health-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Health and Fitness\";s:4:\"tags\";s:57:\"[\"Aesthetic\",\"Beauty\",\"Fitness\",\"Health\",\"Landing Pages\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:859;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:323;a:20:{s:4:\"tmpl\";i:1221;s:2:\"id\";i:20926;s:5:\"title\";s:33:\"Doctors Online Consultation -Home\";s:9:\"thumbnail\";s:95:\"https://library.elementor.com/wp-content/uploads/2021/12/4-Home-Doctors-Online-Consultation.jpg\";s:12:\"tmpl_created\";i:1638787371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/doctors-online-consultation-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:35:\"[\"App\",\"Health\",\"Medical\",\"Online\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:324;a:20:{s:4:\"tmpl\";i:505;s:2:\"id\";i:5464;s:5:\"title\";s:8:\"About 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_6.png\";s:12:\"tmpl_created\";i:1520443518;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:58;s:16:\"popularity_index\";i:220;s:11:\"trend_index\";i:142;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:325;a:20:{s:4:\"tmpl\";i:1165;s:2:\"id\";i:17353;s:5:\"title\";s:44:\"Online Cooking Course &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-2.png\";s:12:\"tmpl_created\";i:1612705144;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:138:\"https://library.elementor.com/lp/online-cooking-course-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:50:\"[\"Cooking\",\"Course Online\",\"Food\",\"Landing Pages\"]\";s:10:\"menu_order\";i:59;s:16:\"popularity_index\";i:845;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:326;a:20:{s:4:\"tmpl\";i:1188;s:2:\"id\";i:18550;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1617542506;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/lp/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:832;s:11:\"trend_index\";i:600;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:327;a:20:{s:4:\"tmpl\";i:1250;s:2:\"id\";i:22140;s:5:\"title\";s:33:\"Design School &#8211; Coming Soon\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/05/250x280-1.png\";s:12:\"tmpl_created\";i:1647177317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/design-school-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:49:\"[\"Coming Soon\",\"Design\",\"Landing Pages\",\"School\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:328;a:20:{s:4:\"tmpl\";i:510;s:2:\"id\";i:5504;s:5:\"title\";s:8:\"About 18\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_9.png\";s:12:\"tmpl_created\";i:1520443528;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:60;s:16:\"popularity_index\";i:104;s:11:\"trend_index\";i:46;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:329;a:20:{s:4:\"tmpl\";i:1191;s:2:\"id\";i:18539;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1617610273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:18:\"Under Construction\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:61;s:16:\"popularity_index\";i:876;s:11:\"trend_index\";i:652;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:330;a:20:{s:4:\"tmpl\";i:1175;s:2:\"id\";i:18270;s:5:\"title\";s:24:\"Open week &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280.png\";s:12:\"tmpl_created\";i:1614767186;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/lp/open-week-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"Events\";s:4:\"tags\";s:59:\"[\"Education\",\"Event\",\"Events\",\"Landing Pages\",\"University\"]\";s:10:\"menu_order\";i:62;s:16:\"popularity_index\";i:831;s:11:\"trend_index\";i:673;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:331;a:20:{s:4:\"tmpl\";i:1177;s:2:\"id\";i:18300;s:5:\"title\";s:30:\"Makeup Artist &#8211; Business\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-2.png\";s:12:\"tmpl_created\";i:1614768608;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/makeup-artist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Beauty\",\"Business\",\"Course Online\",\"Landing Pages\",\"Makeup\",\"Online Service\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:861;s:11:\"trend_index\";i:783;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:332;a:20:{s:4:\"tmpl\";i:511;s:2:\"id\";i:5515;s:5:\"title\";s:8:\"About 19\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_9.png\";s:12:\"tmpl_created\";i:1520443530;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:63;s:16:\"popularity_index\";i:268;s:11:\"trend_index\";i:161;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:333;a:20:{s:4:\"tmpl\";i:1179;s:2:\"id\";i:18329;s:5:\"title\";s:63:\"Online Real Estate Investment Conference &#8211; Online Service\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/03/250x280-5.png\";s:12:\"tmpl_created\";i:1614770404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:157:\"https://library.elementor.com/lp/online-real-estate-investment-conference-online-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Online Service\";s:4:\"tags\";s:76:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Online Event\",\"Real estate\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:866;s:11:\"trend_index\";i:779;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:334;a:20:{s:4:\"tmpl\";i:506;s:2:\"id\";i:5472;s:5:\"title\";s:7:\"About 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_7.png\";s:12:\"tmpl_created\";i:1520443520;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:64;s:16:\"popularity_index\";i:210;s:11:\"trend_index\";i:116;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:335;a:20:{s:4:\"tmpl\";i:1183;s:2:\"id\";i:18391;s:5:\"title\";s:45:\"Children&#8217;s Optometrist &#8211; Business\";s:9:\"thumbnail\";s:94:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Childrens-Optometrist.png\";s:12:\"tmpl_created\";i:1614773564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/childrens-optometrist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:85:\"[\"Business\",\"Children\",\"Eye\",\"Glasses\",\"Health\",\"Kids\",\"Landing Pages\",\"Optometrist\"]\";s:10:\"menu_order\";i:65;s:16:\"popularity_index\";i:877;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:336;a:20:{s:4:\"tmpl\";i:1182;s:2:\"id\";i:18366;s:5:\"title\";s:30:\"Car Insurance &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Car-Insurance.png\";s:12:\"tmpl_created\";i:1614773263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/car-insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:46:\"[\"Business\",\"car\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:869;s:11:\"trend_index\";i:797;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:337;a:20:{s:4:\"tmpl\";i:1201;s:2:\"id\";i:19144;s:5:\"title\";s:25:\"Birthday Party Invitation\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/06/250x280.png\";s:12:\"tmpl_created\";i:1623848691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/birthday-party-invitation/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:67:\"[\"Birthday\",\"Event\",\"Landing Pages\",\"Party\",\"RSVD\",\"Save the Date\"]\";s:10:\"menu_order\";i:66;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:338;a:20:{s:4:\"tmpl\";i:1124;s:2:\"id\";i:16473;s:5:\"title\";s:26:\"Beauty Salon &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/about-1.jpg\";s:12:\"tmpl_created\";i:1608622373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/beauty-salon-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:615;s:11:\"trend_index\";i:184;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:339;a:20:{s:4:\"tmpl\";i:1176;s:2:\"id\";i:18291;s:5:\"title\";s:47:\"Grill Restaurant Food Delivery &#8211; Business\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Food-Delivery-LP.png\";s:12:\"tmpl_created\";i:1614767830;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:141:\"https://library.elementor.com/lp/grill-restaurant-food-delivery-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:79:\"[\"Delivery\",\"Delivery Service\",\"Fast Food\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:819;s:11:\"trend_index\";i:685;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:340;a:20:{s:4:\"tmpl\";i:504;s:2:\"id\";i:5455;s:5:\"title\";s:8:\"About 20\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_6.png\";s:12:\"tmpl_created\";i:1520443516;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:67;s:16:\"popularity_index\";i:134;s:11:\"trend_index\";i:70;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:341;a:20:{s:4:\"tmpl\";i:1125;s:2:\"id\";i:16488;s:5:\"title\";s:28:\"Beauty Salon &#8211; Contact\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/12/contact.jpg\";s:12:\"tmpl_created\";i:1608622374;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:548;s:11:\"trend_index\";i:101;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:342;a:20:{s:4:\"tmpl\";i:1180;s:2:\"id\";i:18340;s:5:\"title\";s:30:\"Restaurant &#8211; Coming Soon\";s:9:\"thumbnail\";s:98:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Restuarant-Coming-Soon-LP.png\";s:12:\"tmpl_created\";i:1614772183;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/lp/restaurant-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:16:\"Coming Soon Page\";s:4:\"tags\";s:51:\"[\"Coming Soon\",\"Food\",\"Landing Pages\",\"Restaurant\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:810;s:11:\"trend_index\";i:809;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:343;a:20:{s:4:\"tmpl\";i:499;s:2:\"id\";i:5413;s:5:\"title\";s:8:\"About 21\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2.png\";s:12:\"tmpl_created\";i:1520443507;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/about-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:68;s:16:\"popularity_index\";i:83;s:11:\"trend_index\";i:52;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:344;a:20:{s:4:\"tmpl\";i:1126;s:2:\"id\";i:16496;s:5:\"title\";s:28:\"Beauty Salon &#8211; Gallery\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/12/gallery-1.jpg\";s:12:\"tmpl_created\";i:1608622379;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/beauty-salon-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:491;s:11:\"trend_index\";i:90;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:345;a:20:{s:4:\"tmpl\";i:1173;s:2:\"id\";i:17480;s:5:\"title\";s:42:\"At-home Massage Therapist &#8211; Business\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/02/At-Home-Massage-Therapist.jpg\";s:12:\"tmpl_created\";i:1612879264;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/lp/at-home-massage-therapist-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:60:\"[\"Business\",\"Health\",\"Landing Pages\",\"Services\",\"Therapist\"]\";s:10:\"menu_order\";i:69;s:16:\"popularity_index\";i:856;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:346;a:20:{s:4:\"tmpl\";i:1127;s:2:\"id\";i:16457;s:5:\"title\";s:25:\"Beauty Salon &#8211; Home\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/home-1.jpg\";s:12:\"tmpl_created\";i:1608622383;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/beauty-salon-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:408;s:11:\"trend_index\";i:56;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:347;a:20:{s:4:\"tmpl\";i:1178;s:2:\"id\";i:18317;s:5:\"title\";s:26:\"Insurance &#8211; Business\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2021/03/Library-Pic-Life-Insirance.png\";s:12:\"tmpl_created\";i:1614769488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/lp/insurance-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"Business\";s:4:\"tags\";s:61:\"[\"Business\",\"Family\",\"Financial\",\"Insurance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:70;s:16:\"popularity_index\";i:870;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:348;a:20:{s:4:\"tmpl\";i:1128;s:2:\"id\";i:16518;s:5:\"title\";s:29:\"Beauty Salon &#8211; Services\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/12/services-1.jpg\";s:12:\"tmpl_created\";i:1608622386;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/beauty-salon-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:23:\"[\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:664;s:11:\"trend_index\";i:261;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:349;a:20:{s:4:\"tmpl\";i:1168;s:2:\"id\";i:17401;s:5:\"title\";s:40:\"Conference Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280.png\";s:12:\"tmpl_created\";i:1612724753;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/lp/conference-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:59:\"[\"Conference\",\"Event\",\"Events\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:799;s:11:\"trend_index\";i:540;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:350;a:20:{s:4:\"tmpl\";i:503;s:2:\"id\";i:5447;s:5:\"title\";s:7:\"About 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_5.png\";s:12:\"tmpl_created\";i:1520443514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:71;s:16:\"popularity_index\";i:48;s:11:\"trend_index\";i:12;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:351;a:20:{s:4:\"tmpl\";i:1073;s:2:\"id\";i:15486;s:5:\"title\";s:25:\"Travel Blog &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/11/About.jpg\";s:12:\"tmpl_created\";i:1606215720;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/travel-blog-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:608;s:11:\"trend_index\";i:343;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:352;a:20:{s:4:\"tmpl\";i:1166;s:2:\"id\";i:17368;s:5:\"title\";s:38:\"Real Estate Agency &#8211; Real-Estate\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Real-Estate.png\";s:12:\"tmpl_created\";i:1612711814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/lp/real-estate-agency-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:73:\"[\"Landing Pages\",\"listing\",\"Real estate\",\"Realestate\",\"realtor\",\"realty\"]\";s:10:\"menu_order\";i:72;s:16:\"popularity_index\";i:858;s:11:\"trend_index\";i:777;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:353;a:20:{s:4:\"tmpl\";i:1074;s:2:\"id\";i:15478;s:5:\"title\";s:27:\"Travel Blog &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/11/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1606215735;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-blog-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:687;s:11:\"trend_index\";i:564;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:354;a:20:{s:4:\"tmpl\";i:1170;s:2:\"id\";i:17423;s:5:\"title\";s:57:\"Volunteer Calls Thank You Page &#8211; Social Involvement\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2021/02/Volunteer-Calls-TYP.jpg\";s:12:\"tmpl_created\";i:1612726058;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:151:\"https://library.elementor.com/lp/volunteer-calls-thank-you-page-social-involvement/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:62:\"[\"Care\",\"Involvement\",\"Landing Pages\",\"Thank You\",\"Volunteer\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:857;s:11:\"trend_index\";i:818;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:355;a:20:{s:4:\"tmpl\";i:507;s:2:\"id\";i:5480;s:5:\"title\";s:7:\"About 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_7-1.png\";s:12:\"tmpl_created\";i:1520443522;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-4-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:73;s:16:\"popularity_index\";i:428;s:11:\"trend_index\";i:303;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:356;a:20:{s:4:\"tmpl\";i:1075;s:2:\"id\";i:15467;s:5:\"title\";s:24:\"Travel Blog &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/11/Home.jpg\";s:12:\"tmpl_created\";i:1606215756;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-blog-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:567;s:11:\"trend_index\";i:224;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:357;a:20:{s:4:\"tmpl\";i:1169;s:2:\"id\";i:17409;s:5:\"title\";s:37:\"Webinar Thank You Page &#8211; Events\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/02/Library-Pic-Webinar-TYP.png\";s:12:\"tmpl_created\";i:1612725644;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/lp/webinar-thank-you-page-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:56:\"[\"Event\",\"Events\",\"Landing Pages\",\"Thank You\",\"Webinar\"]\";s:10:\"menu_order\";i:74;s:16:\"popularity_index\";i:868;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:358;a:20:{s:4:\"tmpl\";i:1056;s:2:\"id\";i:15317;s:5:\"title\";s:25:\"Dance Studio &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/10/Home.jpg\";s:12:\"tmpl_created\";i:1603181291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/dance-studio-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:596;s:11:\"trend_index\";i:301;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:359;a:20:{s:4:\"tmpl\";i:545;s:2:\"id\";i:6027;s:5:\"title\";s:7:\"About 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_1-1.png\";s:12:\"tmpl_created\";i:1520443639;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-5-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:40;s:11:\"trend_index\";i:40;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:360;a:20:{s:4:\"tmpl\";i:1160;s:2:\"id\";i:17258;s:5:\"title\";s:32:\"Beauty Product &#8211; eCommerce\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2021/01/Beauty-Product.png\";s:12:\"tmpl_created\";i:1610903153;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/lp/beauty-product-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:38:\"[\"Beauty\",\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:75;s:16:\"popularity_index\";i:797;s:11:\"trend_index\";i:703;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:361;a:20:{s:4:\"tmpl\";i:1057;s:2:\"id\";i:15334;s:5:\"title\";s:26:\"Dance Studio &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/10/About.jpg\";s:12:\"tmpl_created\";i:1603181364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/dance-studio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:626;s:11:\"trend_index\";i:373;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:362;a:20:{s:4:\"tmpl\";i:546;s:2:\"id\";i:6036;s:5:\"title\";s:7:\"About 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_1-1.png\";s:12:\"tmpl_created\";i:1520443641;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/about-6-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:90;s:11:\"trend_index\";i:123;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:363;a:20:{s:4:\"tmpl\";i:1171;s:2:\"id\";i:17435;s:5:\"title\";s:39:\"Gym &#8211; App Service &#8211; Product\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2021/02/250x280-4.png\";s:12:\"tmpl_created\";i:1612726462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/lp/gym-app-service-product/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"Product\";s:4:\"tags\";s:58:\"[\"App\",\"Fitness\",\"Gym\",\"Health\",\"Landing Pages\",\"Product\"]\";s:10:\"menu_order\";i:76;s:16:\"popularity_index\";i:767;s:11:\"trend_index\";i:577;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:364;a:20:{s:4:\"tmpl\";i:1058;s:2:\"id\";i:15349;s:5:\"title\";s:28:\"Dance Studio &#8211; Classes\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes.jpg\";s:12:\"tmpl_created\";i:1603181425;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:629;s:11:\"trend_index\";i:458;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:365;a:20:{s:4:\"tmpl\";i:1156;s:2:\"id\";i:17111;s:5:\"title\";s:33:\"Sunglasses Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2021/01/Sunglasses-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610632408;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/sunglasses-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:59:\"[\"Ecommerce\",\"Fashion\",\"Landing Pages\",\"Sale\",\"Sunglasses\"]\";s:10:\"menu_order\";i:77;s:16:\"popularity_index\";i:812;s:11:\"trend_index\";i:732;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:366;a:20:{s:4:\"tmpl\";i:1055;s:2:\"id\";i:15366;s:5:\"title\";s:29:\"Dance Studio &#8211; Schedule\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/10/Classes-Schedule.jpg\";s:12:\"tmpl_created\";i:1603181056;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/dance-studio-schedule/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:698;s:11:\"trend_index\";i:602;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:367;a:20:{s:4:\"tmpl\";i:1157;s:2:\"id\";i:17223;s:5:\"title\";s:25:\"Fashion &#8211; eCommerce\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2021/01/Commerce-Fashion.png\";s:12:\"tmpl_created\";i:1610902553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/lp/fashion-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:29:\"[\"Ecommerce\",\"Landing Pages\"]\";s:10:\"menu_order\";i:78;s:16:\"popularity_index\";i:808;s:11:\"trend_index\";i:745;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:368;a:20:{s:4:\"tmpl\";i:1059;s:2:\"id\";i:15373;s:5:\"title\";s:28:\"Dance Studio &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/10/Pricing.jpg\";s:12:\"tmpl_created\";i:1603181678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:731;s:11:\"trend_index\";i:661;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:369;a:20:{s:4:\"tmpl\";i:1151;s:2:\"id\";i:17017;s:5:\"title\";s:28:\"Shoes Sale &#8211; eCommerce\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2021/01/Shoes-LP-Library-Pic.jpg\";s:12:\"tmpl_created\";i:1610535361;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/lp/shoes-sale-ecommerce/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"eCommerce\";s:4:\"tags\";s:55:\"[\"Discount\",\"Ecommerce\",\"Landing Pages\",\"Sale\",\"Shoes\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:803;s:11:\"trend_index\";i:642;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:370;a:20:{s:4:\"tmpl\";i:508;s:2:\"id\";i:5488;s:5:\"title\";s:7:\"About 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_8.png\";s:12:\"tmpl_created\";i:1520443524;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:79;s:16:\"popularity_index\";i:307;s:11:\"trend_index\";i:169;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:371;a:20:{s:4:\"tmpl\";i:1060;s:2:\"id\";i:15384;s:5:\"title\";s:28:\"Dance Studio &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/10/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1603181738;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/dance-studio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:16:\"[\"Dance Studio\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:741;s:11:\"trend_index\";i:721;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:372;a:20:{s:4:\"tmpl\";i:556;s:2:\"id\";i:6122;s:5:\"title\";s:7:\"About 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_white_2-1.png\";s:12:\"tmpl_created\";i:1520443661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:38;s:11:\"trend_index\";i:26;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:373;a:20:{s:4:\"tmpl\";i:1163;s:2:\"id\";i:17301;s:5:\"title\";s:53:\"Personal Chef &#8211; Thank You Page &#8211; Business\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2021/01/TYP-Personal-Chef.jpg\";s:12:\"tmpl_created\";i:1610903622;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:139:\"https://library.elementor.com/lp/personal-chef-thank-you-page-business/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:43:\"[\"Chef\",\"Food\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:80;s:16:\"popularity_index\";i:823;s:11:\"trend_index\";i:754;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:374;a:20:{s:4:\"tmpl\";i:1042;s:2:\"id\";i:15158;s:5:\"title\";s:26:\"Psychologist &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/09/About.jpg\";s:12:\"tmpl_created\";i:1600157561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/psychologist-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:618;s:11:\"trend_index\";i:426;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:375;a:20:{s:4:\"tmpl\";i:1164;s:2:\"id\";i:17313;s:5:\"title\";s:60:\"Development Course  &#8211; Thank You Page &#8211; Education\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2021/01/Dev-Course-TYP-.png\";s:12:\"tmpl_created\";i:1610903776;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/lp/development-course-thank-you-page-education/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"Thank You Page\";s:4:\"tags\";s:57:\"[\"Course Online\",\"Education\",\"Landing Pages\",\"Thank You\"]\";s:10:\"menu_order\";i:81;s:16:\"popularity_index\";i:834;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:376;a:20:{s:4:\"tmpl\";i:1045;s:2:\"id\";i:15197;s:5:\"title\";s:28:\"Psychologist &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/09/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1600160499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:666;s:11:\"trend_index\";i:558;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:377;a:20:{s:4:\"tmpl\";i:509;s:2:\"id\";i:5496;s:5:\"title\";s:7:\"About 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/about_black_8-1.png\";s:12:\"tmpl_created\";i:1520443526;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/about-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"about\";s:4:\"tags\";s:9:\"[\"About\"]\";s:10:\"menu_order\";i:82;s:16:\"popularity_index\";i:523;s:11:\"trend_index\";i:453;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:378;a:20:{s:4:\"tmpl\";i:1041;s:2:\"id\";i:15142;s:5:\"title\";s:25:\"Psychologist &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Home.jpg\";s:12:\"tmpl_created\";i:1600156308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/psychologist-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:83;s:16:\"popularity_index\";i:464;s:11:\"trend_index\";i:297;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:379;a:20:{s:4:\"tmpl\";i:1044;s:2:\"id\";i:15188;s:5:\"title\";s:28:\"Psychologist &#8211; Pricing\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/09/Pricing.jpg\";s:12:\"tmpl_created\";i:1600159731;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/psychologist-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:732;s:11:\"trend_index\";i:537;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:380;a:20:{s:4:\"tmpl\";i:684;s:2:\"id\";i:8961;s:5:\"title\";s:9:\"archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.1.jpg\";s:12:\"tmpl_created\";i:1528639909;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:84;s:16:\"popularity_index\";i:79;s:11:\"trend_index\";i:15;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:381;a:20:{s:4:\"tmpl\";i:1043;s:2:\"id\";i:15167;s:5:\"title\";s:29:\"Psychologist &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/09/Services.jpg\";s:12:\"tmpl_created\";i:1600158206;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/psychologist-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:85;s:16:\"popularity_index\";i:606;s:11:\"trend_index\";i:379;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:382;a:20:{s:4:\"tmpl\";i:1036;s:2:\"id\";i:14932;s:5:\"title\";s:30:\"Flooring Company &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/08/About.png\";s:12:\"tmpl_created\";i:1597740110;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/flooring-company-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:488;s:11:\"trend_index\";i:319;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:383;a:20:{s:4:\"tmpl\";i:685;s:2:\"id\";i:8969;s:5:\"title\";s:9:\"archive 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.2.jpg\";s:12:\"tmpl_created\";i:1528700014;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:86;s:16:\"popularity_index\";i:250;s:11:\"trend_index\";i:124;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:384;a:20:{s:4:\"tmpl\";i:1037;s:2:\"id\";i:14998;s:5:\"title\";s:32:\"Flooring Company &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/08/Contact-Us.png\";s:12:\"tmpl_created\";i:1597740222;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:87;s:16:\"popularity_index\";i:553;s:11:\"trend_index\";i:380;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:385;a:20:{s:4:\"tmpl\";i:1038;s:2:\"id\";i:14965;s:5:\"title\";s:32:\"Flooring Company &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/08/Gallery.png\";s:12:\"tmpl_created\";i:1597740353;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/flooring-company-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:371;s:11:\"trend_index\";i:291;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:386;a:20:{s:4:\"tmpl\";i:686;s:2:\"id\";i:8973;s:5:\"title\";s:9:\"archive 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.3.jpg\";s:12:\"tmpl_created\";i:1528700205;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:88;s:16:\"popularity_index\";i:176;s:11:\"trend_index\";i:54;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:387;a:20:{s:4:\"tmpl\";i:1282;s:2:\"id\";i:22417;s:5:\"title\";s:52:\"Finance Learning Platform &#8211; Under Construction\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Finance-Platform.png\";s:12:\"tmpl_created\";i:1647354987;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/finance-learning-platform-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Finance\",\"Landing Pages\"]\";s:10:\"menu_order\";i:89;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:388;a:20:{s:4:\"tmpl\";i:1040;s:2:\"id\";i:14947;s:5:\"title\";s:33:\"Flooring company &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/08/Services.png\";s:12:\"tmpl_created\";i:1597740551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/flooring-company-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:90;s:16:\"popularity_index\";i:538;s:11:\"trend_index\";i:392;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:389;a:20:{s:4:\"tmpl\";i:1039;s:2:\"id\";i:14901;s:5:\"title\";s:29:\"Flooring Company &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Home.png\";s:12:\"tmpl_created\";i:1597740474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/flooring-company-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:387;s:11:\"trend_index\";i:185;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:390;a:20:{s:4:\"tmpl\";i:687;s:2:\"id\";i:8977;s:5:\"title\";s:9:\"archive 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.4.jpg\";s:12:\"tmpl_created\";i:1528700326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:91;s:16:\"popularity_index\";i:354;s:11:\"trend_index\";i:396;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:391;a:20:{s:4:\"tmpl\";i:1252;s:2:\"id\";i:22146;s:5:\"title\";s:36:\"Home Decor Store &#8211; Coming Soon\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Home-Decore.png\";s:12:\"tmpl_created\";i:1647177514;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/home-decor-store-coming-soon/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:57:\"[\"Coming Soon\",\"Decor\",\"Interior Design\",\"Landing Pages\"]\";s:10:\"menu_order\";i:92;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:392;a:20:{s:4:\"tmpl\";i:688;s:2:\"id\";i:8981;s:5:\"title\";s:9:\"archive 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.5.jpg\";s:12:\"tmpl_created\";i:1528700484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:333;s:11:\"trend_index\";i:195;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:393;a:20:{s:4:\"tmpl\";i:1021;s:2:\"id\";i:14737;s:5:\"title\";s:32:\"Luxury Real Estate &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/07/About.png\";s:12:\"tmpl_created\";i:1595313527;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/luxury-real-estate-about-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:93;s:16:\"popularity_index\";i:150;s:11:\"trend_index\";i:447;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:394;a:20:{s:4:\"tmpl\";i:689;s:2:\"id\";i:8985;s:5:\"title\";s:9:\"archive 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.6.jpg\";s:12:\"tmpl_created\";i:1528700612;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:204;s:11:\"trend_index\";i:95;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:395;a:20:{s:4:\"tmpl\";i:1020;s:2:\"id\";i:14756;s:5:\"title\";s:34:\"Luxury Real Estate &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Contact-Us.png\";s:12:\"tmpl_created\";i:1595313519;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/luxury-real-estate-contact-us-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:94;s:16:\"popularity_index\";i:610;s:11:\"trend_index\";i:569;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:396;a:20:{s:4:\"tmpl\";i:1019;s:2:\"id\";i:14716;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Home.png\";s:12:\"tmpl_created\";i:1595313512;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:95;s:16:\"popularity_index\";i:394;s:11:\"trend_index\";i:165;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:397;a:20:{s:4:\"tmpl\";i:690;s:2:\"id\";i:8989;s:5:\"title\";s:9:\"archive 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.7.jpg\";s:12:\"tmpl_created\";i:1528701063;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:208;s:11:\"trend_index\";i:111;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:398;a:20:{s:4:\"tmpl\";i:1018;s:2:\"id\";i:14763;s:5:\"title\";s:31:\"Luxury Real Estate &#8211; News\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/07/news-Archive.png\";s:12:\"tmpl_created\";i:1595313273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/luxury-real-estate-news-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:96;s:16:\"popularity_index\";i:404;s:11:\"trend_index\";i:167;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:399;a:20:{s:4:\"tmpl\";i:1283;s:2:\"id\";i:22423;s:5:\"title\";s:39:\"Online Store &#8211; Under Construction\";s:9:\"thumbnail\";s:85:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Online-Store.png\";s:12:\"tmpl_created\";i:1647355154;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/online-store-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:59:\"[\"Landing Pages\",\"Online Shop\",\"Shop\",\"Under Construction\"]\";s:10:\"menu_order\";i:97;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:400;a:20:{s:4:\"tmpl\";i:691;s:2:\"id\";i:8996;s:5:\"title\";s:9:\"archive 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.8.jpg\";s:12:\"tmpl_created\";i:1528701290;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:227;s:11:\"trend_index\";i:153;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:401;a:20:{s:4:\"tmpl\";i:1010;s:2:\"id\";i:13960;s:5:\"title\";s:32:\"Japanese restaurant &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/06/Home-Page.jpg\";s:12:\"tmpl_created\";i:1592289775;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/japanese-restaurant-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:98;s:16:\"popularity_index\";i:537;s:11:\"trend_index\";i:287;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:402;a:20:{s:4:\"tmpl\";i:1284;s:2:\"id\";i:22428;s:5:\"title\";s:40:\"Travel Agency &#8211; Under Construction\";s:9:\"thumbnail\";s:88:\"https://library.elementor.com/wp-content/uploads/2021/04/Library-Pic-Travel-Agency-1.png\";s:12:\"tmpl_created\";i:1647355339;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/travel-agency-under-construction/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:56:\"[\"Agency\",\"Landing Pages\",\"Travel\",\"Under Construction\"]\";s:10:\"menu_order\";i:99;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:403;a:20:{s:4:\"tmpl\";i:692;s:2:\"id\";i:9001;s:5:\"title\";s:9:\"archive 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/06/Archive_350.9.jpg\";s:12:\"tmpl_created\";i:1528701433;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/archive-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:265;s:11:\"trend_index\";i:208;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:404;a:20:{s:4:\"tmpl\";i:1007;s:2:\"id\";i:13993;s:5:\"title\";s:45:\"Japanese restaurant &#8211; Chef&#8217;s Menu\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/06/Chef_s-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/japanese-restaurant-chefs-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:100;s:16:\"popularity_index\";i:651;s:11:\"trend_index\";i:675;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:405;a:20:{s:4:\"tmpl\";i:1006;s:2:\"id\";i:14012;s:5:\"title\";s:36:\"Japanese restaurant &#8211; Bar Menu\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/06/Bar-Menu-Page.jpg\";s:12:\"tmpl_created\";i:1592289665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/japanese-restaurant-bar-menu/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:101;s:16:\"popularity_index\";i:735;s:11:\"trend_index\";i:829;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:406;a:20:{s:4:\"tmpl\";i:1005;s:2:\"id\";i:13917;s:5:\"title\";s:33:\"Japanese restaurant &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/06/About-Page.jpg\";s:12:\"tmpl_created\";i:1592289629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/japanese-restaurant-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:102;s:16:\"popularity_index\";i:640;s:11:\"trend_index\";i:389;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:407;a:20:{s:4:\"tmpl\";i:997;s:2:\"id\";i:13528;s:5:\"title\";s:22:\"Barbershop &#8211; 404\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/05/404-Page.jpg\";s:12:\"tmpl_created\";i:1589893152;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/barbershop-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:768;s:11:\"trend_index\";i:681;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:408;a:20:{s:4:\"tmpl\";i:1009;s:2:\"id\";i:13937;s:5:\"title\";s:35:\"Japanese restaurant &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1592289748;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/japanese-restaurant-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:103;s:16:\"popularity_index\";i:648;s:11:\"trend_index\";i:551;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:409;a:20:{s:4:\"tmpl\";i:1008;s:2:\"id\";i:14030;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Events\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/06/Events-Page.jpg\";s:12:\"tmpl_created\";i:1592289713;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/japanese-restaurant-events/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:104;s:16:\"popularity_index\";i:723;s:11:\"trend_index\";i:711;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:410;a:20:{s:4:\"tmpl\";i:998;s:2:\"id\";i:13518;s:5:\"title\";s:26:\"Barbershop &#8211; Archive\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Blog-Page.jpg\";s:12:\"tmpl_created\";i:1589893157;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/barbershop-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:737;s:11:\"trend_index\";i:523;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:411;a:20:{s:4:\"tmpl\";i:1016;s:2:\"id\";i:13984;s:5:\"title\";s:40:\"Japanese restaurant &#8211; Reservations\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/reservations.jpg\";s:12:\"tmpl_created\";i:1592294757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/japanese-restaurant-reservations/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:32:\"[\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:105;s:16:\"popularity_index\";i:715;s:11:\"trend_index\";i:727;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:412;a:20:{s:4:\"tmpl\";i:999;s:2:\"id\";i:13479;s:5:\"title\";s:23:\"Barbershop &#8211; Home\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/05/Home-Page.jpg\";s:12:\"tmpl_created\";i:1589893275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/barbershop-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:106;s:16:\"popularity_index\";i:683;s:11:\"trend_index\";i:832;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:413;a:20:{s:4:\"tmpl\";i:996;s:2:\"id\";i:13604;s:5:\"title\";s:25:\"Barbershop &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1589893147;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Footer\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:555;s:11:\"trend_index\";i:267;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:414;a:20:{s:4:\"tmpl\";i:1000;s:2:\"id\";i:13503;s:5:\"title\";s:24:\"Barbershop &#8211; About\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/05/About-Page.jpg\";s:12:\"tmpl_created\";i:1589893289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/barbershop-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:107;s:16:\"popularity_index\";i:744;s:11:\"trend_index\";i:739;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:415;a:20:{s:4:\"tmpl\";i:995;s:2:\"id\";i:13612;s:5:\"title\";s:25:\"Barbershop &#8211; Header\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/06/barber-shop-header.jpg\";s:12:\"tmpl_created\";i:1589893142;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/barbershop-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Barber Shop\",\"Barbershop\",\"Header\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:343;s:11:\"trend_index\";i:137;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:416;a:20:{s:4:\"tmpl\";i:1001;s:2:\"id\";i:13548;s:5:\"title\";s:27:\"Barbershop &#8211; Services\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/05/Services-Page.jpg\";s:12:\"tmpl_created\";i:1589893298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/barbershop-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:108;s:16:\"popularity_index\";i:761;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:417;a:20:{s:4:\"tmpl\";i:1002;s:2:\"id\";i:13560;s:5:\"title\";s:26:\"Barbershop &#8211; Gallery\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/05/Gallery-Page.jpg\";s:12:\"tmpl_created\";i:1589893307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:109;s:16:\"popularity_index\";i:756;s:11:\"trend_index\";i:822;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:418;a:20:{s:4:\"tmpl\";i:1003;s:2:\"id\";i:13587;s:5:\"title\";s:26:\"Barbershop &#8211; Contact\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/05/Contact-Us-Page.jpg\";s:12:\"tmpl_created\";i:1589893315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/barbershop-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:110;s:16:\"popularity_index\";i:753;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:419;a:20:{s:4:\"tmpl\";i:982;s:2:\"id\";i:13307;s:5:\"title\";s:26:\"Online Course &#8211; Home\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.jpg\";s:12:\"tmpl_created\";i:1587474541;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/online-course-home/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:230;s:11:\"trend_index\";i:125;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:420;a:20:{s:4:\"tmpl\";i:994;s:2:\"id\";i:13621;s:5:\"title\";s:30:\"Barbershop &#8211; Single Post\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/05/Single-Page.jpg\";s:12:\"tmpl_created\";i:1589893137;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/barbershop-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Barber Shop\",\"Barbershop\"]\";s:10:\"menu_order\";i:111;s:16:\"popularity_index\";i:736;s:11:\"trend_index\";i:580;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:421;a:20:{s:4:\"tmpl\";i:1131;s:2:\"id\";i:16527;s:5:\"title\";s:24:\"Beauty Salon &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/12/404.jpg\";s:12:\"tmpl_created\";i:1608622517;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/beauty-salon-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:29:\"[\"404\",\"Beauty Salon\",\"Hair\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:742;s:11:\"trend_index\";i:563;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:422;a:20:{s:4:\"tmpl\";i:983;s:2:\"id\";i:13328;s:5:\"title\";s:27:\"Online Course &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.jpg\";s:12:\"tmpl_created\";i:1587474558;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/online-course-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:112;s:16:\"popularity_index\";i:508;s:11:\"trend_index\";i:429;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:423;a:20:{s:4:\"tmpl\";i:984;s:2:\"id\";i:13338;s:5:\"title\";s:33:\"Online Course &#8211; Course Page\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Course-Page.png\";s:12:\"tmpl_created\";i:1587474574;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/online-course-course-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:113;s:16:\"popularity_index\";i:337;s:11:\"trend_index\";i:310;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:424;a:20:{s:4:\"tmpl\";i:985;s:2:\"id\";i:13352;s:5:\"title\";s:29:\"Online Course &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.jpg\";s:12:\"tmpl_created\";i:1587474591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/online-course-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:114;s:16:\"popularity_index\";i:565;s:11:\"trend_index\";i:533;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:425;a:20:{s:4:\"tmpl\";i:1130;s:2:\"id\";i:16535;s:5:\"title\";s:27:\"Beauty Salon &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Footer.jpg\";s:12:\"tmpl_created\";i:1608622498;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Footer\",\"Hair\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:524;s:11:\"trend_index\";i:126;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:426;a:20:{s:4:\"tmpl\";i:971;s:2:\"id\";i:13187;s:5:\"title\";s:33:\"Interior Design &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Home.png\";s:12:\"tmpl_created\";i:1586148661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/interior-design-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:115;s:16:\"popularity_index\";i:331;s:11:\"trend_index\";i:264;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:427;a:20:{s:4:\"tmpl\";i:1453;s:2:\"id\";i:16346;s:5:\"title\";s:33:\"Your New Home &#8211; Real Estate\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2017/03/lp3-l.png\";s:12:\"tmpl_created\";i:1660205402;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/lp/your-new-home-real-estate/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:2:\"lp\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:11:\"Real Estate\";s:4:\"tags\";s:31:\"[\"Landing Pages\",\"Real estate\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:-1;s:11:\"trend_index\";i:-1;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:428;a:20:{s:4:\"tmpl\";i:972;s:2:\"id\";i:13199;s:5:\"title\";s:29:\"Interior Design &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/04/About.png\";s:12:\"tmpl_created\";i:1586148666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/interior-design-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:116;s:16:\"popularity_index\";i:316;s:11:\"trend_index\";i:334;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:429;a:20:{s:4:\"tmpl\";i:1129;s:2:\"id\";i:16545;s:5:\"title\";s:27:\"Beauty Salon &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/12/Header.jpg\";s:12:\"tmpl_created\";i:1608622495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/beauty-salon-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:32:\"[\"Beauty Salon\",\"Hair\",\"Header\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:356;s:11:\"trend_index\";i:49;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:430;a:20:{s:4:\"tmpl\";i:973;s:2:\"id\";i:13214;s:5:\"title\";s:32:\"Interior Design &#8211; Projects\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/portfolio_s.jpg\";s:12:\"tmpl_created\";i:1586148672;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/interior-design-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:117;s:16:\"popularity_index\";i:367;s:11:\"trend_index\";i:323;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:431;a:20:{s:4:\"tmpl\";i:641;s:2:\"id\";i:7686;s:5:\"title\";s:12:\"Blog Posts 1\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2018/03/blog_posts.png\";s:12:\"tmpl_created\";i:1521558047;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/blog-posts-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:26:\"[\"Archive\",\"Blog\",\"posts\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:131;s:11:\"trend_index\";i:152;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:432;a:20:{s:4:\"tmpl\";i:974;s:2:\"id\";i:13229;s:5:\"title\";s:31:\"Interior Design &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/04/Contact-Us.png\";s:12:\"tmpl_created\";i:1586148677;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/interior-design-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:118;s:16:\"popularity_index\";i:395;s:11:\"trend_index\";i:337;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:433;a:20:{s:4:\"tmpl\";i:959;s:2:\"id\";i:12948;s:5:\"title\";s:29:\"Photography &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Home_s.png\";s:12:\"tmpl_created\";i:1582093442;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/photography-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:119;s:16:\"popularity_index\";i:241;s:11:\"trend_index\";i:201;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:434;a:20:{s:4:\"tmpl\";i:960;s:2:\"id\";i:12798;s:5:\"title\";s:25:\"Photography &#8211; About\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/About_s.png\";s:12:\"tmpl_created\";i:1582093446;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/photography-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:499;s:11:\"trend_index\";i:374;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:435;a:20:{s:4:\"tmpl\";i:484;s:2:\"id\";i:5283;s:5:\"title\";s:9:\"Clients 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_2.png\";s:12:\"tmpl_created\";i:1520443478;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:120;s:16:\"popularity_index\";i:294;s:11:\"trend_index\";i:202;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:436;a:20:{s:4:\"tmpl\";i:961;s:2:\"id\";i:12868;s:5:\"title\";s:27:\"Photography &#8211; Contact\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Contact_s.png\";s:12:\"tmpl_created\";i:1582093450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/photography-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:121;s:16:\"popularity_index\";i:531;s:11:\"trend_index\";i:350;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:437;a:20:{s:4:\"tmpl\";i:962;s:2:\"id\";i:13056;s:5:\"title\";s:28:\"Photography &#8211; Wildlife\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/02/Wildlife_s.png\";s:12:\"tmpl_created\";i:1582093454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/photography-wildlife/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:579;s:11:\"trend_index\";i:656;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:438;a:20:{s:4:\"tmpl\";i:487;s:2:\"id\";i:5306;s:5:\"title\";s:10:\"Clients 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_3.png\";s:12:\"tmpl_created\";i:1520443484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:122;s:16:\"popularity_index\";i:657;s:11:\"trend_index\";i:581;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:439;a:20:{s:4:\"tmpl\";i:963;s:2:\"id\";i:12922;s:5:\"title\";s:37:\"Photography &#8211; Glowing Jellyfish\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Jellyfish_S.png\";s:12:\"tmpl_created\";i:1582093457;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/photography-glowing-jellyfish/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:123;s:16:\"popularity_index\";i:628;s:11:\"trend_index\";i:532;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:440;a:20:{s:4:\"tmpl\";i:964;s:2:\"id\";i:12875;s:5:\"title\";s:36:\"Photography &#8211; Fluttering Birds\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Birds_s.png\";s:12:\"tmpl_created\";i:1582093461;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-fluttering-birds/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:124;s:16:\"popularity_index\";i:693;s:11:\"trend_index\";i:766;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:441;a:20:{s:4:\"tmpl\";i:965;s:2:\"id\";i:12962;s:5:\"title\";s:26:\"Photography &#8211; Nature\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Nature_s.png\";s:12:\"tmpl_created\";i:1582093465;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/photography-nature/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:592;s:11:\"trend_index\";i:778;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:442;a:20:{s:4:\"tmpl\";i:491;s:2:\"id\";i:5341;s:5:\"title\";s:10:\"Clients 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_4.png\";s:12:\"tmpl_created\";i:1520443491;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:125;s:16:\"popularity_index\";i:603;s:11:\"trend_index\";i:633;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:443;a:20:{s:4:\"tmpl\";i:966;s:2:\"id\";i:12833;s:5:\"title\";s:38:\"Photography &#8211; Blossoming Flowers\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Flowers_s.png\";s:12:\"tmpl_created\";i:1582093469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/photography-blossoming-flowers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:597;s:11:\"trend_index\";i:750;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:444;a:20:{s:4:\"tmpl\";i:488;s:2:\"id\";i:5315;s:5:\"title\";s:10:\"Clients 12\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4-1.png\";s:12:\"tmpl_created\";i:1520443486;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:126;s:16:\"popularity_index\";i:485;s:11:\"trend_index\";i:263;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:445;a:20:{s:4:\"tmpl\";i:967;s:2:\"id\";i:12898;s:5:\"title\";s:36:\"Photography &#8211; Forest Mushrooms\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/02/Mushrooms_s.png\";s:12:\"tmpl_created\";i:1582093473;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/photography-forest-mushrooms/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:127;s:16:\"popularity_index\";i:667;s:11:\"trend_index\";i:649;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:446;a:20:{s:4:\"tmpl\";i:968;s:2:\"id\";i:12994;s:5:\"title\";s:24:\"Photography &#8211; Pets\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Pets_s.png\";s:12:\"tmpl_created\";i:1582093477;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/photography-pets/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:128;s:16:\"popularity_index\";i:612;s:11:\"trend_index\";i:508;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:447;a:20:{s:4:\"tmpl\";i:969;s:2:\"id\";i:12805;s:5:\"title\";s:37:\"Photography &#8211; B&amp;W Portraits\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/02/Black_s.png\";s:12:\"tmpl_created\";i:1582093481;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/photography-bw-portraits/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:695;s:11:\"trend_index\";i:735;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:448;a:20:{s:4:\"tmpl\";i:490;s:2:\"id\";i:5333;s:5:\"title\";s:10:\"Clients 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_6.png\";s:12:\"tmpl_created\";i:1520443489;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:129;s:16:\"popularity_index\";i:234;s:11:\"trend_index\";i:128;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:449;a:20:{s:4:\"tmpl\";i:970;s:2:\"id\";i:13031;s:5:\"title\";s:33:\"Photography &#8211; Vivid Parrots\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/02/Parrots_s.png\";s:12:\"tmpl_created\";i:1582093484;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/photography-vivid-parrots/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:660;s:11:\"trend_index\";i:643;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:450;a:20:{s:4:\"tmpl\";i:496;s:2:\"id\";i:5389;s:5:\"title\";s:10:\"Clients 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_9.png\";s:12:\"tmpl_created\";i:1520443501;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:130;s:16:\"popularity_index\";i:407;s:11:\"trend_index\";i:307;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:451;a:20:{s:4:\"tmpl\";i:940;s:2:\"id\";i:12621;s:5:\"title\";s:26:\"Magazine &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/01/Home_s.png\";s:12:\"tmpl_created\";i:1579060604;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/magazine-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:131;s:16:\"popularity_index\";i:167;s:11:\"trend_index\";i:121;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:452;a:20:{s:4:\"tmpl\";i:936;s:2:\"id\";i:12352;s:5:\"title\";s:24:\"Travel &#8211; Home Page\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/12/Home_s.png\";s:12:\"tmpl_created\";i:1575960464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/travel-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:291;s:11:\"trend_index\";i:194;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:453;a:20:{s:4:\"tmpl\";i:486;s:2:\"id\";i:5298;s:5:\"title\";s:10:\"Clients 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_3.png\";s:12:\"tmpl_created\";i:1520443482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:132;s:16:\"popularity_index\";i:465;s:11:\"trend_index\";i:520;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:454;a:20:{s:4:\"tmpl\";i:932;s:2:\"id\";i:12400;s:5:\"title\";s:20:\"Travel &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/12/About.png\";s:12:\"tmpl_created\";i:1575960441;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:133;s:16:\"popularity_index\";i:444;s:11:\"trend_index\";i:445;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:455;a:20:{s:4:\"tmpl\";i:938;s:2:\"id\";i:12479;s:5:\"title\";s:20:\"Travel &#8211; Tours\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Tours_s.png\";s:12:\"tmpl_created\";i:1575960474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/travel-tours/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:539;s:11:\"trend_index\";i:726;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:456;a:20:{s:4:\"tmpl\";i:495;s:2:\"id\";i:5381;s:5:\"title\";s:10:\"Clients 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_9.png\";s:12:\"tmpl_created\";i:1520443499;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/clients-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:134;s:16:\"popularity_index\";i:198;s:11:\"trend_index\";i:168;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:457;a:20:{s:4:\"tmpl\";i:937;s:2:\"id\";i:12466;s:5:\"title\";s:27:\"Travel &#8211; Testimonials\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/12/Testimonials.png\";s:12:\"tmpl_created\";i:1575960469;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-testimonials/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:135;s:16:\"popularity_index\";i:527;s:11:\"trend_index\";i:481;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:458;a:20:{s:4:\"tmpl\";i:935;s:2:\"id\";i:12443;s:5:\"title\";s:22:\"Travel &#8211; Gallery\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/12/Gallery.png\";s:12:\"tmpl_created\";i:1575960459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/travel-gallery/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:136;s:16:\"popularity_index\";i:467;s:11:\"trend_index\";i:501;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:459;a:20:{s:4:\"tmpl\";i:934;s:2:\"id\";i:12431;s:5:\"title\";s:18:\"Travel &#8211; FAQ\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/FAQ.png\";s:12:\"tmpl_created\";i:1575960453;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/travel-faq/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:501;s:11:\"trend_index\";i:387;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:460;a:20:{s:4:\"tmpl\";i:493;s:2:\"id\";i:5357;s:5:\"title\";s:9:\"Clients 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_7.png\";s:12:\"tmpl_created\";i:1520443495;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:137;s:16:\"popularity_index\";i:341;s:11:\"trend_index\";i:232;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:461;a:20:{s:4:\"tmpl\";i:933;s:2:\"id\";i:12421;s:5:\"title\";s:27:\"Travel &#8211; Contact Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/12/Contsct-Us.png\";s:12:\"tmpl_created\";i:1575960445;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/travel-contact-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:138;s:16:\"popularity_index\";i:571;s:11:\"trend_index\";i:536;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:462;a:20:{s:4:\"tmpl\";i:892;s:2:\"id\";i:11763;s:5:\"title\";s:27:\"Portfolio &#8211; Home Page\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Homepage_small.png\";s:12:\"tmpl_created\";i:1569428959;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/portfolio-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:280;s:11:\"trend_index\";i:241;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:463;a:20:{s:4:\"tmpl\";i:485;s:2:\"id\";i:5290;s:5:\"title\";s:9:\"Clients 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_2.png\";s:12:\"tmpl_created\";i:1520443480;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/clients-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:139;s:16:\"popularity_index\";i:545;s:11:\"trend_index\";i:502;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:464;a:20:{s:4:\"tmpl\";i:891;s:2:\"id\";i:11781;s:5:\"title\";s:23:\"Portfolio &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/09/About_small.png\";s:12:\"tmpl_created\";i:1569428955;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/portfolio-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:349;s:11:\"trend_index\";i:290;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:465;a:20:{s:4:\"tmpl\";i:482;s:2:\"id\";i:5266;s:5:\"title\";s:9:\"Clients 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_white_1.png\";s:12:\"tmpl_created\";i:1520443474;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:140;s:16:\"popularity_index\";i:95;s:11:\"trend_index\";i:134;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:466;a:20:{s:4:\"tmpl\";i:890;s:2:\"id\";i:11793;s:5:\"title\";s:26:\"Portfolio &#8211; Projects\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Projects_small.png\";s:12:\"tmpl_created\";i:1569428951;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/portfolio-projects/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:141;s:16:\"popularity_index\";i:448;s:11:\"trend_index\";i:467;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:467;a:20:{s:4:\"tmpl\";i:889;s:2:\"id\";i:11800;s:5:\"title\";s:25:\"Portfolio &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/09/Contact_small.png\";s:12:\"tmpl_created\";i:1569428946;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/portfolio-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:142;s:16:\"popularity_index\";i:494;s:11:\"trend_index\";i:449;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:468;a:20:{s:4:\"tmpl\";i:866;s:2:\"id\";i:11163;s:5:\"title\";s:32:\"Digital Agency &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/07/Home_small.png\";s:12:\"tmpl_created\";i:1564641877;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/digital-agency-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:57;s:11:\"trend_index\";i:32;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:469;a:20:{s:4:\"tmpl\";i:483;s:2:\"id\";i:5275;s:5:\"title\";s:9:\"Clients 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/clients_black_1.png\";s:12:\"tmpl_created\";i:1520443476;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:143;s:16:\"popularity_index\";i:334;s:11:\"trend_index\";i:321;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:470;a:20:{s:4:\"tmpl\";i:492;s:2:\"id\";i:5349;s:5:\"title\";s:9:\"Clients 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_7.png\";s:12:\"tmpl_created\";i:1520443493;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:144;s:16:\"popularity_index\";i:233;s:11:\"trend_index\";i:92;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:471;a:20:{s:4:\"tmpl\";i:916;s:2:\"id\";i:12143;s:5:\"title\";s:22:\"Law Firm &#8211; About\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2019/11/about.png\";s:12:\"tmpl_created\";i:1572847069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/law-firm-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:350;s:11:\"trend_index\";i:344;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:472;a:20:{s:4:\"tmpl\";i:489;s:2:\"id\";i:5324;s:5:\"title\";s:9:\"Clients 8\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5-1.png\";s:12:\"tmpl_created\";i:1520443488;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:146;s:16:\"popularity_index\";i:526;s:11:\"trend_index\";i:381;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:473;a:20:{s:4:\"tmpl\";i:920;s:2:\"id\";i:12091;s:5:\"title\";s:21:\"Law Firm &#8211; Team\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/team.png\";s:12:\"tmpl_created\";i:1572847113;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/law-firm-team/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:147;s:16:\"popularity_index\";i:318;s:11:\"trend_index\";i:314;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:474;a:20:{s:4:\"tmpl\";i:869;s:2:\"id\";i:11129;s:5:\"title\";s:28:\"Digital Agency &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/About_small.png\";s:12:\"tmpl_created\";i:1564641889;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/digital-agency-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:148;s:16:\"popularity_index\";i:182;s:11:\"trend_index\";i:166;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:475;a:20:{s:4:\"tmpl\";i:880;s:2:\"id\";i:11572;s:5:\"title\";s:19:\"Gym &#8211; Trainer\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Trainer_Small.png\";s:12:\"tmpl_created\";i:1567392934;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-trainer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:521;s:11:\"trend_index\";i:590;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:476;a:20:{s:4:\"tmpl\";i:494;s:2:\"id\";i:5368;s:5:\"title\";s:9:\"Clients 9\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_8.png\";s:12:\"tmpl_created\";i:1520443497;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/clients-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"clients\";s:4:\"tags\";s:11:\"[\"Clients\"]\";s:10:\"menu_order\";i:149;s:16:\"popularity_index\";i:253;s:11:\"trend_index\";i:273;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:477;a:20:{s:4:\"tmpl\";i:917;s:2:\"id\";i:12133;s:5:\"title\";s:24:\"Law Firm &#8211; Careers\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2019/11/careers.png\";s:12:\"tmpl_created\";i:1572847078;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-careers/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:583;s:11:\"trend_index\";i:640;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:478;a:20:{s:4:\"tmpl\";i:425;s:2:\"id\";i:4436;s:5:\"title\";s:11:\"Contact  16\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_2.png\";s:12:\"tmpl_created\";i:1520443293;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:151;s:16:\"popularity_index\";i:161;s:11:\"trend_index\";i:68;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:479;a:20:{s:4:\"tmpl\";i:915;s:2:\"id\";i:12155;s:5:\"title\";s:26:\"Law Firm &#8211; Home Page\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2019/11/home.png\";s:12:\"tmpl_created\";i:1572847054;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/law-firm-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:193;s:11:\"trend_index\";i:110;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:480;a:20:{s:4:\"tmpl\";i:423;s:2:\"id\";i:4420;s:5:\"title\";s:9:\"Contact 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_black_1.png\";s:12:\"tmpl_created\";i:1520443289;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-1-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:152;s:16:\"popularity_index\";i:196;s:11:\"trend_index\";i:127;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:481;a:20:{s:4:\"tmpl\";i:921;s:2:\"id\";i:12080;s:5:\"title\";s:24:\"Law Firm &#8211; Partner\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/11/partner-1.png\";s:12:\"tmpl_created\";i:1572847120;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-partner/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:153;s:16:\"popularity_index\";i:556;s:11:\"trend_index\";i:471;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:482;a:20:{s:4:\"tmpl\";i:534;s:2:\"id\";i:5836;s:5:\"title\";s:10:\"Contact 10\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:114;s:11:\"trend_index\";i:76;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:483;a:20:{s:4:\"tmpl\";i:865;s:2:\"id\";i:11074;s:5:\"title\";s:31:\"Digital Agency &#8211; Services\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/07/Services_small.png\";s:12:\"tmpl_created\";i:1564641872;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/digital-agency-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:154;s:16:\"popularity_index\";i:163;s:11:\"trend_index\";i:170;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:484;a:20:{s:4:\"tmpl\";i:879;s:2:\"id\";i:11506;s:5:\"title\";s:19:\"Gym &#8211; Classes\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Classes_Small.png\";s:12:\"tmpl_created\";i:1567392930;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-classes/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:155;s:16:\"popularity_index\";i:514;s:11:\"trend_index\";i:554;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:485;a:20:{s:4:\"tmpl\";i:535;s:2:\"id\";i:5844;s:5:\"title\";s:10:\"Contact 11\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_2.png\";s:12:\"tmpl_created\";i:1520443599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:156;s:16:\"popularity_index\";i:289;s:11:\"trend_index\";i:313;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:486;a:20:{s:4:\"tmpl\";i:922;s:2:\"id\";i:12044;s:5:\"title\";s:24:\"Law Firm &#8211; Contact\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/contsct_us.png\";s:12:\"tmpl_created\";i:1572847130;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:437;s:11:\"trend_index\";i:304;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:487;a:20:{s:4:\"tmpl\";i:430;s:2:\"id\";i:4476;s:5:\"title\";s:10:\"Contact 15\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_4.png\";s:12:\"tmpl_created\";i:1520443303;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:157;s:16:\"popularity_index\";i:229;s:11:\"trend_index\";i:187;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:488;a:20:{s:4:\"tmpl\";i:918;s:2:\"id\";i:12124;s:5:\"title\";s:25:\"Law Firm &#8211; Services\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/11/services.png\";s:12:\"tmpl_created\";i:1572847096;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/law-firm-services/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:158;s:16:\"popularity_index\";i:433;s:11:\"trend_index\";i:296;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:489;a:20:{s:4:\"tmpl\";i:864;s:2:\"id\";i:11056;s:5:\"title\";s:35:\"Digital Agency &#8211; Social Media\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2019/07/Social-Media_small.png\";s:12:\"tmpl_created\";i:1564641867;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/digital-agency-social-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:297;s:11:\"trend_index\";i:361;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:490;a:20:{s:4:\"tmpl\";i:476;s:2:\"id\";i:5214;s:5:\"title\";s:10:\"Contact 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_2.png\";s:12:\"tmpl_created\";i:1520443462;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/contact-16-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:159;s:16:\"popularity_index\";i:194;s:11:\"trend_index\";i:106;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:491;a:20:{s:4:\"tmpl\";i:878;s:2:\"id\";i:11536;s:5:\"title\";s:19:\"Gym &#8211; Fitness\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Fitness_Small.png\";s:12:\"tmpl_created\";i:1567392927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-fitness/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:160;s:16:\"popularity_index\";i:621;s:11:\"trend_index\";i:674;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:492;a:20:{s:4:\"tmpl\";i:882;s:2:\"id\";i:11545;s:5:\"title\";s:21:\"Gym &#8211; Home Page\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Home_Small.png\";s:12:\"tmpl_created\";i:1567392943;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/gym-home-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:161;s:16:\"popularity_index\";i:310;s:11:\"trend_index\";i:229;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:493;a:20:{s:4:\"tmpl\";i:919;s:2:\"id\";i:12116;s:5:\"title\";s:24:\"Law Firm &#8211; Service\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/11/family_law.png\";s:12:\"tmpl_created\";i:1572847105;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/law-firm-service/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:489;s:11:\"trend_index\";i:339;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:494;a:20:{s:4:\"tmpl\";i:478;s:2:\"id\";i:5230;s:5:\"title\";s:10:\"Contact 17\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_3.png\";s:12:\"tmpl_created\";i:1520443466;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:162;s:16:\"popularity_index\";i:339;s:11:\"trend_index\";i:335;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:495;a:20:{s:4:\"tmpl\";i:868;s:2:\"id\";i:11094;s:5:\"title\";s:30:\"Digital Agency &#8211; Clients\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/07/Clients_small.png\";s:12:\"tmpl_created\";i:1564641885;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/digital-agency-clients/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:424;s:11:\"trend_index\";i:424;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:496;a:20:{s:4:\"tmpl\";i:481;s:2:\"id\";i:5257;s:5:\"title\";s:10:\"Contact 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_5.png\";s:12:\"tmpl_created\";i:1520443472;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/contact-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:163;s:16:\"popularity_index\";i:438;s:11:\"trend_index\";i:490;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:497;a:20:{s:4:\"tmpl\";i:881;s:2:\"id\";i:11478;s:5:\"title\";s:17:\"Gym &#8211; About\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/08/About_Small.png\";s:12:\"tmpl_created\";i:1567392939;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:108:\"https://library.elementor.com/gym-about/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:164;s:16:\"popularity_index\";i:481;s:11:\"trend_index\";i:579;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:498;a:20:{s:4:\"tmpl\";i:532;s:2:\"id\";i:5820;s:5:\"title\";s:9:\"Contact 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:183;s:11:\"trend_index\";i:357;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:499;a:20:{s:4:\"tmpl\";i:877;s:2:\"id\";i:11563;s:5:\"title\";s:19:\"Gym &#8211; Pricing\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Pricing_Small.png\";s:12:\"tmpl_created\";i:1567392923;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-pricing/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:166;s:16:\"popularity_index\";i:577;s:11:\"trend_index\";i:736;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:500;a:20:{s:4:\"tmpl\";i:422;s:2:\"id\";i:4411;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_1.png\";s:12:\"tmpl_created\";i:1520443287;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:167;s:16:\"popularity_index\";i:113;s:11:\"trend_index\";i:217;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:501;a:20:{s:4:\"tmpl\";i:867;s:2:\"id\";i:11034;s:5:\"title\";s:30:\"Digital Agency &#8211; Contact\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2019/07/Contsct-Us_small.png\";s:12:\"tmpl_created\";i:1564641881;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/contact-digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:168;s:16:\"popularity_index\";i:191;s:11:\"trend_index\";i:156;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:502;a:20:{s:4:\"tmpl\";i:533;s:2:\"id\";i:5828;s:5:\"title\";s:9:\"Contact 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443595;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:170;s:16:\"popularity_index\";i:312;s:11:\"trend_index\";i:495;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:503;a:20:{s:4:\"tmpl\";i:876;s:2:\"id\";i:11528;s:5:\"title\";s:19:\"Gym &#8211; Contact\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/08/Contact_Small.png\";s:12:\"tmpl_created\";i:1567392917;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/gym-contact/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:4:\"page\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:505;s:11:\"trend_index\";i:624;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:504;a:20:{s:4:\"tmpl\";i:424;s:2:\"id\";i:4428;s:5:\"title\";s:9:\"Contact 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_2.png\";s:12:\"tmpl_created\";i:1520443291;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:171;s:16:\"popularity_index\";i:118;s:11:\"trend_index\";i:131;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:505;a:20:{s:4:\"tmpl\";i:426;s:2:\"id\";i:4444;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_1.png\";s:12:\"tmpl_created\";i:1520443295;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:174;s:16:\"popularity_index\";i:84;s:11:\"trend_index\";i:93;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:506;a:20:{s:4:\"tmpl\";i:432;s:2:\"id\";i:4492;s:5:\"title\";s:9:\"Contact 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/02/map_white_3.png\";s:12:\"tmpl_created\";i:1520443307;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/contact-5-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:176;s:16:\"popularity_index\";i:37;s:11:\"trend_index\";i:31;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:507;a:20:{s:4:\"tmpl\";i:427;s:2:\"id\";i:4452;s:5:\"title\";s:9:\"Contact 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_1.png\";s:12:\"tmpl_created\";i:1520443296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:178;s:16:\"popularity_index\";i:139;s:11:\"trend_index\";i:150;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:508;a:20:{s:4:\"tmpl\";i:429;s:2:\"id\";i:4468;s:5:\"title\";s:9:\"Contact 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_3.png\";s:12:\"tmpl_created\";i:1520443301;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:179;s:16:\"popularity_index\";i:127;s:11:\"trend_index\";i:72;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:509;a:20:{s:4:\"tmpl\";i:431;s:2:\"id\";i:4484;s:5:\"title\";s:9:\"Contact 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_black_3.png\";s:12:\"tmpl_created\";i:1520443305;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:18:\"[\"Contact\",\"Form\"]\";s:10:\"menu_order\";i:182;s:16:\"popularity_index\";i:328;s:11:\"trend_index\";i:260;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:510;a:20:{s:4:\"tmpl\";i:428;s:2:\"id\";i:4460;s:5:\"title\";s:9:\"Contact 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/contact_white_2.png\";s:12:\"tmpl_created\";i:1520443298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/contact-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:7:\"contact\";s:4:\"tags\";s:11:\"[\"Contact\"]\";s:10:\"menu_order\";i:184;s:16:\"popularity_index\";i:99;s:11:\"trend_index\";i:80;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:511;a:20:{s:4:\"tmpl\";i:613;s:2:\"id\";i:5558;s:5:\"title\";s:5:\"CTA 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_2.png\";s:12:\"tmpl_created\";i:1520520684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:185;s:16:\"popularity_index\";i:129;s:11:\"trend_index\";i:69;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:512;a:20:{s:4:\"tmpl\";i:634;s:2:\"id\";i:5939;s:5:\"title\";s:6:\"CTA 10\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_13-1.png\";s:12:\"tmpl_created\";i:1520520760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:187;s:16:\"popularity_index\";i:190;s:11:\"trend_index\";i:118;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:513;a:20:{s:4:\"tmpl\";i:633;s:2:\"id\";i:5930;s:5:\"title\";s:6:\"CTA 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_15.png\";s:12:\"tmpl_created\";i:1520520758;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:190;s:16:\"popularity_index\";i:76;s:11:\"trend_index\";i:84;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:514;a:20:{s:4:\"tmpl\";i:632;s:2:\"id\";i:5921;s:5:\"title\";s:6:\"CTA 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_14.png\";s:12:\"tmpl_created\";i:1520520757;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:192;s:16:\"popularity_index\";i:278;s:11:\"trend_index\";i:234;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:515;a:20:{s:4:\"tmpl\";i:618;s:2:\"id\";i:5607;s:5:\"title\";s:6:\"CTA 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_5.png\";s:12:\"tmpl_created\";i:1520520695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:194;s:16:\"popularity_index\";i:42;s:11:\"trend_index\";i:11;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:516;a:20:{s:4:\"tmpl\";i:574;s:2:\"id\";i:6017;s:5:\"title\";s:6:\"CTA 14\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_14.png\";s:12:\"tmpl_created\";i:1520520331;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:196;s:16:\"popularity_index\";i:152;s:11:\"trend_index\";i:122;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:517;a:20:{s:4:\"tmpl\";i:628;s:2:\"id\";i:5885;s:5:\"title\";s:6:\"CTA 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_11.png\";s:12:\"tmpl_created\";i:1520520751;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:197;s:16:\"popularity_index\";i:274;s:11:\"trend_index\";i:256;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:518;a:20:{s:4:\"tmpl\";i:627;s:2:\"id\";i:5877;s:5:\"title\";s:6:\"CTA 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_10.png\";s:12:\"tmpl_created\";i:1520520749;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:200;s:16:\"popularity_index\";i:564;s:11:\"trend_index\";i:677;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:519;a:20:{s:4:\"tmpl\";i:625;s:2:\"id\";i:5860;s:5:\"title\";s:6:\"CTA 17\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_9.png\";s:12:\"tmpl_created\";i:1520520746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:201;s:16:\"popularity_index\";i:120;s:11:\"trend_index\";i:63;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:520;a:20:{s:4:\"tmpl\";i:626;s:2:\"id\";i:5869;s:5:\"title\";s:6:\"CTA 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_10.png\";s:12:\"tmpl_created\";i:1520520747;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:204;s:16:\"popularity_index\";i:345;s:11:\"trend_index\";i:486;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:521;a:20:{s:4:\"tmpl\";i:611;s:2:\"id\";i:5542;s:5:\"title\";s:6:\"CTA 19\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_1.png\";s:12:\"tmpl_created\";i:1520520681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:205;s:16:\"popularity_index\";i:169;s:11:\"trend_index\";i:270;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:522;a:20:{s:4:\"tmpl\";i:614;s:2:\"id\";i:5567;s:5:\"title\";s:5:\"CTA 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_2.png\";s:12:\"tmpl_created\";i:1520520685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:207;s:16:\"popularity_index\";i:143;s:11:\"trend_index\";i:225;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:523;a:20:{s:4:\"tmpl\";i:629;s:2:\"id\";i:5893;s:5:\"title\";s:6:\"CTA 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_12.png\";s:12:\"tmpl_created\";i:1520520752;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:210;s:16:\"popularity_index\";i:259;s:11:\"trend_index\";i:457;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:524;a:20:{s:4:\"tmpl\";i:619;s:2:\"id\";i:5634;s:5:\"title\";s:6:\"CTA 24\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_6.png\";s:12:\"tmpl_created\";i:1520520699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:212;s:16:\"popularity_index\";i:188;s:11:\"trend_index\";i:255;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:525;a:20:{s:4:\"tmpl\";i:620;s:2:\"id\";i:5642;s:5:\"title\";s:6:\"CTA 25\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_6.png\";s:12:\"tmpl_created\";i:1520520701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:214;s:16:\"popularity_index\";i:226;s:11:\"trend_index\";i:262;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:526;a:20:{s:4:\"tmpl\";i:615;s:2:\"id\";i:5583;s:5:\"title\";s:6:\"CTA 26\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_3.png\";s:12:\"tmpl_created\";i:1520520689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:216;s:16:\"popularity_index\";i:117;s:11:\"trend_index\";i:117;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:527;a:20:{s:4:\"tmpl\";i:630;s:2:\"id\";i:5904;s:5:\"title\";s:6:\"CTA 27\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_13.png\";s:12:\"tmpl_created\";i:1520520754;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:217;s:16:\"popularity_index\";i:528;s:11:\"trend_index\";i:517;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:528;a:20:{s:4:\"tmpl\";i:631;s:2:\"id\";i:5912;s:5:\"title\";s:6:\"CTA 28\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_11.png\";s:12:\"tmpl_created\";i:1520520755;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:219;s:16:\"popularity_index\";i:665;s:11:\"trend_index\";i:702;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:529;a:20:{s:4:\"tmpl\";i:473;s:2:\"id\";i:5189;s:5:\"title\";s:6:\"CTA 29\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_1.png\";s:12:\"tmpl_created\";i:1520443456;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:221;s:16:\"popularity_index\";i:472;s:11:\"trend_index\";i:631;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:530;a:20:{s:4:\"tmpl\";i:623;s:2:\"id\";i:5667;s:5:\"title\";s:5:\"CTA 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_8.png\";s:12:\"tmpl_created\";i:1520520705;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:222;s:16:\"popularity_index\";i:171;s:11:\"trend_index\";i:250;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:531;a:20:{s:4:\"tmpl\";i:474;s:2:\"id\";i:5198;s:5:\"title\";s:6:\"CTA 30\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_1.png\";s:12:\"tmpl_created\";i:1520443458;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:225;s:16:\"popularity_index\";i:572;s:11:\"trend_index\";i:511;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:532;a:20:{s:4:\"tmpl\";i:475;s:2:\"id\";i:5206;s:5:\"title\";s:6:\"CTA 31\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_2.png\";s:12:\"tmpl_created\";i:1520443459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:226;s:16:\"popularity_index\";i:593;s:11:\"trend_index\";i:611;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:533;a:20:{s:4:\"tmpl\";i:480;s:2:\"id\";i:5249;s:5:\"title\";s:6:\"CTA 32\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_black_4.png\";s:12:\"tmpl_created\";i:1520443470;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-32/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:228;s:16:\"popularity_index\";i:512;s:11:\"trend_index\";i:409;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:534;a:20:{s:4:\"tmpl\";i:612;s:2:\"id\";i:5550;s:5:\"title\";s:6:\"CTA 33\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_1.png\";s:12:\"tmpl_created\";i:1520520682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-33/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:231;s:16:\"popularity_index\";i:260;s:11:\"trend_index\";i:562;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:535;a:20:{s:4:\"tmpl\";i:536;s:2:\"id\";i:5852;s:5:\"title\";s:6:\"CTA 34\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2018/03/form_1.png\";s:12:\"tmpl_created\";i:1520443600;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/cta-34/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:8:\"[\"Form\"]\";s:10:\"menu_order\";i:232;s:16:\"popularity_index\";i:563;s:11:\"trend_index\";i:828;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:536;a:20:{s:4:\"tmpl\";i:624;s:2:\"id\";i:5675;s:5:\"title\";s:5:\"CTA 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_8.png\";s:12:\"tmpl_created\";i:1520520707;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:235;s:16:\"popularity_index\";i:391;s:11:\"trend_index\";i:484;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:537;a:20:{s:4:\"tmpl\";i:616;s:2:\"id\";i:5591;s:5:\"title\";s:5:\"CTA 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_4.png\";s:12:\"tmpl_created\";i:1520520691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:237;s:16:\"popularity_index\";i:133;s:11:\"trend_index\";i:130;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:538;a:20:{s:4:\"tmpl\";i:617;s:2:\"id\";i:5599;s:5:\"title\";s:5:\"CTA 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_4.png\";s:12:\"tmpl_created\";i:1520520693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:239;s:16:\"popularity_index\";i:252;s:11:\"trend_index\";i:362;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:539;a:20:{s:4:\"tmpl\";i:514;s:2:\"id\";i:5575;s:5:\"title\";s:5:\"CTA 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_3.png\";s:12:\"tmpl_created\";i:1520443543;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:240;s:16:\"popularity_index\";i:13;s:11:\"trend_index\";i:586;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:540;a:20:{s:4:\"tmpl\";i:622;s:2:\"id\";i:5658;s:5:\"title\";s:5:\"CTA 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_black_7.png\";s:12:\"tmpl_created\";i:1520520704;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:243;s:16:\"popularity_index\";i:187;s:11:\"trend_index\";i:235;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:541;a:20:{s:4:\"tmpl\";i:621;s:2:\"id\";i:5650;s:5:\"title\";s:5:\"CTA 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_7.png\";s:12:\"tmpl_created\";i:1520520702;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/cta-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:14:\"call to action\";s:4:\"tags\";s:7:\"[\"cta\"]\";s:10:\"menu_order\";i:244;s:16:\"popularity_index\";i:94;s:11:\"trend_index\";i:148;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:542;a:20:{s:4:\"tmpl\";i:1061;s:2:\"id\";i:15407;s:5:\"title\";s:24:\"Dance Studio &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/10/404.jpg\";s:12:\"tmpl_created\";i:1603181958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/dance-studio-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:22:\"[\"404\",\"Dance Studio\"]\";s:10:\"menu_order\";i:246;s:16:\"popularity_index\";i:783;s:11:\"trend_index\";i:710;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:543;a:20:{s:4:\"tmpl\";i:1062;s:2:\"id\";i:15400;s:5:\"title\";s:27:\"Dance Studio &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Footer.jpg\";s:12:\"tmpl_created\";i:1603181989;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Footer\"]\";s:10:\"menu_order\";i:247;s:16:\"popularity_index\";i:586;s:11:\"trend_index\";i:243;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:544;a:20:{s:4:\"tmpl\";i:1063;s:2:\"id\";i:15391;s:5:\"title\";s:27:\"Dance Studio &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/10/Header.jpg\";s:12:\"tmpl_created\";i:1603182011;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/dance-studio-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:25:\"[\"Dance Studio\",\"Header\"]\";s:10:\"menu_order\";i:248;s:16:\"popularity_index\";i:352;s:11:\"trend_index\";i:67;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:545;a:20:{s:4:\"tmpl\";i:874;s:2:\"id\";i:11192;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/07/Footer_small.jpg\";s:12:\"tmpl_created\";i:1564642399;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Footer\",\"Marketing\"]\";s:10:\"menu_order\";i:250;s:16:\"popularity_index\";i:172;s:11:\"trend_index\";i:105;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:546;a:20:{s:4:\"tmpl\";i:873;s:2:\"id\";i:11198;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-digital-marketing-agency.png\";s:12:\"tmpl_created\";i:1564642395;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Digital Agency\",\"Header\",\"Marketing\"]\";s:10:\"menu_order\";i:251;s:16:\"popularity_index\";i:34;s:11:\"trend_index\";i:10;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:547;a:20:{s:4:\"tmpl\";i:872;s:2:\"id\";i:11204;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/07/404_small.jpg\";s:12:\"tmpl_created\";i:1564642389;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:36:\"[\"404\",\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:253;s:16:\"popularity_index\";i:301;s:11:\"trend_index\";i:239;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:548;a:20:{s:4:\"tmpl\";i:871;s:2:\"id\";i:11220;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/08/Archive_small1.png\";s:12:\"tmpl_created\";i:1564642385;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/digital-agency-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:255;s:16:\"popularity_index\";i:116;s:11:\"trend_index\";i:73;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:549;a:20:{s:4:\"tmpl\";i:870;s:2:\"id\";i:11231;s:5:\"title\";s:14:\"Digital Agency\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2019/07/Post_small1.png\";s:12:\"tmpl_created\";i:1564642380;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/digital-agency/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Digital Agency\",\"Marketing\"]\";s:10:\"menu_order\";i:257;s:16:\"popularity_index\";i:145;s:11:\"trend_index\";i:71;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:550;a:20:{s:4:\"tmpl\";i:520;s:2:\"id\";i:5711;s:5:\"title\";s:5:\"FAQ 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_2.png\";s:12:\"tmpl_created\";i:1520443571;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:260;s:16:\"popularity_index\";i:200;s:11:\"trend_index\";i:231;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:551;a:20:{s:4:\"tmpl\";i:523;s:2:\"id\";i:5737;s:5:\"title\";s:6:\"FAQ 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_4.png\";s:12:\"tmpl_created\";i:1520443576;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:261;s:16:\"popularity_index\";i:155;s:11:\"trend_index\";i:112;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:552;a:20:{s:4:\"tmpl\";i:524;s:2:\"id\";i:5746;s:5:\"title\";s:6:\"FAQ 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_4.png\";s:12:\"tmpl_created\";i:1520443578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:264;s:16:\"popularity_index\";i:212;s:11:\"trend_index\";i:305;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:553;a:20:{s:4:\"tmpl\";i:519;s:2:\"id\";i:5703;s:5:\"title\";s:6:\"FAQ 13\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_2.png\";s:12:\"tmpl_created\";i:1520443569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/faq-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:265;s:16:\"popularity_index\";i:29;s:11:\"trend_index\";i:38;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:554;a:20:{s:4:\"tmpl\";i:521;s:2:\"id\";i:5719;s:5:\"title\";s:5:\"FAQ 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_3.png\";s:12:\"tmpl_created\";i:1520443573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:267;s:16:\"popularity_index\";i:125;s:11:\"trend_index\";i:251;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:555;a:20:{s:4:\"tmpl\";i:522;s:2:\"id\";i:5729;s:5:\"title\";s:5:\"FAQ 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_3.png\";s:12:\"tmpl_created\";i:1520443575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:269;s:16:\"popularity_index\";i:319;s:11:\"trend_index\";i:327;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:556;a:20:{s:4:\"tmpl\";i:525;s:2:\"id\";i:5755;s:5:\"title\";s:5:\"FAQ 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_5.png\";s:12:\"tmpl_created\";i:1520443580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:271;s:16:\"popularity_index\";i:112;s:11:\"trend_index\";i:180;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:557;a:20:{s:4:\"tmpl\";i:526;s:2:\"id\";i:5764;s:5:\"title\";s:5:\"FAQ 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_5.png\";s:12:\"tmpl_created\";i:1520443582;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:273;s:16:\"popularity_index\";i:338;s:11:\"trend_index\";i:474;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:558;a:20:{s:4:\"tmpl\";i:517;s:2:\"id\";i:5684;s:5:\"title\";s:5:\"FAQ 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_white_1.png\";s:12:\"tmpl_created\";i:1520443565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:274;s:16:\"popularity_index\";i:74;s:11:\"trend_index\";i:193;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:559;a:20:{s:4:\"tmpl\";i:518;s:2:\"id\";i:5693;s:5:\"title\";s:5:\"FAQ 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/faq_black_1.png\";s:12:\"tmpl_created\";i:1520443567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/faq-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:3:\"faq\";s:4:\"tags\";s:7:\"[\"Faq\"]\";s:10:\"menu_order\";i:276;s:16:\"popularity_index\";i:224;s:11:\"trend_index\";i:515;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:560;a:20:{s:4:\"tmpl\";i:548;s:2:\"id\";i:6053;s:5:\"title\";s:10:\"Features 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_5.png\";s:12:\"tmpl_created\";i:1520443645;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:277;s:16:\"popularity_index\";i:179;s:11:\"trend_index\";i:463;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:561;a:20:{s:4:\"tmpl\";i:542;s:2:\"id\";i:5991;s:5:\"title\";s:11:\"Features 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_4.png\";s:12:\"tmpl_created\";i:1520443632;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:279;s:16:\"popularity_index\";i:135;s:11:\"trend_index\";i:265;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:562;a:20:{s:4:\"tmpl\";i:547;s:2:\"id\";i:6044;s:5:\"title\";s:11:\"Features 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_5.png\";s:12:\"tmpl_created\";i:1520443643;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:280;s:16:\"popularity_index\";i:70;s:11:\"trend_index\";i:163;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:563;a:20:{s:4:\"tmpl\";i:566;s:2:\"id\";i:6212;s:5:\"title\";s:11:\"Features 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_7.png\";s:12:\"tmpl_created\";i:1520443684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/features-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:281;s:16:\"popularity_index\";i:81;s:11:\"trend_index\";i:98;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:564;a:20:{s:4:\"tmpl\";i:567;s:2:\"id\";i:6220;s:5:\"title\";s:10:\"Features 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_8.png\";s:12:\"tmpl_created\";i:1520443685;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:282;s:16:\"popularity_index\";i:88;s:11:\"trend_index\";i:189;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:565;a:20:{s:4:\"tmpl\";i:541;s:2:\"id\";i:5983;s:5:\"title\";s:10:\"Features 3\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_3.png\";s:12:\"tmpl_created\";i:1520443630;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:283;s:16:\"popularity_index\";i:231;s:11:\"trend_index\";i:351;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:566;a:20:{s:4:\"tmpl\";i:540;s:2:\"id\";i:5974;s:5:\"title\";s:10:\"Features 4\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_3.png\";s:12:\"tmpl_created\";i:1520443629;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:286;s:16:\"popularity_index\";i:69;s:11:\"trend_index\";i:181;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:567;a:20:{s:4:\"tmpl\";i:516;s:2:\"id\";i:5624;s:5:\"title\";s:10:\"Features 5\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_black_1.png\";s:12:\"tmpl_created\";i:1520443553;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:287;s:16:\"popularity_index\";i:93;s:11:\"trend_index\";i:352;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:568;a:20:{s:4:\"tmpl\";i:515;s:2:\"id\";i:5615;s:5:\"title\";s:10:\"Features 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/cta_white_5.png\";s:12:\"tmpl_created\";i:1520443551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:290;s:16:\"popularity_index\";i:41;s:11:\"trend_index\";i:119;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:569;a:20:{s:4:\"tmpl\";i:539;s:2:\"id\";i:5963;s:5:\"title\";s:10:\"Features 7\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_2.png\";s:12:\"tmpl_created\";i:1520443626;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:291;s:16:\"popularity_index\";i:67;s:11:\"trend_index\";i:133;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:570;a:20:{s:4:\"tmpl\";i:565;s:2:\"id\";i:6204;s:5:\"title\";s:10:\"Features 8\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_6.png\";s:12:\"tmpl_created\";i:1520443681;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:292;s:16:\"popularity_index\";i:217;s:11:\"trend_index\";i:223;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:571;a:20:{s:4:\"tmpl\";i:564;s:2:\"id\";i:6196;s:5:\"title\";s:10:\"Features 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/features_white_6.png\";s:12:\"tmpl_created\";i:1520443680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/features-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"features\";s:4:\"tags\";s:12:\"[\"Features\"]\";s:10:\"menu_order\";i:294;s:16:\"popularity_index\";i:106;s:11:\"trend_index\";i:113;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:572;a:20:{s:4:\"tmpl\";i:1033;s:2:\"id\";i:15033;s:5:\"title\";s:28:\"Flooring Company &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/08/404.png\";s:12:\"tmpl_created\";i:1597739459;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/flooring-company-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:45:\"[\"404\",\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:296;s:16:\"popularity_index\";i:655;s:11:\"trend_index\";i:671;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:573;a:20:{s:4:\"tmpl\";i:1032;s:2:\"id\";i:15042;s:5:\"title\";s:32:\"Flooring Company &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/08/Blog.png\";s:12:\"tmpl_created\";i:1597739084;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/flooring-company-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:297;s:16:\"popularity_index\";i:320;s:11:\"trend_index\";i:275;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:574;a:20:{s:4:\"tmpl\";i:1031;s:2:\"id\";i:15017;s:5:\"title\";s:31:\"Flooring Company &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Footer.png\";s:12:\"tmpl_created\";i:1597738933;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Footer\"]\";s:10:\"menu_order\";i:299;s:16:\"popularity_index\";i:323;s:11:\"trend_index\";i:192;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:575;a:20:{s:4:\"tmpl\";i:1030;s:2:\"id\";i:15007;s:5:\"title\";s:31:\"Flooring Company &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Header.png\";s:12:\"tmpl_created\";i:1597738896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/flooring-company-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:48:\"[\"Flooring company\",\"Flooring website\",\"Header\"]\";s:10:\"menu_order\";i:302;s:16:\"popularity_index\";i:459;s:11:\"trend_index\";i:333;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:576;a:20:{s:4:\"tmpl\";i:1029;s:2:\"id\";i:15052;s:5:\"title\";s:36:\"Flooring Company &#8211; Single post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/08/Single.png\";s:12:\"tmpl_created\";i:1597738858;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/flooring-company-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:39:\"[\"Flooring company\",\"Flooring website\"]\";s:10:\"menu_order\";i:303;s:16:\"popularity_index\";i:392;s:11:\"trend_index\";i:226;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:577;a:20:{s:4:\"tmpl\";i:651;s:2:\"id\";i:7837;s:5:\"title\";s:9:\"footer 01\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.14.jpg\";s:12:\"tmpl_created\";i:1524582852;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:305;s:16:\"popularity_index\";i:495;s:11:\"trend_index\";i:539;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:578;a:20:{s:4:\"tmpl\";i:647;s:2:\"id\";i:7937;s:5:\"title\";s:10:\"footer 010\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.5.jpg\";s:12:\"tmpl_created\";i:1524582665;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-010/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:308;s:16:\"popularity_index\";i:185;s:11:\"trend_index\";i:115;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:579;a:20:{s:4:\"tmpl\";i:646;s:2:\"id\";i:7950;s:5:\"title\";s:10:\"footer 011\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.4.jpg\";s:12:\"tmpl_created\";i:1524582631;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-011/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:310;s:16:\"popularity_index\";i:244;s:11:\"trend_index\";i:203;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:580;a:20:{s:4:\"tmpl\";i:645;s:2:\"id\";i:7959;s:5:\"title\";s:10:\"footer 012\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.3.jpg\";s:12:\"tmpl_created\";i:1524582605;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-012/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:311;s:16:\"popularity_index\";i:177;s:11:\"trend_index\";i:140;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:581;a:20:{s:4:\"tmpl\";i:644;s:2:\"id\";i:7982;s:5:\"title\";s:10:\"footer 013\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.2.jpg\";s:12:\"tmpl_created\";i:1524582468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-013/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:314;s:16:\"popularity_index\";i:209;s:11:\"trend_index\";i:212;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:582;a:20:{s:4:\"tmpl\";i:643;s:2:\"id\";i:7997;s:5:\"title\";s:10:\"footer 014\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.1.jpg\";s:12:\"tmpl_created\";i:1524582343;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/footer-014/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:316;s:16:\"popularity_index\";i:64;s:11:\"trend_index\";i:41;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:583;a:20:{s:4:\"tmpl\";i:693;s:2:\"id\";i:9119;s:5:\"title\";s:10:\"footer 015\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/Footer_GetStarted_350.png\";s:12:\"tmpl_created\";i:1532428138;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:110:\"https://library.elementor.com/blocks/demo/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:317;s:16:\"popularity_index\";i:240;s:11:\"trend_index\";i:154;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:584;a:20:{s:4:\"tmpl\";i:652;s:2:\"id\";i:7852;s:5:\"title\";s:9:\"footer 02\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.13.jpg\";s:12:\"tmpl_created\";i:1524582875;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:320;s:16:\"popularity_index\";i:199;s:11:\"trend_index\";i:96;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:585;a:20:{s:4:\"tmpl\";i:653;s:2:\"id\";i:7862;s:5:\"title\";s:9:\"footer 03\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.12.jpg\";s:12:\"tmpl_created\";i:1524582903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:321;s:16:\"popularity_index\";i:137;s:11:\"trend_index\";i:91;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:586;a:20:{s:4:\"tmpl\";i:654;s:2:\"id\";i:7871;s:5:\"title\";s:9:\"footer 04\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.11.jpg\";s:12:\"tmpl_created\";i:1524582927;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:323;s:16:\"popularity_index\";i:97;s:11:\"trend_index\";i:55;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:587;a:20:{s:4:\"tmpl\";i:655;s:2:\"id\";i:7884;s:5:\"title\";s:9:\"footer 05\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.10.jpg\";s:12:\"tmpl_created\";i:1524582944;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-05/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:325;s:16:\"popularity_index\";i:92;s:11:\"trend_index\";i:109;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:588;a:20:{s:4:\"tmpl\";i:656;s:2:\"id\";i:7892;s:5:\"title\";s:9:\"footer 06\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.9.jpg\";s:12:\"tmpl_created\";i:1524583015;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-06/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:326;s:16:\"popularity_index\";i:132;s:11:\"trend_index\";i:146;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:589;a:20:{s:4:\"tmpl\";i:650;s:2:\"id\";i:7904;s:5:\"title\";s:9:\"footer 07\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.8.jpg\";s:12:\"tmpl_created\";i:1524582814;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-07/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:328;s:16:\"popularity_index\";i:203;s:11:\"trend_index\";i:186;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:590;a:20:{s:4:\"tmpl\";i:649;s:2:\"id\";i:7917;s:5:\"title\";s:9:\"footer 08\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.7.jpg\";s:12:\"tmpl_created\";i:1524582788;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-08/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:329;s:16:\"popularity_index\";i:89;s:11:\"trend_index\";i:144;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:591;a:20:{s:4:\"tmpl\";i:648;s:2:\"id\";i:7927;s:5:\"title\";s:9:\"footer 09\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/footer350.6.jpg\";s:12:\"tmpl_created\";i:1524582691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/footer-09/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:331;s:16:\"popularity_index\";i:178;s:11:\"trend_index\";i:100;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:592;a:20:{s:4:\"tmpl\";i:642;s:2:\"id\";i:4676;s:5:\"title\";s:8:\"Footer 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_7.png\";s:12:\"tmpl_created\";i:1522014215;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer_7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:338;s:16:\"popularity_index\";i:237;s:11:\"trend_index\";i:346;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:593;a:20:{s:4:\"tmpl\";i:637;s:2:\"id\";i:7627;s:5:\"title\";s:8:\"Footer 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_1.png\";s:12:\"tmpl_created\";i:1521547332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:340;s:16:\"popularity_index\";i:100;s:11:\"trend_index\";i:83;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:594;a:20:{s:4:\"tmpl\";i:638;s:2:\"id\";i:7638;s:5:\"title\";s:8:\"Footer 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/footer_hero_2.png\";s:12:\"tmpl_created\";i:1521547502;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/footer-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:10:\"[\"Footer\"]\";s:10:\"menu_order\";i:342;s:16:\"popularity_index\";i:124;s:11:\"trend_index\";i:147;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:595;a:20:{s:4:\"tmpl\";i:888;s:2:\"id\";i:11424;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/08/404_Small.png\";s:12:\"tmpl_created\";i:1567393309;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:13:\"[\"404\",\"Gym\"]\";s:10:\"menu_order\";i:344;s:16:\"popularity_index\";i:679;s:11:\"trend_index\";i:769;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:596;a:20:{s:4:\"tmpl\";i:887;s:2:\"id\";i:11435;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Archiv_Small.png\";s:12:\"tmpl_created\";i:1567393296;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:346;s:16:\"popularity_index\";i:441;s:11:\"trend_index\";i:507;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:597;a:20:{s:4:\"tmpl\";i:886;s:2:\"id\";i:11445;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/08/Post_Small.png\";s:12:\"tmpl_created\";i:1567393229;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:7:\"[\"Gym\"]\";s:10:\"menu_order\";i:349;s:16:\"popularity_index\";i:452;s:11:\"trend_index\";i:479;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:598;a:20:{s:4:\"tmpl\";i:885;s:2:\"id\";i:11453;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/08/Footer_Small.png\";s:12:\"tmpl_created\";i:1567393224;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:111:\"https://library.elementor.com/blocks/gym-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:16:\"[\"Footer\",\"Gym\"]\";s:10:\"menu_order\";i:351;s:16:\"popularity_index\";i:270;s:11:\"trend_index\";i:331;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:599;a:20:{s:4:\"tmpl\";i:884;s:2:\"id\";i:11461;s:5:\"title\";s:3:\"GYM\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-gym-and-fitness.png\";s:12:\"tmpl_created\";i:1567393219;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:109:\"https://library.elementor.com/blocks/gym/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:16:\"[\"Gym\",\"Header\"]\";s:10:\"menu_order\";i:352;s:16:\"popularity_index\";i:201;s:11:\"trend_index\";i:135;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:600;a:20:{s:4:\"tmpl\";i:635;s:2:\"id\";i:7596;s:5:\"title\";s:8:\"Header 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.12.jpg\";s:12:\"tmpl_created\";i:1521546999;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:354;s:16:\"popularity_index\";i:33;s:11:\"trend_index\";i:17;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:601;a:20:{s:4:\"tmpl\";i:663;s:2:\"id\";i:7801;s:5:\"title\";s:9:\"header 10\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.9.jpg\";s:12:\"tmpl_created\";i:1524583659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:356;s:16:\"popularity_index\";i:51;s:11:\"trend_index\";i:14;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:602;a:20:{s:4:\"tmpl\";i:658;s:2:\"id\";i:7812;s:5:\"title\";s:9:\"header 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.10.jpg\";s:12:\"tmpl_created\";i:1524583298;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:358;s:16:\"popularity_index\";i:96;s:11:\"trend_index\";i:103;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:603;a:20:{s:4:\"tmpl\";i:657;s:2:\"id\";i:7825;s:5:\"title\";s:9:\"header 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.11.jpg\";s:12:\"tmpl_created\";i:1524583273;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:360;s:16:\"popularity_index\";i:63;s:11:\"trend_index\";i:75;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:604;a:20:{s:4:\"tmpl\";i:694;s:2:\"id\";i:9127;s:5:\"title\";s:9:\"header 13\";s:9:\"thumbnail\";s:86:\"https://library.elementor.com/wp-content/uploads/2018/07/Header_get_started_1200V3.png\";s:12:\"tmpl_created\";i:1532428699;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/header-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:362;s:16:\"popularity_index\";i:61;s:11:\"trend_index\";i:58;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:605;a:20:{s:4:\"tmpl\";i:636;s:2:\"id\";i:7615;s:5:\"title\";s:8:\"Header 2\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.1.jpg\";s:12:\"tmpl_created\";i:1521547237;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:10:\"[\"Header\"]\";s:10:\"menu_order\";i:365;s:16:\"popularity_index\";i:30;s:11:\"trend_index\";i:33;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:606;a:20:{s:4:\"tmpl\";i:665;s:2:\"id\";i:7713;s:5:\"title\";s:8:\"header 3\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.2.jpg\";s:12:\"tmpl_created\";i:1524584780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:367;s:16:\"popularity_index\";i:43;s:11:\"trend_index\";i:28;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:607;a:20:{s:4:\"tmpl\";i:659;s:2:\"id\";i:7724;s:5:\"title\";s:8:\"header 4\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.3.jpg\";s:12:\"tmpl_created\";i:1524583367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:369;s:16:\"popularity_index\";i:24;s:11:\"trend_index\";i:13;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:608;a:20:{s:4:\"tmpl\";i:660;s:2:\"id\";i:7734;s:5:\"title\";s:8:\"header 5\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.4.jpg\";s:12:\"tmpl_created\";i:1524583436;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:371;s:16:\"popularity_index\";i:36;s:11:\"trend_index\";i:18;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:609;a:20:{s:4:\"tmpl\";i:666;s:2:\"id\";i:7744;s:5:\"title\";s:8:\"Header 6\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.5.jpg\";s:12:\"tmpl_created\";i:1524584784;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:372;s:16:\"popularity_index\";i:65;s:11:\"trend_index\";i:94;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:610;a:20:{s:4:\"tmpl\";i:664;s:2:\"id\";i:7754;s:5:\"title\";s:8:\"header 7\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.6.jpg\";s:12:\"tmpl_created\";i:1524583712;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:375;s:16:\"popularity_index\";i:111;s:11:\"trend_index\";i:143;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:611;a:20:{s:4:\"tmpl\";i:661;s:2:\"id\";i:7771;s:5:\"title\";s:8:\"header 8\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.7.jpg\";s:12:\"tmpl_created\";i:1524583540;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:376;s:16:\"popularity_index\";i:91;s:11:\"trend_index\";i:60;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:612;a:20:{s:4:\"tmpl\";i:662;s:2:\"id\";i:7787;s:5:\"title\";s:8:\"header 9\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/header350.8.jpg\";s:12:\"tmpl_created\";i:1524583598;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/header-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:379;s:16:\"popularity_index\";i:102;s:11:\"trend_index\";i:78;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:613;a:20:{s:4:\"tmpl\";i:572;s:2:\"id\";i:6266;s:5:\"title\";s:6:\"Hero 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_4.png\";s:12:\"tmpl_created\";i:1520443695;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:380;s:16:\"popularity_index\";i:52;s:11:\"trend_index\";i:35;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:614;a:20:{s:4:\"tmpl\";i:528;s:2:\"id\";i:5783;s:5:\"title\";s:7:\"Hero 10\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_2.png\";s:12:\"tmpl_created\";i:1520443586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:383;s:16:\"popularity_index\";i:365;s:11:\"trend_index\";i:567;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:615;a:20:{s:4:\"tmpl\";i:527;s:2:\"id\";i:5773;s:5:\"title\";s:7:\"Hero 11\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_1.png\";s:12:\"tmpl_created\";i:1520443584;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:384;s:16:\"popularity_index\";i:39;s:11:\"trend_index\";i:179;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:616;a:20:{s:4:\"tmpl\";i:479;s:2:\"id\";i:5238;s:5:\"title\";s:7:\"Hero 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/form_white_4.png\";s:12:\"tmpl_created\";i:1520443468;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/hero-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:386;s:16:\"popularity_index\";i:611;s:11:\"trend_index\";i:555;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:617;a:20:{s:4:\"tmpl\";i:573;s:2:\"id\";i:6274;s:5:\"title\";s:6:\"Hero 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_5.png\";s:12:\"tmpl_created\";i:1520443698;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:389;s:16:\"popularity_index\";i:87;s:11:\"trend_index\";i:88;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:618;a:20:{s:4:\"tmpl\";i:569;s:2:\"id\";i:6239;s:5:\"title\";s:6:\"Hero 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_1.png\";s:12:\"tmpl_created\";i:1520443689;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:391;s:16:\"popularity_index\";i:23;s:11:\"trend_index\";i:34;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:619;a:20:{s:4:\"tmpl\";i:571;s:2:\"id\";i:6258;s:5:\"title\";s:6:\"Hero 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_3.png\";s:12:\"tmpl_created\";i:1520443693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:393;s:16:\"popularity_index\";i:479;s:11:\"trend_index\";i:470;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:620;a:20:{s:4:\"tmpl\";i:570;s:2:\"id\";i:6249;s:5:\"title\";s:6:\"Hero 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_black_2.png\";s:12:\"tmpl_created\";i:1520443691;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:395;s:16:\"popularity_index\";i:56;s:11:\"trend_index\";i:85;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:621;a:20:{s:4:\"tmpl\";i:568;s:2:\"id\";i:6230;s:5:\"title\";s:6:\"Hero 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/heroo_white_1.png\";s:12:\"tmpl_created\";i:1520443687;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:396;s:16:\"popularity_index\";i:406;s:11:\"trend_index\";i:542;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:622;a:20:{s:4:\"tmpl\";i:530;s:2:\"id\";i:5801;s:5:\"title\";s:6:\"Hero 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_4.png\";s:12:\"tmpl_created\";i:1520443589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:8:\"[\"hero\"]\";s:10:\"menu_order\";i:398;s:16:\"popularity_index\";i:15;s:11:\"trend_index\";i:37;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:623;a:20:{s:4:\"tmpl\";i:531;s:2:\"id\";i:5811;s:5:\"title\";s:6:\"Hero 8\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_5.png\";s:12:\"tmpl_created\";i:1520443591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:400;s:16:\"popularity_index\";i:105;s:11:\"trend_index\";i:86;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:624;a:20:{s:4:\"tmpl\";i:529;s:2:\"id\";i:5792;s:5:\"title\";s:6:\"Hero 9\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/03/header_3.png\";s:12:\"tmpl_created\";i:1520443588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/hero-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"hero\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:403;s:16:\"popularity_index\";i:225;s:11:\"trend_index\";i:244;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:625;a:20:{s:4:\"tmpl\";i:978;s:2:\"id\";i:13251;s:5:\"title\";s:27:\"Interior Design &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.png\";s:12:\"tmpl_created\";i:1586148737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/interior-design-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:405;s:16:\"popularity_index\";i:730;s:11:\"trend_index\";i:795;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:626;a:20:{s:4:\"tmpl\";i:979;s:2:\"id\";i:13244;s:5:\"title\";s:30:\"Interior Design &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.png\";s:12:\"tmpl_created\";i:1586148742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:39:\"[\"Business\",\"Footer\",\"Interior Design\"]\";s:10:\"menu_order\";i:406;s:16:\"popularity_index\";i:322;s:11:\"trend_index\";i:178;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:627;a:20:{s:4:\"tmpl\";i:980;s:2:\"id\";i:13236;s:5:\"title\";s:30:\"Interior Design &#8211; Header\";s:9:\"thumbnail\";s:83:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-interior-design.png\";s:12:\"tmpl_created\";i:1586148746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/interior-design-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:39:\"[\"Business\",\"Header\",\"Interior Design\"]\";s:10:\"menu_order\";i:408;s:16:\"popularity_index\";i:146;s:11:\"trend_index\";i:64;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:628;a:20:{s:4:\"tmpl\";i:977;s:2:\"id\";i:13259;s:5:\"title\";s:36:\"Interior Design &#8211; News Archive\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Archiv-Blog.png\";s:12:\"tmpl_created\";i:1586148733;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/interior-design-news-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:410;s:16:\"popularity_index\";i:436;s:11:\"trend_index\";i:132;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:629;a:20:{s:4:\"tmpl\";i:976;s:2:\"id\";i:13267;s:5:\"title\";s:35:\"Interior Design &#8211; Single News\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/04/Post.png\";s:12:\"tmpl_created\";i:1586148728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/interior-design-single-news/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:413;s:16:\"popularity_index\";i:402;s:11:\"trend_index\";i:108;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:630;a:20:{s:4:\"tmpl\";i:975;s:2:\"id\";i:13274;s:5:\"title\";s:38:\"Interior Design &#8211; Single Project\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/04/Single-Project-.png\";s:12:\"tmpl_created\";i:1586148723;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/interior-design-single-project/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:30:\"[\"Business\",\"Interior Design\"]\";s:10:\"menu_order\";i:414;s:16:\"popularity_index\";i:601;s:11:\"trend_index\";i:324;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:631;a:20:{s:4:\"tmpl\";i:1011;s:2:\"id\";i:14058;s:5:\"title\";s:36:\"Japanese restaurant &#8211; 404 page\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/06/404-Page.jpg\";s:12:\"tmpl_created\";i:1592290211;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:134:\"https://library.elementor.com/blocks/japanese-restaurant-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:38:\"[\"404\",\"Food\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:416;s:16:\"popularity_index\";i:724;s:11:\"trend_index\";i:647;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:632;a:20:{s:4:\"tmpl\";i:1012;s:2:\"id\";i:14050;s:5:\"title\";s:34:\"Japanese restaurant &#8211; Footer\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/06/Footer-Small.jpg\";s:12:\"tmpl_created\";i:1592290247;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:41:\"[\"Food\",\"Footer\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:419;s:16:\"popularity_index\";i:317;s:11:\"trend_index\";i:238;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:633;a:20:{s:4:\"tmpl\";i:1013;s:2:\"id\";i:14042;s:5:\"title\";s:34:\"Japanese Restaurant &#8211; Header\";s:9:\"thumbnail\";s:87:\"https://library.elementor.com/wp-content/uploads/2020/06/japanese-restaurant-header.jpg\";s:12:\"tmpl_created\";i:1592290277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/japanese-restaurant-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:41:\"[\"Food\",\"Header\",\"Japanese\",\"Restaurant\"]\";s:10:\"menu_order\";i:421;s:16:\"popularity_index\";i:411;s:11:\"trend_index\";i:274;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:634;a:20:{s:4:\"tmpl\";i:914;s:2:\"id\";i:12164;s:5:\"title\";s:20:\"Law Firm &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/11/404.png\";s:12:\"tmpl_created\";i:1572846979;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/law-firm-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:422;s:16:\"popularity_index\";i:704;s:11:\"trend_index\";i:716;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:635;a:20:{s:4:\"tmpl\";i:913;s:2:\"id\";i:12170;s:5:\"title\";s:23:\"Law Firm &#8211; Archiv\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/archiv.png\";s:12:\"tmpl_created\";i:1572846967;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:424;s:16:\"popularity_index\";i:431;s:11:\"trend_index\";i:294;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:636;a:20:{s:4:\"tmpl\";i:912;s:2:\"id\";i:12179;s:5:\"title\";s:23:\"Law Firm &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/footer.png\";s:12:\"tmpl_created\";i:1572846958;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:425;s:16:\"popularity_index\";i:388;s:11:\"trend_index\";i:240;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:637;a:20:{s:4:\"tmpl\";i:911;s:2:\"id\";i:12194;s:5:\"title\";s:23:\"Law Firm &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-law-firm.png\";s:12:\"tmpl_created\";i:1572846935;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/law-firm-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:427;s:16:\"popularity_index\";i:80;s:11:\"trend_index\";i:39;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:638;a:20:{s:4:\"tmpl\";i:910;s:2:\"id\";i:12203;s:5:\"title\";s:30:\"Law Firm &#8211; Search Archiv\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/11/search_result.png\";s:12:\"tmpl_created\";i:1572846925;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/law-firm-search-archiv/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:430;s:16:\"popularity_index\";i:493;s:11:\"trend_index\";i:433;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:639;a:20:{s:4:\"tmpl\";i:909;s:2:\"id\";i:12212;s:5:\"title\";s:28:\"Law Firm &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2019/11/single.png\";s:12:\"tmpl_created\";i:1572846914;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/law-firm-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Law\",\"Law Firm\"]\";s:10:\"menu_order\";i:432;s:16:\"popularity_index\";i:326;s:11:\"trend_index\";i:214;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:640;a:20:{s:4:\"tmpl\";i:1022;s:2:\"id\";i:14772;s:5:\"title\";s:35:\"Luxury Real Estate &#8211; 404 page\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/07/404.png\";s:12:\"tmpl_created\";i:1595315728;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:133:\"https://library.elementor.com/blocks/luxury-real-estate-404-page/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:34:\"[\"404\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:433;s:16:\"popularity_index\";i:759;s:11:\"trend_index\";i:720;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:641;a:20:{s:4:\"tmpl\";i:1023;s:2:\"id\";i:14779;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Footer.png\";s:12:\"tmpl_created\";i:1595315743;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:37:\"[\"Footer\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:434;s:16:\"popularity_index\";i:536;s:11:\"trend_index\";i:505;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:642;a:20:{s:4:\"tmpl\";i:1024;s:2:\"id\";i:14790;s:5:\"title\";s:33:\"Luxury Real Estate &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/07/Header.png\";s:12:\"tmpl_created\";i:1595315760;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/luxury-real-estate-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:37:\"[\"Header\",\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:436;s:16:\"popularity_index\";i:101;s:11:\"trend_index\";i:157;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:643;a:20:{s:4:\"tmpl\";i:1026;s:2:\"id\";i:14809;s:5:\"title\";s:45:\"Luxury Real Estate &#8211; Properties Archive\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2020/07/Properties.png\";s:12:\"tmpl_created\";i:1595315826;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:143:\"https://library.elementor.com/blocks/luxury-real-estate-properties-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:438;s:16:\"popularity_index\";i:414;s:11:\"trend_index\";i:420;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:644;a:20:{s:4:\"tmpl\";i:1027;s:2:\"id\";i:14816;s:5:\"title\";s:47:\"Luxury Real Estate &#8211; Property single post\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2020/07/Single-Property-.png\";s:12:\"tmpl_created\";i:1595315847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:145:\"https://library.elementor.com/blocks/luxury-real-estate-property-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:441;s:16:\"popularity_index\";i:541;s:11:\"trend_index\";i:665;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:645;a:20:{s:4:\"tmpl\";i:1025;s:2:\"id\";i:14799;s:5:\"title\";s:38:\"Luxury Real Estate &#8211; single post\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/07/Post.png\";s:12:\"tmpl_created\";i:1595315792;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:136:\"https://library.elementor.com/blocks/luxury-real-estate-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:28:\"[\"Real estate\",\"Realestate\"]\";s:10:\"menu_order\";i:442;s:16:\"popularity_index\";i:369;s:11:\"trend_index\";i:441;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:646;a:20:{s:4:\"tmpl\";i:950;s:2:\"id\";i:12635;s:5:\"title\";s:20:\"Magazine &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/01/404_s.png\";s:12:\"tmpl_created\";i:1579060746;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/magazine-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:25:\"[\"404\",\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:445;s:16:\"popularity_index\";i:645;s:11:\"trend_index\";i:734;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:647;a:20:{s:4:\"tmpl\";i:949;s:2:\"id\";i:12643;s:5:\"title\";s:24:\"Magazine &#8211; Archiv1\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv1_s.png\";s:12:\"tmpl_created\";i:1579060737;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:447;s:16:\"popularity_index\";i:346;s:11:\"trend_index\";i:272;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:648;a:20:{s:4:\"tmpl\";i:946;s:2:\"id\";i:12669;s:5:\"title\";s:23:\"Magazine &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Footer_s.png\";s:12:\"tmpl_created\";i:1579060715;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:28:\"[\"Blog\",\"Footer\",\"Magazine\"]\";s:10:\"menu_order\";i:448;s:16:\"popularity_index\";i:442;s:11:\"trend_index\";i:349;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:649;a:20:{s:4:\"tmpl\";i:945;s:2:\"id\";i:12678;s:5:\"title\";s:23:\"Magazine &#8211; Header\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-magazine.png\";s:12:\"tmpl_created\";i:1579060701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:28:\"[\"Blog\",\"Header\",\"Magazine\"]\";s:10:\"menu_order\";i:450;s:16:\"popularity_index\";i:295;s:11:\"trend_index\";i:197;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:650;a:20:{s:4:\"tmpl\";i:947;s:2:\"id\";i:12661;s:5:\"title\";s:23:\"Magazine &#8211; Search\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/01/Search_s.png\";s:12:\"tmpl_created\";i:1579060722;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/magazine-search/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:452;s:16:\"popularity_index\";i:396;s:11:\"trend_index\";i:509;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:651;a:20:{s:4:\"tmpl\";i:944;s:2:\"id\";i:12688;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 1\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post2_s.png\";s:12:\"tmpl_created\";i:1579060692;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:453;s:16:\"popularity_index\";i:342;s:11:\"trend_index\";i:175;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:652;a:20:{s:4:\"tmpl\";i:943;s:2:\"id\";i:12699;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 2\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post3_s.png\";s:12:\"tmpl_created\";i:1579060680;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:454;s:16:\"popularity_index\";i:348;s:11:\"trend_index\";i:129;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:653;a:20:{s:4:\"tmpl\";i:942;s:2:\"id\";i:12707;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post1_s.png\";s:12:\"tmpl_created\";i:1579060669;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:128:\"https://library.elementor.com/blocks/magazine-single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:457;s:16:\"popularity_index\";i:476;s:11:\"trend_index\";i:246;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:654;a:20:{s:4:\"tmpl\";i:941;s:2:\"id\";i:12716;s:5:\"title\";s:30:\"Magazine &#8211; Single Post 3\";s:9:\"thumbnail\";s:68:\"https://library.elementor.com/wp-content/uploads/2020/01/Post4_s.png\";s:12:\"tmpl_created\";i:1579060659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/magazine-single-post-3-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:459;s:16:\"popularity_index\";i:513;s:11:\"trend_index\";i:489;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:655;a:20:{s:4:\"tmpl\";i:948;s:2:\"id\";i:12652;s:5:\"title\";s:17:\"Magazine- Archiv2\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2020/01/Archiv2_s.png\";s:12:\"tmpl_created\";i:1579060730;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/magazine-archiv2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:19:\"[\"Blog\",\"Magazine\"]\";s:10:\"menu_order\";i:461;s:16:\"popularity_index\";i:525;s:11:\"trend_index\";i:585;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:656;a:20:{s:4:\"tmpl\";i:990;s:2:\"id\";i:13361;s:5:\"title\";s:25:\"Online Course &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/04/404.jpg\";s:12:\"tmpl_created\";i:1587474710;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/online-course-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:35:\"[\"404\",\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:462;s:16:\"popularity_index\";i:682;s:11:\"trend_index\";i:498;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:657;a:20:{s:4:\"tmpl\";i:987;s:2:\"id\";i:13387;s:5:\"title\";s:32:\"Online Course &#8211; End Lesson\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-End-.jpg\";s:12:\"tmpl_created\";i:1587474682;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/online-course-end-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:464;s:16:\"popularity_index\";i:653;s:11:\"trend_index\";i:408;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:658;a:20:{s:4:\"tmpl\";i:989;s:2:\"id\";i:13369;s:5:\"title\";s:28:\"Online Course &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/04/Footer.jpg\";s:12:\"tmpl_created\";i:1587474701;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Footer\"]\";s:10:\"menu_order\";i:466;s:16:\"popularity_index\";i:389;s:11:\"trend_index\";i:308;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:659;a:20:{s:4:\"tmpl\";i:988;s:2:\"id\";i:13378;s:5:\"title\";s:28:\"Online Course &#8211; Header\";s:9:\"thumbnail\";s:92:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-education-online-courses.jpg\";s:12:\"tmpl_created\";i:1587474693;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/online-course-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:38:\"[\"Course Online\",\"Education\",\"Header\"]\";s:10:\"menu_order\";i:469;s:16:\"popularity_index\";i:492;s:11:\"trend_index\";i:519;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:660;a:20:{s:4:\"tmpl\";i:986;s:2:\"id\";i:13395;s:5:\"title\";s:34:\"Online Course &#8211; Start Lesson\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/04/Lesson-Start.jpg\";s:12:\"tmpl_created\";i:1587474673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/online-course-start-lesson/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:29:\"[\"Course Online\",\"Education\"]\";s:10:\"menu_order\";i:471;s:16:\"popularity_index\";i:672;s:11:\"trend_index\";i:578;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:661;a:20:{s:4:\"tmpl\";i:953;s:2:\"id\";i:13089;s:5:\"title\";s:23:\"Photography &#8211; 404\";s:9:\"thumbnail\";s:66:\"https://library.elementor.com/wp-content/uploads/2020/02/404_s.png\";s:12:\"tmpl_created\";i:1582091623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/photography-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:33:\"[\"404\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:473;s:16:\"popularity_index\";i:702;s:11:\"trend_index\";i:706;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:662;a:20:{s:4:\"tmpl\";i:954;s:2:\"id\";i:13096;s:5:\"title\";s:32:\"Photography &#8211; Archiv Media\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Archiv_s.png\";s:12:\"tmpl_created\";i:1582091742;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:130:\"https://library.elementor.com/blocks/photography-archiv-media/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:475;s:16:\"popularity_index\";i:631;s:11:\"trend_index\";i:405;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:663;a:20:{s:4:\"tmpl\";i:955;s:2:\"id\";i:13103;s:5:\"title\";s:26:\"Photography &#8211; Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2020/02/Footer_s.png\";s:12:\"tmpl_created\";i:1582091903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:36:\"[\"Footer\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:477;s:16:\"popularity_index\";i:422;s:11:\"trend_index\";i:230;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:664;a:20:{s:4:\"tmpl\";i:957;s:2:\"id\";i:13112;s:5:\"title\";s:26:\"Photography &#8211; Header\";s:9:\"thumbnail\";s:89:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-photography-portfolio.png\";s:12:\"tmpl_created\";i:1582092483;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/photography-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:36:\"[\"Header\",\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:478;s:16:\"popularity_index\";i:325;s:11:\"trend_index\";i:205;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:665;a:20:{s:4:\"tmpl\";i:956;s:2:\"id\";i:13120;s:5:\"title\";s:31:\"Photography &#8211; Single Post\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/02/Post_s.png\";s:12:\"tmpl_created\";i:1582092351;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/photography-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:27:\"[\"Photography\",\"Portfolio\"]\";s:10:\"menu_order\";i:480;s:16:\"popularity_index\";i:671;s:11:\"trend_index\";i:645;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:666;a:20:{s:4:\"tmpl\";i:901;s:2:\"id\";i:11807;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:70:\"https://library.elementor.com/wp-content/uploads/2019/09/404_small.png\";s:12:\"tmpl_created\";i:1569430070;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:483;s:16:\"popularity_index\";i:480;s:11:\"trend_index\";i:497;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:667;a:20:{s:4:\"tmpl\";i:900;s:2:\"id\";i:11832;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Footer_small.png\";s:12:\"tmpl_created\";i:1569430019;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Footer\",\"Portfolio\"]\";s:10:\"menu_order\";i:484;s:16:\"popularity_index\";i:246;s:11:\"trend_index\";i:102;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:668;a:20:{s:4:\"tmpl\";i:898;s:2:\"id\";i:11847;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2019/09/Archiv_small.png\";s:12:\"tmpl_created\";i:1569430010;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:487;s:16:\"popularity_index\";i:336;s:11:\"trend_index\";i:455;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:669;a:20:{s:4:\"tmpl\";i:897;s:2:\"id\";i:11854;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:71:\"https://library.elementor.com/wp-content/uploads/2019/09/Post_small.png\";s:12:\"tmpl_created\";i:1569429983;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/portfolio/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:489;s:16:\"popularity_index\";i:482;s:11:\"trend_index\";i:609;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:670;a:20:{s:4:\"tmpl\";i:904;s:2:\"id\";i:11890;s:5:\"title\";s:9:\"Portfolio\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-design-portfolio.png\";s:12:\"tmpl_created\";i:1571907344;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Creative Portfolio\",\"Header\",\"Portfolio\"]\";s:10:\"menu_order\";i:491;s:16:\"popularity_index\";i:306;s:11:\"trend_index\";i:364;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:671;a:20:{s:4:\"tmpl\";i:896;s:2:\"id\";i:11861;s:5:\"title\";s:27:\"Portfolio &#8211; Project 1\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project1_small.png\";s:12:\"tmpl_created\";i:1569429975;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:493;s:16:\"popularity_index\";i:643;s:11:\"trend_index\";i:764;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:672;a:20:{s:4:\"tmpl\";i:895;s:2:\"id\";i:11870;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569429964;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:495;s:16:\"popularity_index\";i:662;s:11:\"trend_index\";i:816;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:673;a:20:{s:4:\"tmpl\";i:903;s:2:\"id\";i:11897;s:5:\"title\";s:27:\"Portfolio &#8211; Project 2\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project2_small.png\";s:12:\"tmpl_created\";i:1569494236;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/portfolio-project-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:496;s:16:\"popularity_index\";i:733;s:11:\"trend_index\";i:744;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:674;a:20:{s:4:\"tmpl\";i:894;s:2:\"id\";i:11877;s:5:\"title\";s:27:\"Portfolio &#8211; Project 3\";s:9:\"thumbnail\";s:75:\"https://library.elementor.com/wp-content/uploads/2019/09/Project3_small.png\";s:12:\"tmpl_created\";i:1569429954;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/portfolio-project-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Creative Portfolio\",\"Portfolio\"]\";s:10:\"menu_order\";i:498;s:16:\"popularity_index\";i:692;s:11:\"trend_index\";i:0;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:675;a:20:{s:4:\"tmpl\";i:597;s:2:\"id\";i:5019;s:5:\"title\";s:11:\"Portfolio 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_1.png\";s:12:\"tmpl_created\";i:1520520580;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:500;s:16:\"popularity_index\";i:170;s:11:\"trend_index\";i:236;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:676;a:20:{s:4:\"tmpl\";i:609;s:2:\"id\";i:5141;s:5:\"title\";s:12:\"Portfolio 10\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_10.png\";s:12:\"tmpl_created\";i:1520520601;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:503;s:16:\"popularity_index\";i:416;s:11:\"trend_index\";i:478;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:677;a:20:{s:4:\"tmpl\";i:598;s:2:\"id\";i:5027;s:5:\"title\";s:12:\"Portfolio 11\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_2.png\";s:12:\"tmpl_created\";i:1520520581;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:504;s:16:\"popularity_index\";i:304;s:11:\"trend_index\";i:421;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:678;a:20:{s:4:\"tmpl\";i:599;s:2:\"id\";i:5037;s:5:\"title\";s:12:\"Portfolio 12\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_3.png\";s:12:\"tmpl_created\";i:1520520583;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:507;s:16:\"popularity_index\";i:279;s:11:\"trend_index\";i:399;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:679;a:20:{s:4:\"tmpl\";i:600;s:2:\"id\";i:5057;s:5:\"title\";s:12:\"Portfolio 13\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_4.png\";s:12:\"tmpl_created\";i:1520520586;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:509;s:16:\"popularity_index\";i:239;s:11:\"trend_index\";i:288;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:680;a:20:{s:4:\"tmpl\";i:601;s:2:\"id\";i:5071;s:5:\"title\";s:12:\"Portfolio 14\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_5.png\";s:12:\"tmpl_created\";i:1520520588;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:511;s:16:\"popularity_index\";i:276;s:11:\"trend_index\";i:329;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:681;a:20:{s:4:\"tmpl\";i:603;s:2:\"id\";i:5090;s:5:\"title\";s:12:\"Portfolio 15\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_6.png\";s:12:\"tmpl_created\";i:1520520591;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:513;s:16:\"popularity_index\";i:186;s:11:\"trend_index\";i:283;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:682;a:20:{s:4:\"tmpl\";i:604;s:2:\"id\";i:5098;s:5:\"title\";s:12:\"Portfolio 16\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_7.png\";s:12:\"tmpl_created\";i:1520520593;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:515;s:16:\"popularity_index\";i:156;s:11:\"trend_index\";i:211;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:683;a:20:{s:4:\"tmpl\";i:606;s:2:\"id\";i:5115;s:5:\"title\";s:12:\"Portfolio 17\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_8.png\";s:12:\"tmpl_created\";i:1520520596;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:517;s:16:\"popularity_index\";i:19;s:11:\"trend_index\";i:22;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:684;a:20:{s:4:\"tmpl\";i:608;s:2:\"id\";i:5133;s:5:\"title\";s:12:\"Portfolio 18\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_9.png\";s:12:\"tmpl_created\";i:1520520599;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:118:\"https://library.elementor.com/blocks/portfolio-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:519;s:16:\"popularity_index\";i:180;s:11:\"trend_index\";i:280;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:685;a:20:{s:4:\"tmpl\";i:610;s:2:\"id\";i:5149;s:5:\"title\";s:11:\"Portfolio 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_10.png\";s:12:\"tmpl_created\";i:1520520602;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:521;s:16:\"popularity_index\";i:413;s:11:\"trend_index\";i:635;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:686;a:20:{s:4:\"tmpl\";i:468;s:2:\"id\";i:5045;s:5:\"title\";s:11:\"Portfolio 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_2.png\";s:12:\"tmpl_created\";i:1520443423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:523;s:16:\"popularity_index\";i:636;s:11:\"trend_index\";i:608;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:687;a:20:{s:4:\"tmpl\";i:602;s:2:\"id\";i:5082;s:5:\"title\";s:11:\"Portfolio 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_4.png\";s:12:\"tmpl_created\";i:1520520589;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:524;s:16:\"popularity_index\";i:558;s:11:\"trend_index\";i:654;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:688;a:20:{s:4:\"tmpl\";i:605;s:2:\"id\";i:5107;s:5:\"title\";s:11:\"Portfolio 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_7.png\";s:12:\"tmpl_created\";i:1520520594;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:527;s:16:\"popularity_index\";i:380;s:11:\"trend_index\";i:347;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:689;a:20:{s:4:\"tmpl\";i:607;s:2:\"id\";i:5125;s:5:\"title\";s:11:\"Portfolio 6\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_black_8.png\";s:12:\"tmpl_created\";i:1520520597;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:529;s:16:\"popularity_index\";i:236;s:11:\"trend_index\";i:386;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:690;a:20:{s:4:\"tmpl\";i:596;s:2:\"id\";i:5007;s:5:\"title\";s:11:\"Portfolio 7\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/portfolio_white_1.png\";s:12:\"tmpl_created\";i:1520520578;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/portfolio-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:9:\"portfolio\";s:4:\"tags\";s:13:\"[\"Portfolio\"]\";s:10:\"menu_order\";i:530;s:16:\"popularity_index\";i:44;s:11:\"trend_index\";i:183;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:691;a:20:{s:4:\"tmpl\";i:434;s:2:\"id\";i:4509;s:5:\"title\";s:9:\"Pricing 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_1.png\";s:12:\"tmpl_created\";i:1520443310;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:532;s:16:\"popularity_index\";i:703;s:11:\"trend_index\";i:641;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:692;a:20:{s:4:\"tmpl\";i:439;s:2:\"id\";i:4553;s:5:\"title\";s:10:\"Pricing 10\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_4.png\";s:12:\"tmpl_created\";i:1520443319;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:534;s:16:\"popularity_index\";i:511;s:11:\"trend_index\";i:506;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:693;a:20:{s:4:\"tmpl\";i:441;s:2:\"id\";i:4572;s:5:\"title\";s:10:\"Pricing 11\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_5.png\";s:12:\"tmpl_created\";i:1520443324;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:537;s:16:\"popularity_index\";i:308;s:11:\"trend_index\";i:248;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:694;a:20:{s:4:\"tmpl\";i:442;s:2:\"id\";i:4580;s:5:\"title\";s:10:\"Pricing 12\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_6.png\";s:12:\"tmpl_created\";i:1520443326;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:539;s:16:\"popularity_index\";i:576;s:11:\"trend_index\";i:526;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:695;a:20:{s:4:\"tmpl\";i:444;s:2:\"id\";i:4597;s:5:\"title\";s:10:\"Pricing 13\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_7.png\";s:12:\"tmpl_created\";i:1520443330;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:540;s:16:\"popularity_index\";i:613;s:11:\"trend_index\";i:450;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:696;a:20:{s:4:\"tmpl\";i:446;s:2:\"id\";i:4613;s:5:\"title\";s:10:\"Pricing 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_8.png\";s:12:\"tmpl_created\";i:1520443334;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/pricing-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:543;s:16:\"popularity_index\";i:581;s:11:\"trend_index\";i:568;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:697;a:20:{s:4:\"tmpl\";i:436;s:2:\"id\";i:4529;s:5:\"title\";s:9:\"Pricing 2\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_2.png\";s:12:\"tmpl_created\";i:1520443314;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:545;s:16:\"popularity_index\";i:609;s:11:\"trend_index\";i:613;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:698;a:20:{s:4:\"tmpl\";i:438;s:2:\"id\";i:4545;s:5:\"title\";s:9:\"Pricing 3\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_3.png\";s:12:\"tmpl_created\";i:1520443317;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:547;s:16:\"popularity_index\";i:707;s:11:\"trend_index\";i:825;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:699;a:20:{s:4:\"tmpl\";i:440;s:2:\"id\";i:4562;s:5:\"title\";s:9:\"Pricing 4\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_4.png\";s:12:\"tmpl_created\";i:1520443322;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:549;s:16:\"popularity_index\";i:697;s:11:\"trend_index\";i:821;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:700;a:20:{s:4:\"tmpl\";i:443;s:2:\"id\";i:4589;s:5:\"title\";s:9:\"Pricing 5\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_6.png\";s:12:\"tmpl_created\";i:1520443327;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:551;s:16:\"popularity_index\";i:716;s:11:\"trend_index\";i:639;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:701;a:20:{s:4:\"tmpl\";i:445;s:2:\"id\";i:4605;s:5:\"title\";s:9:\"Pricing 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_black_7.png\";s:12:\"tmpl_created\";i:1520443332;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:553;s:16:\"popularity_index\";i:738;s:11:\"trend_index\";i:773;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:702;a:20:{s:4:\"tmpl\";i:433;s:2:\"id\";i:4500;s:5:\"title\";s:9:\"Pricing 7\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_1.png\";s:12:\"tmpl_created\";i:1520443308;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:554;s:16:\"popularity_index\";i:500;s:11:\"trend_index\";i:451;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:703;a:20:{s:4:\"tmpl\";i:435;s:2:\"id\";i:4521;s:5:\"title\";s:9:\"Pricing 8\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_2.png\";s:12:\"tmpl_created\";i:1520443312;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:557;s:16:\"popularity_index\";i:311;s:11:\"trend_index\";i:372;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:704;a:20:{s:4:\"tmpl\";i:437;s:2:\"id\";i:4537;s:5:\"title\";s:9:\"Pricing 9\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/02/price_white_3.png\";s:12:\"tmpl_created\";i:1520443315;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/pricing-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"pricing\";s:4:\"tags\";s:11:\"[\"Pricing\"]\";s:10:\"menu_order\";i:559;s:16:\"popularity_index\";i:589;s:11:\"trend_index\";i:841;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:705;a:20:{s:4:\"tmpl\";i:1046;s:2:\"id\";i:15204;s:5:\"title\";s:24:\"Psychologist &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/09/404.jpg\";s:12:\"tmpl_created\";i:1600161419;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/psychologist-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:40:\"[\"404\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:564;s:16:\"popularity_index\";i:574;s:11:\"trend_index\";i:493;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:706;a:20:{s:4:\"tmpl\";i:1047;s:2:\"id\";i:15212;s:5:\"title\";s:28:\"Psychologist &#8211; Archive\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2020/09/Blog.jpg\";s:12:\"tmpl_created\";i:1600162340;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:126:\"https://library.elementor.com/blocks/psychologist-archive/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:565;s:16:\"popularity_index\";i:379;s:11:\"trend_index\";i:358;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:707;a:20:{s:4:\"tmpl\";i:1048;s:2:\"id\";i:15219;s:5:\"title\";s:27:\"Psychologist &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Footer.jpg\";s:12:\"tmpl_created\";i:1600163069;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:43:\"[\"Footer\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:599;s:11:\"trend_index\";i:500;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:708;a:20:{s:4:\"tmpl\";i:701;s:2:\"id\";i:9239;s:5:\"title\";s:17:\"product archive 1\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-1.png\";s:12:\"tmpl_created\";i:1532953482;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:566;s:16:\"popularity_index\";i:60;s:11:\"trend_index\";i:25;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:709;a:20:{s:4:\"tmpl\";i:1049;s:2:\"id\";i:15230;s:5:\"title\";s:27:\"Psychologist &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/09/Header.png\";s:12:\"tmpl_created\";i:1600163444;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/psychologist-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:43:\"[\"Header\",\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:429;s:11:\"trend_index\";i:423;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:710;a:20:{s:4:\"tmpl\";i:702;s:2:\"id\";i:9247;s:5:\"title\";s:17:\"product archive 2\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-2.png\";s:12:\"tmpl_created\";i:1532953793;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:567;s:16:\"popularity_index\";i:71;s:11:\"trend_index\";i:30;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:711;a:20:{s:4:\"tmpl\";i:1050;s:2:\"id\";i:15240;s:5:\"title\";s:34:\"Psychologist &#8211; single post 1\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Post.png\";s:12:\"tmpl_created\";i:1600164087;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:562;s:11:\"trend_index\";i:570;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:712;a:20:{s:4:\"tmpl\";i:703;s:2:\"id\";i:9254;s:5:\"title\";s:17:\"product archive 3\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/product-archive-350-3.png\";s:12:\"tmpl_created\";i:1532954032;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/product-archive-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:15:\"product archive\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:568;s:16:\"popularity_index\";i:73;s:11:\"trend_index\";i:44;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:713;a:20:{s:4:\"tmpl\";i:1051;s:2:\"id\";i:15251;s:5:\"title\";s:34:\"Psychologist &#8211; single post 2\";s:9:\"thumbnail\";s:80:\"https://library.elementor.com/wp-content/uploads/2020/09/Single-Service-Page.png\";s:12:\"tmpl_created\";i:1600165179;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:132:\"https://library.elementor.com/blocks/psychologist-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:34:\"[\"Psychologist\",\"Psychotherapist\"]\";s:10:\"menu_order\";i:569;s:16:\"popularity_index\";i:507;s:11:\"trend_index\";i:368;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:714;a:20:{s:4:\"tmpl\";i:412;s:2:\"id\";i:4313;s:5:\"title\";s:11:\"Services 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_8.png\";s:12:\"tmpl_created\";i:1520443268;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:570;s:16:\"popularity_index\";i:115;s:11:\"trend_index\";i:53;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:715;a:20:{s:4:\"tmpl\";i:413;s:2:\"id\";i:4324;s:5:\"title\";s:11:\"Services 14\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_9.png\";s:12:\"tmpl_created\";i:1520443270;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:571;s:16:\"popularity_index\";i:277;s:11:\"trend_index\";i:138;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:716;a:20:{s:4:\"tmpl\";i:418;s:2:\"id\";i:4368;s:5:\"title\";s:11:\"Services 16\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_13.png\";s:12:\"tmpl_created\";i:1520443279;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:572;s:16:\"popularity_index\";i:62;s:11:\"trend_index\";i:59;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:717;a:20:{s:4:\"tmpl\";i:420;s:2:\"id\";i:4391;s:5:\"title\";s:11:\"Services 17\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_14.png\";s:12:\"tmpl_created\";i:1520443283;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:573;s:16:\"popularity_index\";i:153;s:11:\"trend_index\";i:120;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:718;a:20:{s:4:\"tmpl\";i:403;s:2:\"id\";i:4235;s:5:\"title\";s:11:\"Services 18\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_2.png\";s:12:\"tmpl_created\";i:1520443251;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:574;s:16:\"popularity_index\";i:273;s:11:\"trend_index\";i:172;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:719;a:20:{s:4:\"tmpl\";i:417;s:2:\"id\";i:4357;s:5:\"title\";s:11:\"Services 20\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_12.png\";s:12:\"tmpl_created\";i:1520443277;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:575;s:16:\"popularity_index\";i:45;s:11:\"trend_index\";i:45;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:720;a:20:{s:4:\"tmpl\";i:415;s:2:\"id\";i:4341;s:5:\"title\";s:11:\"Services 21\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_11.png\";s:12:\"tmpl_created\";i:1520443274;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:576;s:16:\"popularity_index\";i:142;s:11:\"trend_index\";i:114;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:721;a:20:{s:4:\"tmpl\";i:414;s:2:\"id\";i:4332;s:5:\"title\";s:11:\"Services 22\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_10.png\";s:12:\"tmpl_created\";i:1520443272;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:577;s:16:\"popularity_index\";i:138;s:11:\"trend_index\";i:149;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:722;a:20:{s:4:\"tmpl\";i:401;s:2:\"id\";i:4212;s:5:\"title\";s:11:\"Services 23\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_1.png\";s:12:\"tmpl_created\";i:1520443248;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:578;s:16:\"popularity_index\";i:136;s:11:\"trend_index\";i:302;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:723;a:20:{s:4:\"tmpl\";i:408;s:2:\"id\";i:4276;s:5:\"title\";s:11:\"Services 24\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_4.png\";s:12:\"tmpl_created\";i:1520443261;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:579;s:16:\"popularity_index\";i:353;s:11:\"trend_index\";i:514;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:724;a:20:{s:4:\"tmpl\";i:406;s:2:\"id\";i:4260;s:5:\"title\";s:11:\"Services 25\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_3.png\";s:12:\"tmpl_created\";i:1520443257;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-25/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:580;s:16:\"popularity_index\";i:184;s:11:\"trend_index\";i:209;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:725;a:20:{s:4:\"tmpl\";i:404;s:2:\"id\";i:4244;s:5:\"title\";s:11:\"Services 26\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_2.png\";s:12:\"tmpl_created\";i:1520443253;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:581;s:16:\"popularity_index\";i:544;s:11:\"trend_index\";i:596;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:726;a:20:{s:4:\"tmpl\";i:421;s:2:\"id\";i:4400;s:5:\"title\";s:11:\"Services 27\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_13.png\";s:12:\"tmpl_created\";i:1520443285;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:582;s:16:\"popularity_index\";i:286;s:11:\"trend_index\";i:438;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:727;a:20:{s:4:\"tmpl\";i:419;s:2:\"id\";i:4376;s:5:\"title\";s:11:\"Services 28\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_12.png\";s:12:\"tmpl_created\";i:1520443281;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-28/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:583;s:16:\"popularity_index\";i:151;s:11:\"trend_index\";i:249;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:728;a:20:{s:4:\"tmpl\";i:416;s:2:\"id\";i:4349;s:5:\"title\";s:11:\"Services 29\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_11.png\";s:12:\"tmpl_created\";i:1520443275;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:584;s:16:\"popularity_index\";i:330;s:11:\"trend_index\";i:483;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:729;a:20:{s:4:\"tmpl\";i:402;s:2:\"id\";i:4227;s:5:\"title\";s:11:\"Services 30\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_black_1.png\";s:12:\"tmpl_created\";i:1520443250;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-30/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:585;s:16:\"popularity_index\";i:351;s:11:\"trend_index\";i:553;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:730;a:20:{s:4:\"tmpl\";i:560;s:2:\"id\";i:6162;s:5:\"title\";s:11:\"Services 31\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_1.png\";s:12:\"tmpl_created\";i:1520443668;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/services-31/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:586;s:16:\"popularity_index\";i:372;s:11:\"trend_index\";i:550;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:731;a:20:{s:4:\"tmpl\";i:411;s:2:\"id\";i:4302;s:5:\"title\";s:10:\"Services 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_7.png\";s:12:\"tmpl_created\";i:1520443266;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:587;s:16:\"popularity_index\";i:58;s:11:\"trend_index\";i:97;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:732;a:20:{s:4:\"tmpl\";i:410;s:2:\"id\";i:4293;s:5:\"title\";s:10:\"Services 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_6.png\";s:12:\"tmpl_created\";i:1520443265;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:588;s:16:\"popularity_index\";i:288;s:11:\"trend_index\";i:269;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:733;a:20:{s:4:\"tmpl\";i:409;s:2:\"id\";i:4284;s:5:\"title\";s:10:\"Services 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_5.png\";s:12:\"tmpl_created\";i:1520443263;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:589;s:16:\"popularity_index\";i:27;s:11:\"trend_index\";i:21;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:734;a:20:{s:4:\"tmpl\";i:407;s:2:\"id\";i:4268;s:5:\"title\";s:10:\"Services 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_4.png\";s:12:\"tmpl_created\";i:1520443259;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:590;s:16:\"popularity_index\";i:173;s:11:\"trend_index\";i:213;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:735;a:20:{s:4:\"tmpl\";i:405;s:2:\"id\";i:4252;s:5:\"title\";s:10:\"Services 9\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/02/Service_white_3.png\";s:12:\"tmpl_created\";i:1520443255;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/services-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:8:\"services\";s:4:\"tags\";s:12:\"[\"Services\"]\";s:10:\"menu_order\";i:591;s:16:\"popularity_index\";i:46;s:11:\"trend_index\";i:99;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:736;a:20:{s:4:\"tmpl\";i:677;s:2:\"id\";i:8676;s:5:\"title\";s:13:\"single page 1\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.6.jpg\";s:12:\"tmpl_created\";i:1527682423;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:592;s:16:\"popularity_index\";i:285;s:11:\"trend_index\";i:145;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:737;a:20:{s:4:\"tmpl\";i:678;s:2:\"id\";i:8678;s:5:\"title\";s:13:\"single page 2\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.2.jpg\";s:12:\"tmpl_created\";i:1527682780;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:593;s:16:\"popularity_index\";i:140;s:11:\"trend_index\";i:82;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:738;a:20:{s:4:\"tmpl\";i:679;s:2:\"id\";i:8679;s:5:\"title\";s:13:\"single page 3\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.3.jpg\";s:12:\"tmpl_created\";i:1527682847;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:594;s:16:\"popularity_index\";i:122;s:11:\"trend_index\";i:23;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:739;a:20:{s:4:\"tmpl\";i:680;s:2:\"id\";i:8680;s:5:\"title\";s:13:\"single page 4\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.1.jpg\";s:12:\"tmpl_created\";i:1527682896;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:595;s:16:\"popularity_index\";i:373;s:11:\"trend_index\";i:190;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:740;a:20:{s:4:\"tmpl\";i:681;s:2:\"id\";i:8681;s:5:\"title\";s:13:\"single page 5\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.5.jpg\";s:12:\"tmpl_created\";i:1527682969;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:596;s:16:\"popularity_index\";i:287;s:11:\"trend_index\";i:218;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:741;a:20:{s:4:\"tmpl\";i:682;s:2:\"id\";i:8682;s:5:\"title\";s:13:\"single page 6\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.4.jpg\";s:12:\"tmpl_created\";i:1527683026;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:597;s:16:\"popularity_index\";i:412;s:11:\"trend_index\";i:227;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:742;a:20:{s:4:\"tmpl\";i:683;s:2:\"id\";i:8703;s:5:\"title\";s:13:\"single page 7\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2018/05/S_P350.7.jpg\";s:12:\"tmpl_created\";i:1527683072;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-page-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single page\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:598;s:16:\"popularity_index\";i:401;s:11:\"trend_index\";i:316;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:743;a:20:{s:4:\"tmpl\";i:640;s:2:\"id\";i:7650;s:5:\"title\";s:13:\"Single Post 1\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_1_v2.jpg\";s:12:\"tmpl_created\";i:1521557736;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:599;s:16:\"popularity_index\";i:119;s:11:\"trend_index\";i:266;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:744;a:20:{s:4:\"tmpl\";i:639;s:2:\"id\";i:7663;s:5:\"title\";s:13:\"Single Post 2\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/single_post_2_v2.jpg\";s:12:\"tmpl_created\";i:1521547761;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:24:\"[\"Blog\",\"Post\",\"Single\"]\";s:10:\"menu_order\";i:600;s:16:\"popularity_index\";i:50;s:11:\"trend_index\";i:139;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:745;a:20:{s:4:\"tmpl\";i:705;s:2:\"id\";i:9296;s:5:\"title\";s:13:\"Single Post 3\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3002.jpg\";s:12:\"tmpl_created\";i:1537440673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:601;s:16:\"popularity_index\";i:213;s:11:\"trend_index\";i:204;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:746;a:20:{s:4:\"tmpl\";i:704;s:2:\"id\";i:9301;s:5:\"title\";s:13:\"Single Post 4\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3003.jpg\";s:12:\"tmpl_created\";i:1537440661;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:602;s:16:\"popularity_index\";i:248;s:11:\"trend_index\";i:336;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:747;a:20:{s:4:\"tmpl\";i:706;s:2:\"id\";i:9313;s:5:\"title\";s:13:\"Single Post 5\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3001.jpg\";s:12:\"tmpl_created\";i:1537440798;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:603;s:16:\"popularity_index\";i:197;s:11:\"trend_index\";i:177;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:748;a:20:{s:4:\"tmpl\";i:707;s:2:\"id\";i:9343;s:5:\"title\";s:13:\"Single Post 6\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3004.jpg\";s:12:\"tmpl_created\";i:1537443531;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:604;s:16:\"popularity_index\";i:228;s:11:\"trend_index\";i:279;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:749;a:20:{s:4:\"tmpl\";i:708;s:2:\"id\";i:9349;s:5:\"title\";s:13:\"Single Post 7\";s:9:\"thumbnail\";s:65:\"https://library.elementor.com/wp-content/uploads/2018/09/3005.jpg\";s:12:\"tmpl_created\";i:1537443903;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/single-post-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:605;s:16:\"popularity_index\";i:158;s:11:\"trend_index\";i:253;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:750;a:20:{s:4:\"tmpl\";i:555;s:2:\"id\";i:6114;s:5:\"title\";s:7:\"Stats 1\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_6.png\";s:12:\"tmpl_created\";i:1520443659;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:610;s:16:\"popularity_index\";i:434;s:11:\"trend_index\";i:692;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:751;a:20:{s:4:\"tmpl\";i:562;s:2:\"id\";i:6178;s:5:\"title\";s:8:\"Stats 10\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_2.png\";s:12:\"tmpl_created\";i:1520443676;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:611;s:16:\"popularity_index\";i:435;s:11:\"trend_index\";i:755;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:752;a:20:{s:4:\"tmpl\";i:561;s:2:\"id\";i:6170;s:5:\"title\";s:8:\"Stats 11\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_2.png\";s:12:\"tmpl_created\";i:1520443670;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:366;s:11:\"trend_index\";i:552;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:753;a:20:{s:4:\"tmpl\";i:697;s:2:\"id\";i:9174;s:5:\"title\";s:17:\"single product 01\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product01_350.png\";s:12:\"tmpl_created\";i:1532950125;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-01/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:612;s:16:\"popularity_index\";i:31;s:11:\"trend_index\";i:6;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:754;a:20:{s:4:\"tmpl\";i:563;s:2:\"id\";i:6186;s:5:\"title\";s:8:\"Stats 12\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_white_3.png\";s:12:\"tmpl_created\";i:1520443678;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:569;s:11:\"trend_index\";i:811;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:755;a:20:{s:4:\"tmpl\";i:698;s:2:\"id\";i:9178;s:5:\"title\";s:17:\"single product 02\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product02_350new.png\";s:12:\"tmpl_created\";i:1532951997;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-02/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:613;s:16:\"popularity_index\";i:66;s:11:\"trend_index\";i:42;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:756;a:20:{s:4:\"tmpl\";i:550;s:2:\"id\";i:6071;s:5:\"title\";s:8:\"Stats 13\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_3.png\";s:12:\"tmpl_created\";i:1520443649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:114:\"https://library.elementor.com/blocks/stats-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:168;s:11:\"trend_index\";i:328;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:757;a:20:{s:4:\"tmpl\";i:699;s:2:\"id\";i:9180;s:5:\"title\";s:17:\"single product 03\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product03_350.png\";s:12:\"tmpl_created\";i:1532952302;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-03/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:614;s:16:\"popularity_index\";i:108;s:11:\"trend_index\";i:66;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:758;a:20:{s:4:\"tmpl\";i:554;s:2:\"id\";i:6106;s:5:\"title\";s:7:\"Stats 2\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_6.png\";s:12:\"tmpl_created\";i:1520443657;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:361;s:11:\"trend_index\";i:784;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:759;a:20:{s:4:\"tmpl\";i:700;s:2:\"id\";i:9182;s:5:\"title\";s:17:\"single product 04\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/07/single_product040_350.png\";s:12:\"tmpl_created\";i:1532952606;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:123:\"https://library.elementor.com/blocks/single-product-04/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:17:\"essential-oct2023\";s:7:\"subtype\";s:14:\"single product\";s:4:\"tags\";s:2:\"[]\";s:10:\"menu_order\";i:615;s:16:\"popularity_index\";i:123;s:11:\"trend_index\";i:81;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:760;a:20:{s:4:\"tmpl\";i:551;s:2:\"id\";i:6079;s:5:\"title\";s:7:\"Stats 3\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_4.png\";s:12:\"tmpl_created\";i:1520443651;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:616;s:16:\"popularity_index\";i:284;s:11:\"trend_index\";i:385;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:761;a:20:{s:4:\"tmpl\";i:552;s:2:\"id\";i:6089;s:5:\"title\";s:7:\"Stats 4\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_5.png\";s:12:\"tmpl_created\";i:1520443653;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:617;s:16:\"popularity_index\";i:205;s:11:\"trend_index\";i:452;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:762;a:20:{s:4:\"tmpl\";i:549;s:2:\"id\";i:6063;s:5:\"title\";s:7:\"Stats 5\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_2.png\";s:12:\"tmpl_created\";i:1520443647;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:618;s:16:\"popularity_index\";i:181;s:11:\"trend_index\";i:419;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:763;a:20:{s:4:\"tmpl\";i:553;s:2:\"id\";i:6097;s:5:\"title\";s:7:\"Stats 6\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_2.png\";s:12:\"tmpl_created\";i:1520443655;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:11:\"[\"numbers\"]\";s:10:\"menu_order\";i:619;s:16:\"popularity_index\";i:264;s:11:\"trend_index\";i:492;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:764;a:20:{s:4:\"tmpl\";i:538;s:2:\"id\";i:5956;s:5:\"title\";s:7:\"Stats 7\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_black_1.png\";s:12:\"tmpl_created\";i:1520443623;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:620;s:16:\"popularity_index\";i:532;s:11:\"trend_index\";i:541;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:765;a:20:{s:4:\"tmpl\";i:537;s:2:\"id\";i:5947;s:5:\"title\";s:7:\"Stats 8\";s:9:\"thumbnail\";s:76:\"https://library.elementor.com/wp-content/uploads/2018/03/numbers_white_1.png\";s:12:\"tmpl_created\";i:1520443621;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-8/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:621;s:16:\"popularity_index\";i:368;s:11:\"trend_index\";i:531;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:766;a:20:{s:4:\"tmpl\";i:559;s:2:\"id\";i:6152;s:5:\"title\";s:7:\"Stats 9\";s:9:\"thumbnail\";s:77:\"https://library.elementor.com/wp-content/uploads/2018/03/progress_black_1.png\";s:12:\"tmpl_created\";i:1520443666;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/stats-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:5:\"stats\";s:4:\"tags\";s:9:\"[\"Stats\"]\";s:10:\"menu_order\";i:622;s:16:\"popularity_index\";i:272;s:11:\"trend_index\";i:557;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:767;a:20:{s:4:\"tmpl\";i:469;s:2:\"id\";i:5157;s:5:\"title\";s:11:\"Subscribe 1\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_1.png\";s:12:\"tmpl_created\";i:1520443448;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:623;s:16:\"popularity_index\";i:340;s:11:\"trend_index\";i:293;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:768;a:20:{s:4:\"tmpl\";i:472;s:2:\"id\";i:5181;s:5:\"title\";s:11:\"Subscribe 2\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_2.png\";s:12:\"tmpl_created\";i:1520443454;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/subscribe-2-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:624;s:16:\"popularity_index\";i:451;s:11:\"trend_index\";i:340;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:769;a:20:{s:4:\"tmpl\";i:470;s:2:\"id\";i:5165;s:5:\"title\";s:11:\"Subscribe 3\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_1.png\";s:12:\"tmpl_created\";i:1520443450;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-3/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:625;s:16:\"popularity_index\";i:520;s:11:\"trend_index\";i:620;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:770;a:20:{s:4:\"tmpl\";i:477;s:2:\"id\";i:5222;s:5:\"title\";s:11:\"Subscribe 4\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_black_3.png\";s:12:\"tmpl_created\";i:1520443464;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:626;s:16:\"popularity_index\";i:397;s:11:\"trend_index\";i:427;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:771;a:20:{s:4:\"tmpl\";i:471;s:2:\"id\";i:5173;s:5:\"title\";s:11:\"Subscribe 5\";s:9:\"thumbnail\";s:78:\"https://library.elementor.com/wp-content/uploads/2018/03/subscribe_white_2.png\";s:12:\"tmpl_created\";i:1520443452;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:117:\"https://library.elementor.com/blocks/subscribe-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:9:\"subscribe\";s:4:\"tags\";s:20:\"[\"Form\",\"Subscribe\"]\";s:10:\"menu_order\";i:627;s:16:\"popularity_index\";i:261;s:11:\"trend_index\";i:237;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:772;a:20:{s:4:\"tmpl\";i:465;s:2:\"id\";i:4801;s:5:\"title\";s:7:\"Team 11\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_8.png\";s:12:\"tmpl_created\";i:1520443369;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:628;s:16:\"popularity_index\";i:332;s:11:\"trend_index\";i:188;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:773;a:20:{s:4:\"tmpl\";i:462;s:2:\"id\";i:4770;s:5:\"title\";s:7:\"Team 12\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_6.png\";s:12:\"tmpl_created\";i:1520443364;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:115:\"https://library.elementor.com/blocks/team-12-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:629;s:16:\"popularity_index\";i:432;s:11:\"trend_index\";i:488;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:774;a:20:{s:4:\"tmpl\";i:458;s:2:\"id\";i:4727;s:5:\"title\";s:7:\"Team 13\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_2.png\";s:12:\"tmpl_created\";i:1520443356;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:630;s:16:\"popularity_index\";i:375;s:11:\"trend_index\";i:345;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:775;a:20:{s:4:\"tmpl\";i:543;s:2:\"id\";i:5999;s:5:\"title\";s:7:\"Team 14\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_10.png\";s:12:\"tmpl_created\";i:1520443634;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:631;s:16:\"popularity_index\";i:110;s:11:\"trend_index\";i:318;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:776;a:20:{s:4:\"tmpl\";i:455;s:2:\"id\";i:4698;s:5:\"title\";s:7:\"Team 15\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_1.png\";s:12:\"tmpl_created\";i:1520443350;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:632;s:16:\"popularity_index\";i:449;s:11:\"trend_index\";i:410;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:777;a:20:{s:4:\"tmpl\";i:463;s:2:\"id\";i:4781;s:5:\"title\";s:7:\"Team 16\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_7.png\";s:12:\"tmpl_created\";i:1520443365;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:633;s:16:\"popularity_index\";i:267;s:11:\"trend_index\";i:330;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:778;a:20:{s:4:\"tmpl\";i:558;s:2:\"id\";i:6144;s:5:\"title\";s:7:\"Team 17\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_11.png\";s:12:\"tmpl_created\";i:1520443664;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:634;s:16:\"popularity_index\";i:166;s:11:\"trend_index\";i:365;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:779;a:20:{s:4:\"tmpl\";i:464;s:2:\"id\";i:4793;s:5:\"title\";s:7:\"Team 18\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_8.png\";s:12:\"tmpl_created\";i:1520443367;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:635;s:16:\"popularity_index\";i:207;s:11:\"trend_index\";i:173;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:780;a:20:{s:4:\"tmpl\";i:466;s:2:\"id\";i:4809;s:5:\"title\";s:7:\"Team 19\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_9.png\";s:12:\"tmpl_created\";i:1520443371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:636;s:16:\"popularity_index\";i:300;s:11:\"trend_index\";i:465;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:781;a:20:{s:4:\"tmpl\";i:459;s:2:\"id\";i:4736;s:5:\"title\";s:7:\"Team 20\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_4.png\";s:12:\"tmpl_created\";i:1520443358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:637;s:16:\"popularity_index\";i:144;s:11:\"trend_index\";i:159;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:782;a:20:{s:4:\"tmpl\";i:467;s:2:\"id\";i:4818;s:5:\"title\";s:7:\"Team 21\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_9.png\";s:12:\"tmpl_created\";i:1520443373;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:638;s:16:\"popularity_index\";i:515;s:11:\"trend_index\";i:606;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:783;a:20:{s:4:\"tmpl\";i:461;s:2:\"id\";i:4759;s:5:\"title\";s:7:\"Team 22\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_5.png\";s:12:\"tmpl_created\";i:1520443362;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:639;s:16:\"popularity_index\";i:299;s:11:\"trend_index\";i:376;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:784;a:20:{s:4:\"tmpl\";i:460;s:2:\"id\";i:4746;s:5:\"title\";s:7:\"Team 23\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_black_4.png\";s:12:\"tmpl_created\";i:1520443360;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:113:\"https://library.elementor.com/blocks/team-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:640;s:16:\"popularity_index\";i:282;s:11:\"trend_index\";i:378;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:785;a:20:{s:4:\"tmpl\";i:457;s:2:\"id\";i:4718;s:5:\"title\";s:6:\"Team 4\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_3.png\";s:12:\"tmpl_created\";i:1520443354;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-4/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:641;s:16:\"popularity_index\";i:192;s:11:\"trend_index\";i:359;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:786;a:20:{s:4:\"tmpl\";i:456;s:2:\"id\";i:4706;s:5:\"title\";s:6:\"Team 5\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_2.png\";s:12:\"tmpl_created\";i:1520443352;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-5/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:642;s:16:\"popularity_index\";i:149;s:11:\"trend_index\";i:299;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:787;a:20:{s:4:\"tmpl\";i:544;s:2:\"id\";i:6008;s:5:\"title\";s:6:\"Team 6\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_10.png\";s:12:\"tmpl_created\";i:1520443636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-6/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:643;s:16:\"popularity_index\";i:75;s:11:\"trend_index\";i:277;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:788;a:20:{s:4:\"tmpl\";i:454;s:2:\"id\";i:4690;s:5:\"title\";s:6:\"Team 7\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2018/03/team_white_1.png\";s:12:\"tmpl_created\";i:1520443348;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:112:\"https://library.elementor.com/blocks/team-7/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:4:\"team\";s:4:\"tags\";s:8:\"[\"Team\"]\";s:10:\"menu_order\";i:644;s:16:\"popularity_index\";i:243;s:11:\"trend_index\";i:402;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:789;a:20:{s:4:\"tmpl\";i:586;s:2:\"id\";i:4921;s:5:\"title\";s:14:\"Testimonial 10\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_5.png\";s:12:\"tmpl_created\";i:1520520562;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-10/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:645;s:16:\"popularity_index\";i:219;s:11:\"trend_index\";i:198;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:790;a:20:{s:4:\"tmpl\";i:582;s:2:\"id\";i:4889;s:5:\"title\";s:14:\"Testimonial 11\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-2.jpg\";s:12:\"tmpl_created\";i:1520520556;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-11/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:646;s:16:\"popularity_index\";i:557;s:11:\"trend_index\";i:522;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:791;a:20:{s:4:\"tmpl\";i:580;s:2:\"id\";i:4871;s:5:\"title\";s:14:\"Testimonial 12\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_3.png\";s:12:\"tmpl_created\";i:1520520552;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-12/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:647;s:16:\"popularity_index\";i:262;s:11:\"trend_index\";i:391;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:792;a:20:{s:4:\"tmpl\";i:578;s:2:\"id\";i:4854;s:5:\"title\";s:14:\"Testimonial 13\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_2.png\";s:12:\"tmpl_created\";i:1520520549;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-13/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:648;s:16:\"popularity_index\";i:637;s:11:\"trend_index\";i:741;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:793;a:20:{s:4:\"tmpl\";i:595;s:2:\"id\";i:4995;s:5:\"title\";s:14:\"Testimonial 14\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_12.png\";s:12:\"tmpl_created\";i:1520520577;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-14/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:649;s:16:\"popularity_index\";i:400;s:11:\"trend_index\";i:411;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:794;a:20:{s:4:\"tmpl\";i:593;s:2:\"id\";i:4979;s:5:\"title\";s:14:\"Testimonial 15\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_10.png\";s:12:\"tmpl_created\";i:1520520573;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-15/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:650;s:16:\"popularity_index\";i:568;s:11:\"trend_index\";i:544;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:795;a:20:{s:4:\"tmpl\";i:576;s:2:\"id\";i:4835;s:5:\"title\";s:14:\"Testimonial 16\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_1.png\";s:12:\"tmpl_created\";i:1520520546;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-16/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:651;s:16:\"popularity_index\";i:399;s:11:\"trend_index\";i:401;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:796;a:20:{s:4:\"tmpl\";i:594;s:2:\"id\";i:4987;s:5:\"title\";s:14:\"Testimonial 17\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_12-1.png\";s:12:\"tmpl_created\";i:1520520575;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-17/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:652;s:16:\"popularity_index\";i:159;s:11:\"trend_index\";i:199;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:797;a:20:{s:4:\"tmpl\";i:577;s:2:\"id\";i:4843;s:5:\"title\";s:14:\"Testimonial 18\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_2.png\";s:12:\"tmpl_created\";i:1520520548;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-18/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:653;s:16:\"popularity_index\";i:457;s:11:\"trend_index\";i:780;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:798;a:20:{s:4:\"tmpl\";i:579;s:2:\"id\";i:4863;s:5:\"title\";s:14:\"Testimonial 19\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_3.png\";s:12:\"tmpl_created\";i:1520520551;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-19/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:654;s:16:\"popularity_index\";i:245;s:11:\"trend_index\";i:599;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:799;a:20:{s:4:\"tmpl\";i:581;s:2:\"id\";i:4880;s:5:\"title\";s:14:\"Testimonial 20\";s:9:\"thumbnail\";s:72:\"https://library.elementor.com/wp-content/uploads/2018/03/customers-1.jpg\";s:12:\"tmpl_created\";i:1520520554;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-20/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:655;s:16:\"popularity_index\";i:446;s:11:\"trend_index\";i:653;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:800;a:20:{s:4:\"tmpl\";i:583;s:2:\"id\";i:4897;s:5:\"title\";s:14:\"Testimonial 21\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_5.png\";s:12:\"tmpl_created\";i:1520520557;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-21/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:656;s:16:\"popularity_index\";i:78;s:11:\"trend_index\";i:289;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:801;a:20:{s:4:\"tmpl\";i:584;s:2:\"id\";i:4905;s:5:\"title\";s:14:\"Testimonial 22\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_6.png\";s:12:\"tmpl_created\";i:1520520559;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-22/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:657;s:16:\"popularity_index\";i:121;s:11:\"trend_index\";i:221;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:802;a:20:{s:4:\"tmpl\";i:585;s:2:\"id\";i:4913;s:5:\"title\";s:14:\"Testimonial 23\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_7.png\";s:12:\"tmpl_created\";i:1520520561;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-23/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:658;s:16:\"popularity_index\";i:247;s:11:\"trend_index\";i:566;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:803;a:20:{s:4:\"tmpl\";i:575;s:2:\"id\";i:4826;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_1.png\";s:12:\"tmpl_created\";i:1520520544;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-24-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:659;s:16:\"popularity_index\";i:256;s:11:\"trend_index\";i:395;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:804;a:20:{s:4:\"tmpl\";i:587;s:2:\"id\";i:4929;s:5:\"title\";s:14:\"Testimonial 24\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_8.png\";s:12:\"tmpl_created\";i:1520520564;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-24/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:660;s:16:\"popularity_index\";i:49;s:11:\"trend_index\";i:206;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:805;a:20:{s:4:\"tmpl\";i:591;s:2:\"id\";i:4963;s:5:\"title\";s:14:\"Testimonial 25\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_10.png\";s:12:\"tmpl_created\";i:1520520570;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:122:\"https://library.elementor.com/blocks/testimonial-25-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:661;s:16:\"popularity_index\";i:417;s:11:\"trend_index\";i:546;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:806;a:20:{s:4:\"tmpl\";i:592;s:2:\"id\";i:4971;s:5:\"title\";s:14:\"Testimonial 26\";s:9:\"thumbnail\";s:82:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_11.png\";s:12:\"tmpl_created\";i:1520520572;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-26/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:662;s:16:\"popularity_index\";i:649;s:11:\"trend_index\";i:718;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:807;a:20:{s:4:\"tmpl\";i:589;s:2:\"id\";i:4947;s:5:\"title\";s:14:\"Testimonial 27\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_white_9.png\";s:12:\"tmpl_created\";i:1520520567;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-27/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:663;s:16:\"popularity_index\";i:221;s:11:\"trend_index\";i:496;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:808;a:20:{s:4:\"tmpl\";i:590;s:2:\"id\";i:4955;s:5:\"title\";s:14:\"Testimonial 29\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_9.png\";s:12:\"tmpl_created\";i:1520520569;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:120:\"https://library.elementor.com/blocks/testimonial-29/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:664;s:16:\"popularity_index\";i:378;s:11:\"trend_index\";i:695;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:809;a:20:{s:4:\"tmpl\";i:588;s:2:\"id\";i:4939;s:5:\"title\";s:13:\"Testimonial 9\";s:9:\"thumbnail\";s:81:\"https://library.elementor.com/wp-content/uploads/2018/03/testimonials_black_8.png\";s:12:\"tmpl_created\";i:1520520565;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/testimonial-9/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:4:\"free\";s:7:\"subtype\";s:12:\"testimonials\";s:4:\"tags\";s:15:\"[\"Testimonial\"]\";s:10:\"menu_order\";i:665;s:16:\"popularity_index\";i:103;s:11:\"trend_index\";i:341;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"0\";s:12:\"access_level\";i:0;}i:810;a:20:{s:4:\"tmpl\";i:928;s:2:\"id\";i:12509;s:5:\"title\";s:18:\"Travel &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2019/12/404.png\";s:12:\"tmpl_created\";i:1575960378;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:116:\"https://library.elementor.com/blocks/travel-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:24:\"[\"404\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:666;s:16:\"popularity_index\";i:747;s:11:\"trend_index\";i:712;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:811;a:20:{s:4:\"tmpl\";i:929;s:2:\"id\";i:12516;s:5:\"title\";s:27:\"Travel &#8211; Archive Blog\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Archiv_s.png\";s:12:\"tmpl_created\";i:1575960387;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:125:\"https://library.elementor.com/blocks/travel-archive-blog/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:667;s:16:\"popularity_index\";i:496;s:11:\"trend_index\";i:487;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:812;a:20:{s:4:\"tmpl\";i:927;s:2:\"id\";i:12500;s:5:\"title\";s:21:\"Travel &#8211; Header\";s:9:\"thumbnail\";s:84:\"https://library.elementor.com/wp-content/uploads/2020/06/Header-travel-and-tours.png\";s:12:\"tmpl_created\";i:1575960371;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:27:\"[\"Header\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:668;s:16:\"popularity_index\";i:443;s:11:\"trend_index\";i:434;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:813;a:20:{s:4:\"tmpl\";i:930;s:2:\"id\";i:12524;s:5:\"title\";s:26:\"Travel &#8211; Single Post\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Post_s.png\";s:12:\"tmpl_created\";i:1575960397;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-single-post/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:669;s:16:\"popularity_index\";i:591;s:11:\"trend_index\";i:663;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:814;a:20:{s:4:\"tmpl\";i:931;s:2:\"id\";i:12531;s:5:\"title\";s:31:\"Travel &#8211; Single Post Tour\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2019/12/Single_Tour_s.png\";s:12:\"tmpl_created\";i:1575960404;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:129:\"https://library.elementor.com/blocks/travel-single-post-tour/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:18:\"[\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:670;s:16:\"popularity_index\";i:630;s:11:\"trend_index\";i:548;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:815;a:20:{s:4:\"tmpl\";i:926;s:2:\"id\";i:12492;s:5:\"title\";s:14:\"Travel -Footer\";s:9:\"thumbnail\";s:69:\"https://library.elementor.com/wp-content/uploads/2019/12/Footer_s.png\";s:12:\"tmpl_created\";i:1575960358;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:119:\"https://library.elementor.com/blocks/travel-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:27:\"[\"Footer\",\"Tours\",\"Travel\"]\";s:10:\"menu_order\";i:671;s:16:\"popularity_index\";i:453;s:11:\"trend_index\";i:322;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:816;a:20:{s:4:\"tmpl\";i:1068;s:2:\"id\";i:15498;s:5:\"title\";s:23:\"Travel Blog &#8211; 404\";s:9:\"thumbnail\";s:64:\"https://library.elementor.com/wp-content/uploads/2020/11/404.jpg\";s:12:\"tmpl_created\";i:1606215636;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:121:\"https://library.elementor.com/blocks/travel-blog-404/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:8:\"404 page\";s:4:\"tags\";s:23:\"[\"404\",\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:672;s:16:\"popularity_index\";i:749;s:11:\"trend_index\";i:759;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:817;a:20:{s:4:\"tmpl\";i:1069;s:2:\"id\";i:15508;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 1\";s:9:\"thumbnail\";s:74:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-1-350.jpg\";s:12:\"tmpl_created\";i:1606215649;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:673;s:16:\"popularity_index\";i:659;s:11:\"trend_index\";i:468;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:818;a:20:{s:4:\"tmpl\";i:1070;s:2:\"id\";i:15518;s:5:\"title\";s:29:\"Travel Blog &#8211; Archive 2\";s:9:\"thumbnail\";s:79:\"https://library.elementor.com/wp-content/uploads/2020/11/Archive-2-350-Copy.jpg\";s:12:\"tmpl_created\";i:1606215663;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:127:\"https://library.elementor.com/blocks/travel-blog-archive-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:7:\"archive\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:674;s:16:\"popularity_index\";i:688;s:11:\"trend_index\";i:431;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:819;a:20:{s:4:\"tmpl\";i:1071;s:2:\"id\";i:15528;s:5:\"title\";s:26:\"Travel Blog &#8211; Footer\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Footer.jpg\";s:12:\"tmpl_created\";i:1606215673;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-footer/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"footer\";s:4:\"tags\";s:26:\"[\"Blog\",\"Footer\",\"Travel\"]\";s:10:\"menu_order\";i:675;s:16:\"popularity_index\";i:656;s:11:\"trend_index\";i:377;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:820;a:20:{s:4:\"tmpl\";i:1067;s:2:\"id\";i:15536;s:5:\"title\";s:26:\"Travel Blog &#8211; Header\";s:9:\"thumbnail\";s:67:\"https://library.elementor.com/wp-content/uploads/2020/11/Header.jpg\";s:12:\"tmpl_created\";i:1606215625;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:124:\"https://library.elementor.com/blocks/travel-blog-header/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:6:\"header\";s:4:\"tags\";s:26:\"[\"Blog\",\"Header\",\"Travel\"]\";s:10:\"menu_order\";i:676;s:16:\"popularity_index\";i:584;s:11:\"trend_index\";i:228;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"0\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:821;a:20:{s:4:\"tmpl\";i:1072;s:2:\"id\";i:15545;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 1\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-1-350.jpg\";s:12:\"tmpl_created\";i:1606215684;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-1/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:677;s:16:\"popularity_index\";i:669;s:11:\"trend_index\";i:482;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}i:822;a:20:{s:4:\"tmpl\";i:1066;s:2:\"id\";i:15556;s:5:\"title\";s:33:\"Travel Blog &#8211; Single Post 2\";s:9:\"thumbnail\";s:73:\"https://library.elementor.com/wp-content/uploads/2020/11/Single-2-350.jpg\";s:12:\"tmpl_created\";i:1606215613;s:6:\"author\";s:9:\"Elementor\";s:3:\"url\";s:131:\"https://library.elementor.com/blocks/travel-blog-single-post-2/?utm_source=template-library&utm_medium=wp-dash&utm_campaign=preview\";s:4:\"type\";s:5:\"block\";s:11:\"access_tier\";s:9:\"essential\";s:7:\"subtype\";s:11:\"single post\";s:4:\"tags\";s:17:\"[\"Blog\",\"Travel\"]\";s:10:\"menu_order\";i:678;s:16:\"popularity_index\";i:652;s:11:\"trend_index\";i:454;s:18:\"editor_layout_type\";s:0:\"\";s:15:\"minimum_version\";s:5:\"0.0.0\";s:8:\"products\";s:7:\"regular\";s:17:\"has_page_settings\";s:1:\"1\";s:6:\"is_pro\";s:1:\"1\";s:12:\"access_level\";i:1;}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(197, 'elementor_remote_info_feed_data', 'a:3:{i:0;a:5:{s:5:\"title\";s:57:\"Introducing Cloud Templates: your personal design library\";s:7:\"excerpt\";s:153:\"Transform your workflow with Elementor\'s new Cloud Templates – create, save, and access your templates across all your websites with just a few clicks.\";s:7:\"created\";i:1749048239;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:127:\"https://elementor.com/blog/introducing-cloud-templates/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:1;a:5:{s:5:\"title\";s:74:\"Introducing Editor V4 Alpha: The Future of Website Building with Elementor\";s:7:\"excerpt\";s:242:\"Editor V4 Alpha introduces a CSS-first framework with reusable Classes and States, improved performance, a unified styling system, and fully responsive style controls—all designed to make your website building more efficient and consistent.\";s:7:\"created\";i:1748357309;s:5:\"badge\";s:4:\" NEW\";s:3:\"url\";s:119:\"https://elementor.com/blog/editor-v4-1st-alpha/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}i:2;a:5:{s:5:\"title\";s:101:\"Introducing Elementor 3.27: Flexible Grids, Better Security, Enhanced Accessibility & More Creativity\";s:7:\"excerpt\";s:409:\"Elementor 3.27 is packed with features designed to give you more control, boost your site’s performance, enhance accessibility, and take your creativity to new heights. This version is all about solving real challenges—whether it’s designing intricate Grid layouts, embedding modern video formats, or adding effortless animations, Elementor 3.27 makes your workflow smoother and your websites smarter.\r\n\";s:7:\"created\";i:1738142681;s:5:\"badge\";s:3:\"NEW\";s:3:\"url\";s:155:\"https://elementor.com/blog/elementor-327-grid-layouts-local-google-fonts-ai-motion/?utm_source=wp-overview-widget&utm_medium=wp-dash&utm_campaign=news-feed\";}}', 'off'),
(200, '_elementor_notifications_data', 'a:2:{s:7:\"timeout\";i:1749733598;s:5:\"value\";s:12875:\"[{\"id\":\"bd-sale-9\",\"title\":\"Elementor Turns 9 \\u2013 Get Up to 25% Off Pro\",\"description\":\"Need more control, features, and flexibility? Now\\u2019s the best time to upgrade. For a limited time, get Elementor Pro at up to 25% off.\",\"topic\":\"Birthday Sale\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/bd-sale-9.png\",\"chipTags\":[\"Pro\"],\"cta\":\"View Birthday Deals\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-bd-sale-9\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"cloud-templates-3.29\",\"title\":\"Your Templates, available everywhere\",\"description\":\"Store sections, containers, and full pages in the cloud\\u2014making them accessible across all your Pro-connected sites. Style once, reuse anywhere!\",\"topic\":\"Elementor Pro 3.29\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/cloud-templates.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-cloud-templates\\/\"},{\"id\":\"classes-3.29\",\"title\":\"Classes: Style Once, Apply Everywhere\",\"description\":\"Create Classes to define styling patterns once and apply them across your entire site with a single click. Add States for stunning hover and focus effects\\u2014no coding needed!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-classes.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"send-connect\",\"title\":\"More Integrations, More Impact\",\"description\":\"Discover Send\\u2019s new features: Behavior-based triggers, win-back email campaigns, expanded form integrations, and more! Explore how marketing automation features can boost your store.\",\"topic\":\"Send: Email & SMS built for WooCommerce\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-connect.png\",\"chipTags\":[\"New Features\"],\"cta\":\"Check Out\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/newmay\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"style-tab-3.29\",\"title\":\"Consistent Styling Everywhere\",\"description\":\"Every V4 element shares the same styling capabilities in the same logical order and location. Plus, we\'ve streamlined from 3 tabs to just 2\\u2014content in one, styling in the other!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-style-tab.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"responsive-3.29\",\"title\":\"Fully Responsive Design\",\"description\":\"With Editor V4, every single style property can be customized per device. Complete creative control for desktop, tablet, and mobile!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-responsive.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"performance-3.29\",\"title\":\"Blazing fast performance\",\"description\":\"In Editor V4, each element uses one clean div instead of multiple nested divs like in the current version\\u2014your sites will load lightning-fast with cleaner code!\",\"topic\":\"Editor V4 Alpha\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/v4-performance.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.29-editor-v4\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"migration-host\",\"title\":\"Move to Better Cloud Hosting, Painlessly\",\"description\":\"Migrate your Elementor website for free to a home that\\u2019s perfect for it, in minutes, with a combination of\\u2028advanced automation and free expert support\",\"topic\":\"Host\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/migration-host.png\",\"chipTags\":[\"Cloud Hosting\"],\"link\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\",\"readMoreText\":\"Learn More\",\"cta\":\"Migrate for free\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/hosting-free-migration\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"introduction_meta\",\"meta\":\"ai_get_started\"}]],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"ai-isolate-object\",\"title\":\"Sharper product images, instantly\",\"description\":\"Remove distractions and reframe your shots with the new Isolate Object tool powered by Elementor AI \\u2014 perfect for a polished, uniform Woo storefront.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/isolate-object-ai.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Start Free Trial\",\"link\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\",\"readMoreText\":\"Learn More\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/Isolateobjectblog\"},{\"id\":\"hello-biz-contact\",\"title\":\"New Contact Widget, Visual Layout Presets & more\",\"description\":\"Hello Biz just got an update! Explore the new Contact Widget, Visual Layout Presets, Form Submissions integration, and fresh new kits.\",\"topic\":\"Hello Biz\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/hello-biz-contact.png\",\"chipTags\":[\"New Features\"],\"link\":\"https:\\/\\/go.elementor.com\\/hello-biz-updates\",\"readMoreText\":\"Learn More\"},{\"id\":\"ai-site-planner-colors\",\"title\":\"Style Your Wireframe, Speed Up Your Store Build\",\"description\":\"Site Planner now lets you style your wireframe with fonts and colors - instantly visualizing your site\\u2019s look and feel. Plus, it predesigns pages for WooCommerce like Cart and Checkout, so you can dive straight into customizations\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/site-planner-colors.png\",\"chipTags\":[\"New Feature\"],\"link\":\"http:\\/\\/www.elementor.com\\/ai-site-planner\",\"readMoreText\":\"Learn More\"},{\"id\":\"ally-notification\",\"title\":\"Just released! Ally - a new plugin for web accessibility & usability\",\"description\":\"Ally simplifies the complexities of making your website more accessible. With new regulations here and coming, making your website more usable and inclusive is no longer just an option, but a must.\",\"topic\":\"Ally by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/ally-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get it free\",\"ctaLink\":\"https:\\/\\/wordpress.org\\/plugins\\/pojo-accessibility\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"pojo-accessibility\\/pojo-accessibility.php\"}]]},{\"id\":\"send-notification\",\"title\":\"Grow your business with Send: an intuitive platform for Email & SMS, natively built for WooCommerce.\",\"description\":\"Deliver powerful, automated email & SMS campaigns with Send\\u2014built for WooCommerce to help you boost conversions, drive growth, and go beyond just building websites.\",\"topic\":\"Send by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/send-notification.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Explore Send\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/AHSfdh\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"send-app\\/send-app.php\"}]]},{\"id\":\"ai-site-planner\",\"title\":\"Instant Sitemaps & Wireframes\",\"description\":\"Get your website plan in minutes with AI Site Planner. Describe your desired site and AI will generate a sitemap, brief and wireframe populated with initial content, ready for you to customize.\",\"topic\":\"Elementor AI\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/aI-site-planner.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/ai-notification-site-planner\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"grid-span-3.27\",\"title\":\"Design Grid layouts that fit your exact vision\",\"description\":\"Advanced column and row span controls give you the power to design Grid Container layouts that fit your exact vision.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/grid-span-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-grid-span-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"local-fonts-3.27\",\"title\":\"Load Google Fonts safer and faster\",\"description\":\"Once enabled, Google Fonts are served directly from your server, streamlining the loading process and enhancing security.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/local-google-fonts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-local-fonts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"video-shorts-3.27\",\"title\":\"Showcase short-form, vertical videos\",\"description\":\"The Video widget now supports YouTube Shorts in a vertical 9:16 ratio, the go-to format for engaging audiences.\",\"topic\":\"Elementor 3.27\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/video-shorts-3.27.png\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.27-video-shorts-blog\\/\",\"readMoreText\":\"Learn More\"},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipPlan\":\"Pro\",\"chipTags\":[\"New Feature\"],\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-blog\\/\",\"readMoreText\":\"Learn More\",\"conditions\":[[{\"type\":\"plugin\",\"plugin\":\"elementor-pro\\/elementor-pro.php\"}]]},{\"id\":\"dynamic-off-canvas-3.26\",\"title\":\"Dynamic Off-Canvas for Loop Grids\",\"description\":\"Create richer, more interactive designs by linking Dynamic Content to the Off Canvas widget, delivering seamless user experiences.\",\"topic\":\"Elementor Pro 3.26\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/off-canvas-loop-grids.png\",\"chipTags\":[\"New Feature\"],\"cta\":\"Upgrade\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/go-pro-notification-3.26-loop-off-canvas\\/\"},{\"id\":\"image-optimizer-3.19\",\"title\":\"Effortlessly optimize images for a stunning, high-speed website with the Image Optimizer plugin.\",\"description\":\"Image Optimizer perfectly balances between image quality and performance to boost your website.  Resize, compress, and convert images to WebP, for faster loading times and and better user experience.\",\"topic\":\"Image Optimizer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/image-optimizer-3.19.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Get the Image Optimizer\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/io-notification-wp-dash-learn-more\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"image-optimization\\/image-optimization.php\"}]]},{\"id\":\"5-star-rating-prompt\",\"title\":\"Love the New Features? Let Us Know with 5 Stars!\",\"description\":\"Help spread the word by telling the world what you love about Elementor.\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/5-star-rating-prompt.png\",\"cta\":\"Leave a Review\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/wp-dash-notification-five-stars\\/\"},{\"id\":\"site-mailer-introducing\",\"title\":\"Introducing Site Mailer\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"topic\":\"Site Mailer Plugin by Elementor\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/notifications\\/v1\\/images\\/Site-mailer.png\",\"chipTags\":[\"New plugin\"],\"cta\":\"Start Free Trial\",\"ctaLink\":\"https:\\/\\/go.elementor.com\\/sm-wp-dash-whatsnew\\/\",\"conditions\":[[{\"type\":\"plugin\",\"operator\":\"!=\",\"plugin\":\"site-mailer\\/site-mailer.php\"}]]}]\";}', 'off'),
(206, 'uae_lite_is_activated', 'yes', 'auto'),
(208, 'hfe_is_theme_supported', '', 'auto'),
(209, '_hfe_db_version', '2.4.0', 'auto'),
(211, 'hfe_onboarding_triggered', 'yes', 'auto'),
(212, 'hfe_plugin_previous_version', '2.4.0', 'auto'),
(213, 'hfe_plugin_version', '2.4.0', 'auto'),
(214, 'uae_analytics_installed_time', '1749467565', 'off'),
(215, '_transient_timeout_hfe_rollback_versions_2.4.0', '1750072367', 'off'),
(216, '_transient_hfe_rollback_versions_2.4.0', 'a:10:{i:0;s:5:\"2.3.2\";i:1;s:5:\"2.3.1\";i:2;s:5:\"2.3.0\";i:3;s:5:\"2.2.4\";i:4;s:5:\"2.2.3\";i:5;s:5:\"2.2.2\";i:6;s:5:\"2.2.1\";i:7;s:5:\"2.2.0\";i:8;s:5:\"2.1.0\";i:9;s:5:\"2.0.6\";}', 'off'),
(217, 'nps-survey-header-footer-elementor', 'a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1749467567;}', 'auto'),
(218, '_transient_timeout_uae_widgets_usage_data', '1752059567', 'off'),
(219, '_transient_uae_widgets_usage_data', 'a:0:{}', 'off'),
(220, 'uae_widgets_usage_data_option', 'a:0:{}', 'auto'),
(221, 'e_editor_counter', '86', 'auto'),
(222, '_elementor_free_to_pro_upsell', 'a:2:{s:7:\"timeout\";i:1749733597;s:5:\"value\";s:593:\"[{\"id\":\"animated_headline\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/animated_headline.jpg\"},{\"id\":\"video_playlist\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/video_playlist.jpg\"},{\"id\":\"cta\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/cta.jpg\"},{\"id\":\"testimonial_widget\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/testimonial_widget.jpg\"},{\"id\":\"image_carousel\",\"imageSrc\":\"https:\\/\\/assets.elementor.com\\/free-to-pro-upsell\\/v1\\/images\\/image_carousel.jpg\"}]\";}', 'off'),
(225, '_elementor_local_google_fonts', 'a:5:{s:6:\"roboto\";a:2:{s:3:\"url\";s:92:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/elementor/google-fonts/css/roboto.css\";s:7:\"version\";i:1749467957;}s:10:\"robotoslab\";a:2:{s:3:\"url\";s:96:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/elementor/google-fonts/css/robotoslab.css\";s:7:\"version\";i:1749468037;}s:10:\"montserrat\";a:2:{s:3:\"url\";s:96:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/elementor/google-fonts/css/montserrat.css\";s:7:\"version\";i:1749531392;}s:5:\"inter\";a:2:{s:3:\"url\";s:91:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/elementor/google-fonts/css/inter.css\";s:7:\"version\";i:1749538005;}s:20:\"montserratalternates\";a:2:{s:3:\"url\";s:106:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/elementor/google-fonts/css/montserratalternates.css\";s:7:\"version\";i:1749553384;}}', 'auto'),
(228, 'nav_menu_options', 'a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}', 'off'),
(246, '_elementor_element_cache_unique_id', '3702c9343bd2e54191e379c987741792', 'auto'),
(247, 'category_children', 'a:0:{}', 'auto'),
(366, 'elementor_log', 'a:3:{s:32:\"862b354848f8cbd976eeac5356ce0394\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-06-10 07:08:08\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:60:\"Cannot read properties of null (reading &#039;dataset&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:2;s:14:\"\0*\0times_dates\";a:2:{i:0;s:19:\"2025-06-10 07:08:08\";i:1;s:19:\"2025-06-10 07:08:11\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1749539288\";s:7:\"message\";s:50:\"Cannot read properties of null (reading \'dataset\')\";s:3:\"url\";s:109:\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/3ac06e8b9c2e8f04c57d.bundle.min.js\";s:4:\"line\";s:1:\"2\";s:6:\"column\";s:4:\"7612\";}s:7:\"\0*\0file\";s:109:\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/3ac06e8b9c2e8f04c57d.bundle.min.js\";s:7:\"\0*\0line\";s:1:\"2\";s:9:\"\0*\0column\";s:4:\"7612\";}s:32:\"c232b561d25d6625d6336f715edaf6e8\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-06-11 08:25:08\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:63:\"Cannot read properties of undefined (reading &#039;model&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:18;s:14:\"\0*\0times_dates\";a:18:{i:0;s:19:\"2025-06-11 08:25:08\";i:1;s:19:\"2025-06-11 08:25:08\";i:2;s:19:\"2025-06-11 08:25:08\";i:3;s:19:\"2025-06-11 08:25:08\";i:4;s:19:\"2025-06-11 08:25:08\";i:5;s:19:\"2025-06-11 08:25:08\";i:6;s:19:\"2025-06-11 08:25:08\";i:7;s:19:\"2025-06-11 08:25:09\";i:8;s:19:\"2025-06-11 08:25:09\";i:9;s:19:\"2025-06-11 08:25:09\";i:10;s:19:\"2025-06-11 08:25:09\";i:11;s:19:\"2025-06-11 08:25:09\";i:12;s:19:\"2025-06-11 08:25:09\";i:13;s:19:\"2025-06-11 08:25:09\";i:14;s:19:\"2025-06-11 08:25:09\";i:15;s:19:\"2025-06-11 08:25:09\";i:16;s:19:\"2025-06-11 08:25:09\";i:17;s:19:\"2025-06-11 08:25:09\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1749630308\";s:7:\"message\";s:53:\"Cannot read properties of undefined (reading \'model\')\";s:3:\"url\";s:99:\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.29.2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"707356\";}s:7:\"\0*\0file\";s:99:\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.29.2\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"707356\";}s:32:\"ce5c89866a80fdbd9f53036be2e553d5\";O:30:\"Elementor\\Core\\Logger\\Items\\JS\":10:{s:7:\"\0*\0date\";s:19:\"2025-06-12 05:20:18\";s:7:\"\0*\0type\";s:5:\"error\";s:10:\"\0*\0message\";s:61:\"Cannot read properties of null (reading &#039;scrollTo&#039;)\";s:7:\"\0*\0meta\";a:0:{}s:8:\"\0*\0times\";i:1;s:14:\"\0*\0times_dates\";a:1:{i:0;s:19:\"2025-06-12 05:20:18\";}s:7:\"\0*\0args\";a:6:{s:4:\"type\";s:5:\"error\";s:9:\"timestamp\";s:10:\"1749705618\";s:7:\"message\";s:51:\"Cannot read properties of null (reading \'scrollTo\')\";s:3:\"url\";s:99:\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.29.2\";s:4:\"line\";s:1:\"3\";s:6:\"column\";s:6:\"149521\";}s:7:\"\0*\0file\";s:99:\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/js/editor.min.js?ver=3.29.2\";s:7:\"\0*\0line\";s:1:\"3\";s:9:\"\0*\0column\";s:6:\"149521\";}}', 'off'),
(399, 'pmpro_gateway_environment', 'sandbox', 'auto'),
(400, 'pmpro_currency', 'USD', 'auto'),
(402, 'pmpro_from_email', 'wordpress@localhost', 'auto'),
(403, 'pmpro_from_name', 'WordPress', 'auto'),
(404, 'pmpro_email_admin_checkout', '1', 'auto'),
(405, 'pmpro_email_admin_changes', '1', 'auto'),
(406, 'pmpro_email_admin_cancels', '1', 'auto'),
(407, 'pmpro_email_admin_billing', '1', 'auto'),
(408, 'pmpro_tospage', '', 'auto'),
(409, 'pmpro_dismissed_wp_pointers', 'a:1:{i:0;s:19:\"pmpro_v2_menu_moved\";}', 'auto'),
(410, 'pmpro_nag_paused', '1750149307', 'off'),
(411, 'pmpro_wisdom_opt_out', '1', 'off'),
(412, 'pmpro_db_version', '3.402', 'off'),
(413, 'pmpro_filterqueries', '1', 'off'),
(414, 'pmpro_last_known_url', 'https://ifa-wp.dreamstechnologies.com', 'auto'),
(415, 'widget_pmpro-member-login', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(417, 'pmpro_license_check', 'a:2:{s:7:\"license\";b:0;s:7:\"enddate\";i:0;}', 'off'),
(420, 'wisdom_notification_times', 'a:1:{s:20:\"paid-memberships-pro\";i:1749544514;}', 'auto'),
(421, '_site_transient_traduttore-registry-plugins', 'O:8:\"stdClass\":2:{s:20:\"paid-memberships-pro\";a:1:{s:12:\"translations\";a:41:{i:0;a:7:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:35:37+00:00\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-af.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"af\";i:1;s:3:\"afr\";}}i:1;a:7:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-04-09T10:47:00+00:00\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-bg_BG.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"bg\";i:1;s:3:\"bul\";}}i:2;a:7:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-18T13:53:19+00:00\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-ca.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ca\";i:1;s:3:\"cat\";}}i:3;a:7:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:37:49+00:00\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-zh_CN.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}i:4;a:7:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:26:42+00:00\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:12:\"香港中文\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-zh_HK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}i:5;a:7:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:33:32+00:00\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-zh_TW.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"zh\";i:1;s:3:\"zho\";}}i:6;a:7:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-18T13:35:22+00:00\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-hr.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"hr\";i:1;s:3:\"hrv\";}}i:7;a:7:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:13:39+00:00\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-cs_CZ.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"cs\";i:1;s:3:\"ces\";}}i:8;a:7:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:28:59+00:00\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-da_DK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"da\";i:1;s:3:\"dan\";}}i:9;a:7:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-18T13:31:23+00:00\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-nl_NL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nl\";i:1;s:3:\"nld\";}}i:10;a:7:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-04-16T09:11:52+00:00\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-en_ZA.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:11;a:7:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:39:52+00:00\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-en_GB.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"en\";i:1;s:3:\"eng\";i:2;s:3:\"eng\";}}i:12;a:7:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:34:26+00:00\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-fi.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fi\";i:1;s:3:\"fin\";}}i:13;a:7:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:11:01+00:00\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-fr_CA.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fr\";i:1;s:3:\"fra\";}}i:14;a:7:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-05-21T11:55:00+00:00\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-fr_FR.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"fr\";}}i:15;a:7:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:32:55+00:00\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-gl_ES.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"gl\";i:1;s:3:\"glg\";}}i:16;a:7:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:13:54+00:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-de_DE.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"de\";}}i:17;a:7:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:18:41+00:00\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-el.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"el\";i:1;s:3:\"ell\";}}i:18;a:7:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:10:03+00:00\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-he_IL.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"he\";}}i:19;a:7:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-04-24T09:22:20+00:00\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-it_IT.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"it\";i:1;s:3:\"ita\";}}i:20;a:7:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-05-07T04:29:50+00:00\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-ja.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"ja\";}}i:21;a:7:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:22:39+00:00\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-nb_NO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"nb\";i:1;s:3:\"nob\";}}i:22;a:7:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:20:21+00:00\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-fa_IR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"fa\";i:1;s:3:\"fas\";}}i:23;a:7:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:35:58+00:00\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-pl_PL.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pl\";i:1;s:3:\"pol\";}}i:24;a:7:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-02-18T20:35:10+00:00\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-pt_BR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"pt\";i:1;s:3:\"por\";}}i:25;a:7:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:24:33+00:00\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-pt_PT.zip\";s:3:\"iso\";a:1:{i:0;s:2:\"pt\";}}i:26;a:7:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:27:56+00:00\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-ro_RO.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ro\";i:1;s:3:\"ron\";}}i:27;a:7:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:30:55+00:00\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-ru_RU.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"ru\";i:1;s:3:\"rus\";}}i:28;a:7:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:32:26+00:00\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-sr_RS.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sr\";i:1;s:3:\"srp\";}}i:29;a:7:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:28:48+00:00\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-sk_SK.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sk\";i:1;s:3:\"slk\";}}i:30;a:7:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-18T13:51:45+00:00\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_AR.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:31;a:7:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:30:08+00:00\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_CL.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:32;a:7:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-18T13:39:57+00:00\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_MX.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:33;a:7:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:30:48+00:00\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_PE.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:34;a:7:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-02-19T23:37:53+00:00\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_ES.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:35;a:7:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-20T11:38:06+00:00\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_UY.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:36;a:7:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:11:59+00:00\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-es_VE.zip\";s:3:\"iso\";a:3:{i:0;s:2:\"es\";i:1;s:3:\"spa\";i:2;s:3:\"spa\";}}i:37;a:7:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2025-03-31T13:08:55+00:00\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-sv_SE.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"sv\";i:1;s:3:\"swe\";}}i:38;a:7:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-18T13:28:30+00:00\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:90:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-tr_TR.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"tr\";i:1;s:3:\"tur\";}}i:39;a:7:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-26T08:21:09+00:00\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-uk.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"uk\";i:1;s:3:\"ukr\";}}i:40;a:7:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"1.0\";s:7:\"updated\";s:25:\"2024-11-20T13:26:58+00:00\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:87:\"https://translate.strangerstudios.com/wp-content/traduttore/paid-memberships-pro-cy.zip\";s:3:\"iso\";a:2:{i:0;s:2:\"cy\";i:1;s:3:\"cym\";}}}}s:13:\"_last_checked\";i:1749544516;}', 'off'),
(422, 'pmpro_site_type', 'other', 'off'),
(423, 'pmpro_account_page_id', '208', 'auto'),
(424, 'pmpro_billing_page_id', '209', 'auto'),
(425, 'pmpro_cancel_page_id', '210', 'auto'),
(426, 'pmpro_checkout_page_id', '211', 'auto'),
(427, 'pmpro_confirmation_page_id', '212', 'auto'),
(428, 'pmpro_invoice_page_id', '213', 'auto'),
(429, 'pmpro_levels_page_id', '214', 'auto'),
(430, 'pmpro_login_page_id', '215', 'auto'),
(431, 'pmpro_member_profile_edit_page_id', '216', 'auto'),
(433, 'pmpro_wizard_step', 'done', 'off'),
(434, 'pmpro_showexcerpts', '0', 'off'),
(435, 'pmpro_block_dashboard', '', 'off'),
(436, 'pmpro_hide_toolbar', '', 'off'),
(457, 'wisdom_block_notice', 'a:1:{s:20:\"paid-memberships-pro\";s:20:\"paid-memberships-pro\";}', 'auto'),
(460, 'pmpro_visits', 'a:9:{s:5:\"today\";i:1;s:8:\"thisdate\";s:10:\"2025-12-06\";s:4:\"week\";i:11;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:11;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:11;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:11;}', 'auto'),
(461, 'pmpro_views', 'a:9:{s:5:\"today\";i:398;s:8:\"thisdate\";s:10:\"2025-12-06\";s:4:\"week\";i:873;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:873;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:873;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:873;}', 'auto'),
(490, 'pmpro_style_variation', 'variation_1', 'off'),
(491, 'pmpro_colors', 'a:3:{s:4:\"base\";s:7:\"#ffffff\";s:8:\"contrast\";s:7:\"#222222\";s:6:\"accent\";s:7:\"#0c3d54\";}', 'auto'),
(492, 'pmpro_library_conflicts', 'a:1:{s:6:\"stripe\";a:2:{s:109:\"C:\\xampp\\htdocs\\indianfilmalliance\\wp-content\\plugins\\paid-memberships-pro\\includes\\lib\\Stripe\\lib\\Stripe.php\";a:2:{s:7:\"version\";s:6:\"10.0.0\";s:9:\"timestamp\";s:19:\"2025-06-10 13:57:05\";}s:109:\"E:\\xampp\\htdocs\\indianfilmalliance\\wp-content\\plugins\\paid-memberships-pro\\includes\\lib\\Stripe\\lib\\Stripe.php\";a:2:{s:7:\"version\";s:6:\"10.0.0\";s:9:\"timestamp\";s:19:\"2025-06-12 11:57:36\";}}}', 'off'),
(507, '_transient_health-check-site-status-result', '{\"good\":16,\"recommended\":5,\"critical\":2}', 'on'),
(542, 'pmpro_logins', 'a:9:{s:5:\"today\";i:0;s:8:\"thisdate\";s:10:\"2025-12-06\";s:4:\"week\";i:2;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:2;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:2;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:2;}', 'auto'),
(560, 'recovery_mode_email_last_sent', '1749701631', 'auto'),
(575, '_site_transient_timeout_browser_0fe6feb54289f4c67027ec06cc2131f8', '1750228978', 'off'),
(576, '_site_transient_browser_0fe6feb54289f4c67027ec06cc2131f8', 'a:10:{s:4:\"name\";s:6:\"Chrome\";s:7:\"version\";s:9:\"137.0.0.0\";s:8:\"platform\";s:7:\"Windows\";s:10:\"update_url\";s:29:\"https://www.google.com/chrome\";s:7:\"img_src\";s:43:\"http://s.w.org/images/browsers/chrome.png?1\";s:11:\"img_src_ssl\";s:44:\"https://s.w.org/images/browsers/chrome.png?1\";s:15:\"current_version\";s:2:\"18\";s:7:\"upgrade\";b:0;s:8:\"insecure\";b:0;s:6:\"mobile\";b:0;}', 'off'),
(577, '_site_transient_timeout_php_check_53fa02513e93f8d5b695fa686a20e650', '1750228979', 'off'),
(578, '_site_transient_php_check_53fa02513e93f8d5b695fa686a20e650', 'a:5:{s:19:\"recommended_version\";s:3:\"7.4\";s:15:\"minimum_version\";s:6:\"7.2.24\";s:12:\"is_supported\";b:1;s:9:\"is_secure\";b:1;s:13:\"is_acceptable\";b:1;}', 'off'),
(597, '_elementor_settings_update_time', '1749624558', 'auto'),
(598, 'elementor_cpt_support', 'a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}', 'auto'),
(599, 'elementor_disable_color_schemes', '', 'auto'),
(600, 'elementor_disable_typography_schemes', '', 'auto'),
(601, 'elementor_allow_tracking', 'no', 'auto'),
(602, 'elementor_google_maps_api_key', '', 'auto'),
(603, 'elementor_editor_break_lines', '', 'auto'),
(604, 'elementor_unfiltered_files_upload', '', 'auto'),
(605, 'elementor_google_font', '1', 'auto'),
(606, 'elementor_load_fa4_shim', '', 'auto'),
(607, 'elementor_meta_generator_tag', '', 'auto'),
(608, 'elementor_css_print_method', 'external', 'auto'),
(609, 'elementor_optimized_image_loading', '1', 'auto'),
(610, 'elementor_optimized_gutenberg_loading', '1', 'auto'),
(611, 'elementor_lazy_load_background_images', '1', 'auto'),
(612, 'elementor_element_cache_ttl', '24', 'auto'),
(613, 'elementor_experiment-e_optimized_markup', 'default', 'auto'),
(614, 'elementor_experiment-e_element_cache', 'default', 'auto'),
(615, 'elementor_experiment-cloud-library', 'default', 'auto'),
(616, 'elementor_experiment-e_font_icon_svg', 'default', 'auto'),
(617, 'elementor_experiment-additional_custom_breakpoints', 'default', 'auto'),
(618, 'elementor_experiment-container', 'default', 'auto'),
(619, 'elementor_experiment-e_local_google_fonts', 'default', 'auto'),
(620, 'elementor_experiment-nested-elements', 'default', 'auto'),
(621, 'elementor_experiment-editor_v2', 'default', 'auto'),
(640, 'widget_dreamsrentelementor_search_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(641, 'widget_dreamsrentelementor_recent_post_widget', 'a:1:{s:12:\"_multiwidget\";i:1;}', 'auto'),
(689, '_transient_timeout_elementor_image_optimization_campaign', '1752221220', 'off'),
(690, '_transient_elementor_image_optimization_campaign', 'a:3:{s:6:\"source\";s:23:\"io-editor-image-install\";s:8:\"campaign\";s:6:\"io-plg\";s:6:\"medium\";s:7:\"wp-dash\";}', 'off'),
(729, 'site_logo', '14', 'auto'),
(735, 'nps-survey-astra', 'a:6:{s:13:\"dismiss_count\";i:0;s:19:\"dismiss_permanently\";b:0;s:12:\"dismiss_step\";s:0:\"\";s:12:\"dismiss_time\";s:0:\"\";s:16:\"dismiss_timespan\";N;s:17:\"first_render_time\";i:1749634941;}', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(737, 'astra_partials_config_cache', 'a:2:{s:8:\"settings\";a:1212:{s:46:\"section-header-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[cloned-component-track]\";a:4:{s:7:\"default\";a:12:{s:13:\"header-button\";i:2;s:13:\"footer-button\";i:2;s:11:\"header-html\";i:2;s:11:\"footer-html\";i:2;s:11:\"header-menu\";i:2;s:13:\"header-widget\";i:4;s:13:\"footer-widget\";i:4;s:19:\"header-social-icons\";i:1;s:19:\"footer-social-icons\";i:1;s:14:\"header-divider\";i:0;s:14:\"footer-divider\";i:0;s:13:\"removed-items\";a:0:{}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-header]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-desktop-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:1:{i:0;s:11:\"mobile-menu\";}}s:5:\"above\";a:5:{s:10:\"above_left\";a:0:{}s:17:\"above_left_center\";a:0:{}s:12:\"above_center\";a:0:{}s:18:\"above_right_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:5:{s:12:\"primary_left\";a:2:{i:0;s:4:\"logo\";i:1;s:6:\"menu-1\";}s:19:\"primary_left_center\";a:0:{}s:14:\"primary_center\";a:0:{}s:20:\"primary_right_center\";a:0:{}s:13:\"primary_right\";a:2:{i:0;s:6:\"html-1\";i:1;s:8:\"button-1\";}}s:5:\"below\";a:5:{s:10:\"below_left\";a:0:{}s:17:\"below_left_center\";a:0:{}s:12:\"below_center\";a:0:{}s:18:\"below_right_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-preset-style]\";a:4:{s:7:\"default\";s:8:\"preset_3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-desktop-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-mobile-items]\";a:4:{s:7:\"default\";a:5:{s:5:\"popup\";a:1:{s:13:\"popup_content\";a:3:{i:0;s:11:\"mobile-menu\";i:1;s:6:\"html-1\";i:2;s:8:\"button-1\";}}s:5:\"above\";a:3:{s:10:\"above_left\";a:0:{}s:12:\"above_center\";a:0:{}s:11:\"above_right\";a:0:{}}s:7:\"primary\";a:3:{s:12:\"primary_left\";a:1:{i:0;s:4:\"logo\";}s:14:\"primary_center\";a:0:{}s:13:\"primary_right\";a:1:{i:0;s:14:\"mobile-trigger\";}}s:5:\"below\";a:3:{s:10:\"below_left\";a:0:{}s:12:\"below_center\";a:0:{}s:11:\"below_right\";a:0:{}}s:4:\"flag\";b:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-mobile-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-transparent-link-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-transparant-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-main-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:56:\"astra-settings[theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:28:\"astra-settings[button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:14;s:5:\"right\";i:28;s:6:\"bottom\";i:14;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:24;s:6:\"bottom\";i:12;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[secondary-button-preset-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[secondary-theme-button-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[secondary-theme-button-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[secondary-theme-button-border-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[secondary-theme-button-border-group-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:66:\"astra-settings[secondary-theme-button-border-group-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[secondary-button-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[secondary-button-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[secondary-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[secondary-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-theme-button-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:13;s:5:\"right\";i:30;s:6:\"bottom\";i:13;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";i:12;s:5:\"right\";i:28;s:6:\"bottom\";i:12;s:4:\"left\";i:28;}s:6:\"mobile\";a:4:{s:3:\"top\";i:10;s:5:\"right\";i:24;s:6:\"bottom\";i:10;s:4:\"left\";i:24;}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[secondary-theme-button-border-group-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:5:\"right\";i:2;s:6:\"bottom\";i:2;s:4:\"left\";i:2;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[secondary-button-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:34:\"section-secondary-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[narrow-container-max-width]\";a:4:{s:7:\"default\";i:750;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:7:\"default\";a:2:{s:4:\"type\";s:0:\"\";s:5:\"value\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:22:\"sanitize_logo_svg_icon\";}}s:39:\"astra-settings[logo-svg-site-title-gap]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:1:\"5\";s:6:\"tablet\";s:1:\"5\";s:6:\"mobile\";s:1:\"5\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-header-responsive-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:201;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[display-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[display-site-tagline-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:0;s:6:\"tablet\";i:0;s:6:\"mobile\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[site-identity-title-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-color-site-title]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[logo-svg-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[logo-svg-icon-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-h-site-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-color-site-tagline]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[site-icon-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[blog-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-post-content]\";a:4:{s:7:\"default\";s:7:\"excerpt\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[blog-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[blog-layout]\";a:4:{s:7:\"default\";s:13:\"blog-layout-4\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[blog-post-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[archive-post-content-structure-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-post-structure]\";a:4:{s:7:\"default\";a:5:{i:0;s:5:\"image\";i:1;s:8:\"category\";i:2;s:5:\"title\";i:3;s:10:\"title-meta\";i:4;s:7:\"excerpt\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-meta-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[blog-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[blog-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:46:\"astra-settings[blog-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[blog-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-hover-effect]\";a:4:{s:7:\"default\";s:7:\"zoom-in\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:31:\"astra-settings[blog-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[blog-post-color-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[post-card-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[post-card-border-radius]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:6;s:5:\"right\";i:6;s:6:\"bottom\";i:6;s:4:\"left\";i:6;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[blog-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[blog-post-meta-divider-type]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[blog-meta-category-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[blog-meta-tag-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:29:\"section-blog-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[blog-meta]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[blog-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[blog-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[single-content-images-shadow]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-blog-single-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[single-post-outside-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[single-post-inside-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"section-blog-single-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[site-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-sidebar-width]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[site-sidebar-width-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:35:\"astra-settings[site-sticky-sidebar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-sidebar-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[ast-site-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[site-content-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[surface-colors-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[site-layout-outside-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-5)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[content-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-site-layout-button-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[global-color-palette]\";a:4:{s:7:\"default\";a:1:{s:7:\"palette\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:20:\"astra-color-palettes\";a:4:{s:7:\"default\";a:3:{s:14:\"currentPalette\";s:9:\"palette_1\";s:8:\"palettes\";a:4:{s:9:\"palette_1\";a:9:{i:0;s:7:\"#046bd2\";i:1;s:7:\"#045cb4\";i:2;s:7:\"#1e293b\";i:3;s:7:\"#334155\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F0F5FA\";i:6;s:7:\"#111111\";i:7;s:7:\"#D1D5DB\";i:8;s:7:\"#111111\";}s:9:\"palette_2\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:9:\"palette_3\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:9:\"palette_4\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}s:7:\"presets\";a:11:{s:3:\"Oak\";a:9:{i:0;s:7:\"#0067FF\";i:1;s:7:\"#005EE9\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#364151\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#E7F6FF\";i:6;s:7:\"#070614\";i:7;s:7:\"#D1DAE5\";i:8;s:7:\"#222222\";}s:5:\"Viola\";a:9:{i:0;s:7:\"#6528F7\";i:1;s:7:\"#5511F8\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F2F0FE\";i:6;s:7:\"#0D0614\";i:7;s:7:\"#D8D8F5\";i:8;s:7:\"#222222\";}s:5:\"Cedar\";a:9:{i:0;s:7:\"#DD183B\";i:1;s:7:\"#CC1939\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#3A3A3A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FFEDE6\";i:6;s:7:\"#140609\";i:7;s:7:\"#FFD1BF\";i:8;s:7:\"#222222\";}s:6:\"Willow\";a:9:{i:0;s:7:\"#54B435\";i:1;s:7:\"#379237\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#2F3B40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDFBE2\";i:6;s:7:\"#0C1406\";i:7;s:7:\"#D5EAD8\";i:8;s:7:\"#222222\";}s:4:\"Lily\";a:9:{i:0;s:7:\"#DCA54A\";i:1;s:7:\"#D09A40\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#4A4A4A\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FAF5E5\";i:6;s:7:\"#141004\";i:7;s:7:\"#F0E6C5\";i:8;s:7:\"#222222\";}s:4:\"Rose\";a:9:{i:0;s:7:\"#FB5FAB\";i:1;s:7:\"#EA559D\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FCEEF5\";i:6;s:7:\"#140610\";i:7;s:7:\"#FAD8E9\";i:8;s:7:\"#222222\";}s:4:\"Sage\";a:9:{i:0;s:7:\"#1B9C85\";i:1;s:7:\"#178E79\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#EDF6EE\";i:6;s:7:\"#06140C\";i:7;s:7:\"#D4F3D7\";i:8;s:7:\"#222222\";}s:5:\"Flare\";a:9:{i:0;s:7:\"#FD9800\";i:1;s:7:\"#E98C00\";i:2;s:7:\"#0F172A\";i:3;s:7:\"#454F5E\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF9E1\";i:6;s:7:\"#141006\";i:7;s:7:\"#F9F0C8\";i:8;s:7:\"#222222\";}s:5:\"Maple\";a:9:{i:0;s:7:\"#FF6210\";i:1;s:7:\"#F15808\";i:2;s:7:\"#1C0D0A\";i:3;s:7:\"#353535\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#FEF1E4\";i:6;s:7:\"#140B06\";i:7;s:7:\"#E5D7D1\";i:8;s:7:\"#222222\";}s:5:\"Birch\";a:9:{i:0;s:7:\"#737880\";i:1;s:7:\"#65696F\";i:2;s:7:\"#151616\";i:3;s:7:\"#393C40\";i:4;s:7:\"#FFFFFF\";i:5;s:7:\"#F6F6F6\";i:6;s:7:\"#232529\";i:7;s:7:\"#F1F0F0\";i:8;s:7:\"#222222\";}s:4:\"Dark\";a:9:{i:0;s:7:\"#0085FF\";i:1;s:7:\"#0177E3\";i:2;s:7:\"#FFFFFF\";i:3;s:7:\"#E7F6FF\";i:4;s:7:\"#212A37\";i:5;s:7:\"#0F172A\";i:6;s:7:\"#4F5B62\";i:7;s:7:\"#070614\";i:8;s:7:\"#222222\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[theme-color-divider-reset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[theme-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[base-link-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[link-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-0)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[link-h-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-1)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:26:\"astra-settings[text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[border-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-7)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[ast-blog-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[font-size-page-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[font-size-post-meta]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-size-post-tax]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:14;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-body-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-body-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:33:\"astra-settings[body-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:32:\"astra-settings[body-font-weight]\";a:4:{s:7:\"default\";s:3:\"400\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:30:\"astra-settings[font-size-body]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[body-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.65\";s:16:\"line-height-unit\";s:0:\"\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[ast-headings-font-settings]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-headings-font-settings-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[headings-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:36:\"astra-settings[headings-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:37:\"astra-settings[headings-font-variant]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:21:\"sanitize_font_variant\";}}s:36:\"astra-settings[headings-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[para-margin-bottom]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[underline-content-links]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h1-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h2-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h3-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h4-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h5-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[ast-heading-h6-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:28:\"astra-settings[wp-blocks-ui]\";a:4:{s:7:\"default\";s:7:\"comfort\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[wp-blocks-global-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[wp-blocks-ui-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:33:\"comments-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[comments-single-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-comments-area]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[comments-box-placement]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[comments-box-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[comment-form-position]\";a:4:{s:7:\"default\";s:5:\"below\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-comments-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[ast-sub-section-comments-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-sub-section-comments-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";i:2;s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[ast-sub-section-comments-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:30:\"astra-settings[font-family-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h1]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:36;s:6:\"tablet\";i:30;s:6:\"mobile\";i:30;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h1]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.4\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h2]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:30;s:6:\"tablet\";i:25;s:6:\"mobile\";i:25;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h2]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h3]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h3]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:24;s:6:\"tablet\";i:20;s:6:\"mobile\";i:20;s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h3]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.3\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h4]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h4]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:20;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h4]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h5]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h5]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h5]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.2\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-family-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:30:\"astra-settings[font-weight-h6]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:28:\"astra-settings[font-size-h6]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[font-extras-h6]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:4:\"1.25\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-typography-presets\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[enable-scroll-to-id]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[site-accessibility-toggle]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[site-accessibility-highlight-type]\";a:4:{s:7:\"default\";s:6:\"dotted\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[site-accessibility-highlight-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[site-accessibility-highlight-input-type]\";a:4:{s:7:\"default\";s:7:\"disable\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[site-accessibility-highlight-input-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[astra-pro-section-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[single-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[single-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[single-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[page-single-width]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[page-single-max-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"ast-dynamic-single-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-single-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:43:\"ast-dynamic-single-e-floating-buttons-title\";i:1;s:42:\"ast-dynamic-single-e-floating-buttons-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:94:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:87:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:92:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:95:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:96:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:101:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-e-floating-buttons-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:79:\"astra-settings[ast-dynamic-single-e-floating-buttons-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-e-floating-buttons-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-single-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:82:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"ast-dynamic-single-e-floating-buttons-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[single-posttype-e-floating-buttons-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:57:\"astra-settings[single-posttype-e-floating-buttons-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-e-floating-buttons-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[single-elementor-hf-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-elementor-hf-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[single-elementor-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[single-elementor-hf-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"ast-dynamic-single-elementor-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[ast-single-elementor-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-elementor-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-elementor-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:37:\"ast-dynamic-single-elementor-hf-title\";i:1;s:36:\"ast-dynamic-single-elementor-hf-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:88:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:86:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:89:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:90:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:95:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-single-elementor-hf-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementor-hf-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-single-elementor-hf-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-elementor-hf-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-elementor-hf-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-elementor-hf-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-elementor-hf-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-elementor-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-elementor-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-single-elementor-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-single-elementor-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-single-elementor-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementor-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-elementor-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:76:\"astra-settings[ast-dynamic-single-elementor-hf-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-single-elementor-hf-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-single-elementor-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:62:\"astra-settings[ast-dynamic-single-elementor-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"ast-dynamic-single-elementor-hf-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-posttype-elementor-hf-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[single-posttype-elementor-hf-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[single-posttype-elementor-hf-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[single-post-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"narrow-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-post-sidebar-style]\";a:4:{s:7:\"default\";s:5:\"boxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-post-title\";i:1;s:28:\"ast-dynamic-single-post-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-post-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-post-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-post-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-post-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-post-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-post-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-post-metadata]\";a:4:{s:7:\"default\";a:2:{i:0;s:6:\"author\";i:1;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-post-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-post-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-post-elements-gap]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-post-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-post-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:13;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[ast-dynamic-single-post-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-post-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-1]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-1-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-single-post-taxonomy-2]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-post-taxonomy-2-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[single-page-ast-content-layout]\";a:4:{s:7:\"default\";s:22:\"normal-width-container\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-content-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[single-page-sidebar-layout]\";a:4:{s:7:\"default\";s:10:\"no-sidebar\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[single-page-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"unboxed\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"ast-dynamic-single-page-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-single-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-dynamic-single-page-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-dynamic-single-page-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:29:\"ast-dynamic-single-page-image\";i:1;s:29:\"ast-dynamic-single-page-title\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-1]\";a:4:{s:7:\"default\";s:6:\"behind\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:80:\"astra-settings[ast-dynamic-single-page-article-featured-image-position-layout-2]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-width-type]\";a:4:{s:7:\"default\";s:4:\"wide\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-type]\";a:4:{s:7:\"default\";s:10:\"predefined\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-single-page-article-featured-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:82:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:87:\"astra-settings[ast-dynamic-single-page-article-featured-image-custom-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-single-page-article-featured-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-remove-featured-padding]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-featured-as-background]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-featured-overlay]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-single-page-taxonomy-clone-tracker]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-structural-taxonomy]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-single-page-structural-taxonomy-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[ast-dynamic-single-page-metadata]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:6:\"author\";i:2;s:4:\"date\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-single-page-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-single-page-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[ast-dynamic-single-page-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-single-page-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-dynamic-single-page-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-background]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-single-page-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[ast-dynamic-single-page-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-single-page-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-single-page-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-single-page-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-single-page-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-single-page-banner-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:54:\"astra-settings[ast-dynamic-single-page-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[ast-dynamic-single-page-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-single-page-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:54:\"astra-settings[ast-dynamic-single-page-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:76:\"astra-settings[ast-dynamic-single-page-disable-structure-meta-on-front-page]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"ast-dynamic-single-page-parent-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-single-page-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-single-page-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:61:\"astra-settings[archive-e-floating-buttons-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[archive-e-floating-buttons-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[archive-e-floating-buttons-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"ast-dynamic-archive-e-floating-buttons-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[ast-archive-e-floating-buttons-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-e-floating-buttons-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:74:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-e-floating-buttons-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:44:\"ast-dynamic-archive-e-floating-buttons-title\";i:1;s:50:\"ast-dynamic-archive-e-floating-buttons-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:81:\"astra-settings[ast-dynamic-archive-e-floating-buttons-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-e-floating-buttons-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-e-floating-buttons-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:73:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:84:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:83:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[ast-dynamic-archive-e-floating-buttons-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:70:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-e-floating-buttons-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:69:\"astra-settings[ast-dynamic-archive-e-floating-buttons-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[archive-elementor-hf-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[archive-elementor-hf-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[archive-elementor-hf-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[archive-elementor-hf-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"ast-dynamic-archive-elementor-hf-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[ast-archive-elementor-hf-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[ast-dynamic-archive-elementor-hf-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-elementor-hf-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:38:\"ast-dynamic-archive-elementor-hf-title\";i:1;s:44:\"ast-dynamic-archive-elementor-hf-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[ast-dynamic-archive-elementor-hf-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-elementor-hf-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-elementor-hf-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:72:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:78:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:77:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:63:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[ast-dynamic-archive-elementor-hf-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:64:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[ast-dynamic-archive-elementor-hf-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:63:\"astra-settings[ast-dynamic-archive-elementor-hf-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:47:\"astra-settings[archive-post-ast-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[archive-post-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[archive-post-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"ast-dynamic-archive-post-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-archive-post-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[ast-dynamic-archive-post-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[ast-dynamic-archive-post-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[ast-dynamic-archive-post-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:30:\"ast-dynamic-archive-post-title\";i:1;s:36:\"ast-dynamic-archive-post-description\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-custom-title]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-custom-title-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-custom-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[ast-dynamic-archive-post-custom-description-support]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[ast-dynamic-archive-post-horizontal-alignment]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-dynamic-archive-post-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[ast-dynamic-archive-post-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[ast-dynamic-archive-post-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[ast-dynamic-archive-post-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:69:\"astra-settings[ast-dynamic-archive-post-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:55:\"astra-settings[ast-dynamic-archive-post-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[ast-dynamic-archive-post-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[ast-dynamic-archive-post-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"32\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-dynamic-archive-post-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[ast-dynamic-archive-post-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[ast-dynamic-archive-post-banner-on-blog]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-search-page-title-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[ast-search-page-title]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-search-page-title-layout]\";a:4:{s:7:\"default\";s:8:\"layout-1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-width-type]\";a:4:{s:7:\"default\";s:9:\"fullwidth\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[section-search-page-title-banner-custom-width]\";a:4:{s:7:\"default\";i:1200;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[section-search-page-title-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:31:\"section-search-page-title-title\";i:1;s:36:\"section-search-page-title-breadcrumb\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-custom-title]\";a:4:{s:7:\"default\";s:19:\"Search Results for:\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[section-search-page-title-found-custom-description]\";a:4:{s:7:\"default\";s:44:\"Here are the search results for your search.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-not-found-custom-description]\";a:4:{s:7:\"default\";s:85:\"Sorry, but we could not find anything related to your search terms. Please try again.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-search-page-title-horizontal-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-search-page-title-elements-gap]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-image-type]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-banner-custom-bg]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"tablet\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}s:6:\"mobile\";a:12:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:0:\"\";s:16:\"background-media\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-search-page-title-banner-title-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-banner-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[section-search-page-title-banner-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:71:\"astra-settings[section-search-page-title-banner-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:70:\"astra-settings[section-search-page-title-banner-text-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:58:\"astra-settings[section-search-page-title-text-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:56:\"astra-settings[section-search-page-title-text-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[section-search-page-title-text-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:59:\"astra-settings[section-search-page-title-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"600\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:57:\"astra-settings[section-search-page-title-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:32;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[section-search-page-title-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-search-page-title-banner-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-search-page-title-banner-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:3;s:5:\"right\";i:3;s:6:\"bottom\";i:3;s:4:\"left\";i:3;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[ast-search-content-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-content-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[ast-search-sidebar-layout]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-sidebar-style]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[ast-search-results-style]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[ast-search-results-per-page]\";a:4:{s:7:\"default\";i:10;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[ast-search-live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[ast-search-live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-section-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"related-posts-section-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[enable-related-posts]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:7:\"default\";s:13:\"Related Posts\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[releted-posts-title-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-structure]\";a:4:{s:7:\"default\";a:2:{i:0;s:14:\"featured-image\";i:1;s:10:\"title-meta\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-metadata-separator]\";a:4:{s:7:\"default\";s:1:\"/\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-structure]\";a:4:{s:7:\"default\";a:3:{i:0;s:8:\"comments\";i:1;s:8:\"category\";i:2;s:6:\"author\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-image-ratio-type]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-image-ratio-pre-scale]\";a:4:{s:7:\"default\";s:4:\"16/9\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-image-custom-scale-width]\";a:4:{s:7:\"default\";i:16;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:55:\"astra-settings[related-posts-image-custom-scale-height]\";a:4:{s:7:\"default\";i:9;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_number_n_blank\";}}s:60:\"astra-settings[related-posts-custom-image-scale-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-image-size]\";a:4:{s:7:\"default\";s:5:\"large\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-author-prefix-label]\";a:4:{s:7:\"default\";s:3:\"By \";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-author-avatar]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[related-posts-author-avatar-size]\";a:4:{s:7:\"default\";i:30;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-meta-date-type]\";a:4:{s:7:\"default\";s:9:\"published\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-date-format]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[related-posts-category-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[related-posts-tag-style]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[enable-related-posts-excerpt]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-excerpt-count]\";a:4:{s:7:\"default\";i:25;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-total-count]\";a:4:{s:7:\"default\";i:2;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-grid-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-query-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-based-on]\";a:4:{s:7:\"default\";s:10:\"categories\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[related-posts-order-by]\";a:4:{s:7:\"default\";s:4:\"date\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[related-posts-order]\";a:4:{s:7:\"default\";s:3:\"asc\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[related-posts-box-placement]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-outside-location]\";a:4:{s:7:\"default\";s:5:\"above\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[related-posts-container-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[related-posts-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[related-posts-section-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[related-posts-title-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[related-posts-content-typography-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-text-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[related-posts-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[related-posts-title-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[related-posts-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[related-posts-meta-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[related-posts-meta-link-hover-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:47:\"astra-settings[related-posts-title-font-weight]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:45:\"astra-settings[related-posts-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"20\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[related-posts-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.5\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:55:\"astra-settings[related-posts-section-title-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:53:\"astra-settings[related-posts-section-title-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"26\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[related-posts-section-title-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[related-posts-meta-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[related-posts-meta-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"14\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[related-posts-meta-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:3:\"1.6\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:49:\"astra-settings[related-posts-content-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:47:\"astra-settings[related-posts-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[related-posts-content-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[ast-sub-section-related-posts-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:59:\"astra-settings[ast-sub-section-related-posts-border-radius]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[ast-sub-section-related-posts-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";d:2.5;s:5:\"right\";d:2.5;s:6:\"bottom\";d:2.5;s:4:\"left\";d:2.5;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[ast-sub-section-related-posts-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:2;s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"em\";s:11:\"tablet-unit\";s:2:\"em\";s:11:\"mobile-unit\";s:2:\"em\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[transparent-header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hba-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[hbb-transparent-header-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[transparent-header-color-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:64:\"astra-settings[transparent-header-color-h-site-title-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-menu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-submenu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-submenu-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-submenu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[transparent-content-section-link-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-content-section-link-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-enable]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[transparent-header-disable-404-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-disable-search-page]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-disable-archive-pages]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-index]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-disable-latest-posts-index]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[transparent-header-disable-page]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[transparent-header-disable-posts]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[transparent-header-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[different-transparent-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:49:\"astra-settings[different-transparent-retina-logo]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-retina-logo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:11:\"esc_url_raw\";}s:45:\"astra-settings[transparent-header-logo-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:150;s:6:\"tablet\";i:120;s:6:\"mobile\";i:100;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[transparent-header-main-sep]\";a:4:{s:7:\"default\";i:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-main-sep-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[divider-sec-transparent-styling]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[transparent-header-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-header-colors-menu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[transparent-header-colors-submenu]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"section-transparent-header-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:61:\"astra-settings[transparent-header-social-text-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[transparent-header-social-background-colors-content]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[transparent-header-social-icons-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-social-icons-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-social-icons-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[transparent-header-social-icons-bg-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-html-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[transparent-header-html-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-html-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-html-link-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-search-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:62:\"astra-settings[transparent-header-search-box-background-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:53:\"astra-settings[transparent-header-buttons-text-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[transparent-header-buttons-background-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[transparent-header-buttons-border-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[transparent-header-button-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-text-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[transparent-header-button-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[transparent-header-button-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:54:\"astra-settings[transparent-header-button-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[transparent-header-button-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[transparent-account-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:51:\"astra-settings[transparent-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[transparent-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:7:\"default\";s:4:\"none\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[breadcrumb-position-none-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:49:\"astra-settings[breadcrumb-disable-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[breadcrumb-disable-on]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-settings[breadcrumb-disable-home-page]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:66:\"astra-settings[astra-settings[breadcrumb-disable-blog-posts-page]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[astra-settings[breadcrumb-disable-search]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:58:\"astra-settings[astra-settings[breadcrumb-disable-archive]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[astra-settings[breadcrumb-disable-single-page]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[astra-settings[breadcrumb-disable-single-post]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[astra-settings[breadcrumb-disable-singular]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:59:\"astra-settings[astra-settings[breadcrumb-disable-404-page]]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-alignment]\";a:4:{s:7:\"default\";s:4:\"left\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[breadcrumb-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[breadcrumb-separator-selector]\";a:4:{s:7:\"default\";s:5:\"\\003E\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[breadcrumb-separator]\";a:4:{s:7:\"default\";s:5:\"\\00bb\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"section-breadcrumb-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-color-section-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[breadcrumb-bg-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[breadcrumb-active-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[breadcrumb-separator-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[section-breadcrumb-link-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[breadcrumb-text-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[breadcrumb-hover-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[section-breadcrumb-typo]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:38:\"astra-settings[breadcrumb-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:36:\"astra-settings[breadcrumb-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[breadcrumb-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[scroll-to-top-enable]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-on-devices]\";a:4:{s:7:\"default\";s:4:\"both\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[scroll-to-top-icon-position]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[scroll-to-top-icon-size]\";a:4:{s:7:\"default\";i:15;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[scroll-on-top-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[scroll-on-top-bg-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[scroll-to-top-icon-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[scroll-to-top-icon-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[scroll-to-top-icon-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:42:\"astra-settings[scroll-to-top-icon-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:45:\"astra-settings[scroll-to-top-icon-h-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"section-scroll-to-top-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[enable-scroll-to-top-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:34:\"astra-settings[heading-base-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:38:\"astra-settings[button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[secondary-button-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:44:\"astra-settings[secondary-font-family-button]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:34:\"astra-settings[font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[secondary-font-weight-button]\";a:4:{s:7:\"default\";s:3:\"500\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:32:\"astra-settings[font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[secondary-font-size-button]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:2:\"16\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[secondary-font-extras-button]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";i:1;s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-footer-builder-layout-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"astra-settings[builder-footer]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[footer-bg-obj-responsive-description]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:7:\"default\";a:3:{s:5:\"above\";a:5:{s:7:\"above_1\";a:0:{}s:7:\"above_2\";a:0:{}s:7:\"above_3\";a:0:{}s:7:\"above_4\";a:0:{}s:7:\"above_5\";a:0:{}}s:7:\"primary\";a:5:{s:9:\"primary_1\";a:0:{}s:9:\"primary_2\";a:0:{}s:9:\"primary_3\";a:0:{}s:9:\"primary_4\";a:0:{}s:9:\"primary_5\";a:0:{}}s:5:\"below\";a:5:{s:7:\"below_1\";a:1:{i:0;s:9:\"copyright\";}s:7:\"below_2\";a:0:{}s:7:\"below_3\";a:0:{}s:7:\"below_4\";a:0:{}s:7:\"below_5\";a:0:{}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-draggable-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-builder-pro-items]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[section-footer-builder-layout-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:52:\"astra-settings[section-footer-builder-layout-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"section-above-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:50;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hba-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hba-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hba-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:60;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hbb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[hbb-header-bottom-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:36:\"astra-settings[hbb-header-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-header-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"astra-settings[header-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-header-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"section-header-mobile-trigger-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:7:\"default\";s:4:\"menu\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:7:\"default\";s:7:\"minimal\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[mobile-header-toggle-btn-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[mobile-header-toggle-icon-size]\";a:4:{s:7:\"default\";i:20;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-btn-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:52:\"astra-settings[mobile-header-toggle-btn-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:1;s:5:\"right\";i:1;s:6:\"bottom\";i:1;s:4:\"left\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[mobile-header-toggle-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[mobile-header-toggle-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:60:\"astra-settings[section-header-mobile-trigger-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-mobile-trigger-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:45:\"astra-settings[mobile-header-label-font-size]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-popup-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[mobile-header-type]\";a:4:{s:7:\"default\";s:8:\"dropdown\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[off-canvas-move-body]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[off-canvas-move-body-notice]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";s:0:\"\";}s:32:\"astra-settings[off-canvas-slide]\";a:4:{s:7:\"default\";s:5:\"right\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-builder-menu-toggle-target]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-offcanvas-content-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[off-canvas-background]\";a:4:{s:7:\"default\";a:10:{s:16:\"background-color\";s:7:\"#ffffff\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:23:\"sanitize_background_obj\";}}s:38:\"astra-settings[off-canvas-close-color]\";a:4:{s:7:\"default\";s:7:\"#3a3a3a\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:40:\"astra-settings[off-canvas-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[off-canvas-padding]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-header-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-header-height]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:80;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hb-header-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:55:\"var( --ast-global-color-primary, --ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-header-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:34:\"astra-settings[hb-header-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-header-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-header-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-header-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[logo-title-settings-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:30:\"title_tagline-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[header-logo-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[title_tagline-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[title_tagline-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:36:\"astra-settings[font-size-site-title]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:26;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[font-size-site-tagline]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[title_tagline-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-hb-button-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:7:\"default\";s:8:\"Join IFA\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:1:\"#\";s:7:\"new_tab\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:47:\"astra-settings[header-button1-text-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-button1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-text-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-text-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-button1-back-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-back-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:65:\"astra-settings[header-button1-builder-button-border-colors-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-button1-border-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-button1-border-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-border-size]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-button1-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:40;s:5:\"right\";i:40;s:6:\"bottom\";i:40;s:4:\"left\";i:40;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:46:\"astra-settings[header-button1-text-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:42:\"astra-settings[header-button1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:40:\"astra-settings[header-button1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-button1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-hb-button-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[section-hb-button-1-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";i:15;s:5:\"right\";i:30;s:6:\"bottom\";i:15;s:4:\"left\";i:30;}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-hb-button-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-1]\";a:4:{s:7:\"default\";s:22:\"<a href=\"#\">Log In</a>\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-hb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:15;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[header-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu1-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu1-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu1-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu1-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu1-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu1-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu1-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu1-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu1-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu1-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu1-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu1-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu1-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu1-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu1-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-1-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu1-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu1-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu1-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-1-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu1-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:55:\"astra-settings[section-hb-menu-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-hb-menu-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-hover-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-menu2-submenu-width]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-menu2-submenu-container-animation]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-menu2-submenu-container-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-menu2-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:47:\"astra-settings[header-menu2-submenu-top-offset]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-menu2-submenu-border]\";a:4:{s:7:\"default\";a:4:{s:3:\"top\";i:2;s:6:\"bottom\";i:0;s:4:\"left\";i:0;s:5:\"right\";i:0;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-menu2-submenu-b-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:57:\"astra-settings[header-menu2-submenu-border-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[header-menu2-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-menu2-menu-stack-on-mobile]\";a:4:{s:7:\"default\";b:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-hb-menu-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:40:\"astra-settings[header-menu2-text-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-menu2-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-menu2-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-menu2-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-menu2-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-2-font-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-menu2-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:40:\"astra-settings[header-menu2-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:38:\"astra-settings[header-menu2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-menu2-font-extras]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-2-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-menu2-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:38:\"section-header-search-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-search-icon-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-search-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:27:\"astra-settings[live-search]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[live-search-post-types]\";a:4:{s:7:\"default\";a:2:{s:4:\"post\";i:1;s:4:\"page\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[live-search-result-count]\";a:4:{s:7:\"default\";i:5;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-header-search-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[section-header-search-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:59:\"astra-settings[section-header-search-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:35:\"astra-settings[header-account-tabs]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-account-login-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:7:\"default\";s:10:\"My Account\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:0:\"\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:45:\"astra-settings[header-account-logout-heading]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:7:\"default\";s:4:\"icon\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:7:\"default\";s:7:\"default\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:7:\"default\";s:6:\"Log In\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-account-logout-link]\";a:4:{s:7:\"default\";a:3:{s:3:\"url\";s:48:\"https://ifa-wp.dreamstechnologies.com/wp-login.php\";s:7:\"new_tab\";b:0;s:8:\"link_rel\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:13:\"sanitize_link\";}}s:42:\"astra-settings[header-account-image-width]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:2:\"40\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-account-icon-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";i:18;s:6:\"mobile\";i:18;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[header-account-icon-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-2)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:50:\"astra-settings[header-account-text-design-options]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-account-type-text-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-account-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-account-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:48:\"astra-settings[font-size-section-header-account]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[section-header-account-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-hb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-hb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-hb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[header-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[header-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[header-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[header-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[header-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[header-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[header-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[header-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[header-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[header-social-1-radius-fields]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-hb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-hb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:43:\"section-header-mobile-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-border]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-divider-colors-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-submenu-item-b-size]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-submenu-item-b-color]\";a:4:{s:7:\"default\";s:7:\"#eaeaea\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:46:\"astra-settings[header-mobile-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[header-mobile-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-3)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-3)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[header-mobile-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:11:{s:16:\"background-color\";s:25:\"var(--ast-global-color-4)\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";s:15:\"background-type\";s:5:\"color\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:53:\"astra-settings[header-mobile-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:25:\"var(--ast-global-color-1)\";s:6:\"tablet\";s:25:\"var(--ast-global-color-1)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:56:\"astra-settings[header-mobile-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:25:\"var(--ast-global-color-5)\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[header-mobile-menu-header-typo-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[header-mobile-menu-header-menu-typography]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[header-mobile-menu-font-family]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";s:19:\"sanitize_text_field\";}s:46:\"astra-settings[header-mobile-menu-font-weight]\";a:4:{s:7:\"default\";s:7:\"inherit\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_font_weight\";}}s:44:\"astra-settings[header-mobile-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[font-extras-header-mobile-menu]\";a:4:{s:7:\"default\";a:6:{s:11:\"line-height\";s:0:\"\";s:16:\"line-height-unit\";s:2:\"em\";s:14:\"letter-spacing\";s:0:\"\";s:19:\"letter-spacing-unit\";s:2:\"px\";s:14:\"text-transform\";s:0:\"\";s:15:\"text-decoration\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[header-mobile-menu-menu-spacing-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[header-mobile-menu-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:49:\"astra-settings[section-header-mobile-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:64:\"astra-settings[section-header-mobile-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-above-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:7:\"default\";s:1:\"2\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"2-equal\";s:6:\"tablet\";s:7:\"2-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hba-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hba-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hba-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hba-footer-separator]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hba-footer-top-border-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hba-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#eeeeee\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hba-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-above-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-above-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-above-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"section-below-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:7:\"default\";s:1:\"1\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"full\";s:6:\"tablet\";s:4:\"full\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[hbb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-footer-height]\";a:4:{s:7:\"default\";i:60;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[hbb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:6:\"center\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:25:\"astra-settings[hbb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[hbb-footer-separator]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[hbb-footer-top-border-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:44:\"astra-settings[hbb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:26:\"var(--ast-global-color-4 )\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:33:\"astra-settings[hbb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:52:\"astra-settings[section-below-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:51:\"astra-settings[section-below-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:66:\"astra-settings[section-below-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:41:\"section-footer-copyright-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:7:\"default\";s:77:\"Copyright [copyright] [current_year] [site_title] | Powered by [theme_author]\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-copyright-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[footer-copyright-color]\";a:4:{s:7:\"default\";s:25:\"var(--ast-global-color-3)\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:55:\"astra-settings[section-footer-copyright-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"astra-settings[section-footer-copyright-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:50:\"astra-settings[font-size-section-footer-copyright]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";i:16;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:62:\"astra-settings[section-footer-copyright-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:36:\"section-footer-menu-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-create-menu-link]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:10:\"horizontal\";s:6:\"tablet\";s:8:\"vertical\";s:6:\"mobile\";s:8:\"vertical\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-menu-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-menu-link-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-background-colors]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-menu-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-menu-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-h-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-h-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:46:\"astra-settings[footer-menu-a-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-menu-a-bg-color-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-main-menu-spacing]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:1:\"0\";s:5:\"right\";s:2:\"20\";s:6:\"bottom\";s:1:\"0\";s:4:\"left\";s:2:\"20\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:42:\"astra-settings[section-footer-menu-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:37:\"astra-settings[footer-menu-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:57:\"astra-settings[section-footer-menu-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:63:\"astra-settings[section-fb-social-icons-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:51:\"astra-settings[font-size-section-fb-social-icons-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"section-fb-social-icons-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-color-type]\";a:4:{s:7:\"default\";s:6:\"custom\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-brand-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-brand-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:50:\"astra-settings[footer-social-1-brand-hover-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-social-1-icon-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-social-1-label-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[footer-social-1-background-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-social-1-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-social-1-label-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-label-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-social-1-bg-h-color]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:7:\"default\";a:1:{s:5:\"items\";a:3:{i:0;a:8:{s:2:\"id\";s:8:\"facebook\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#557dbc\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:8:\"facebook\";s:5:\"label\";s:8:\"Facebook\";}i:1;a:8:{s:2:\"id\";s:7:\"twitter\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#7acdee\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:7:\"twitter\";s:5:\"label\";s:7:\"Twitter\";}i:2;a:8:{s:2:\"id\";s:9:\"instagram\";s:7:\"enabled\";b:1;s:6:\"source\";s:4:\"icon\";s:3:\"url\";s:0:\"\";s:5:\"color\";s:7:\"#8a3ab9\";s:10:\"background\";s:11:\"transparent\";s:4:\"icon\";s:9:\"instagram\";s:5:\"label\";s:9:\"Instagram\";}}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:7:\"default\";b:0;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-social-1-space]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-social-1-bg-space]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:36:\"astra-settings[footer-social-1-size]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:18;s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:45:\"astra-settings[footer-social-1-radius-fields]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:56:\"astra-settings[section-fb-social-icons-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-social-icons-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-social-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:47:\"section-primary-footer-builder-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:7:\"default\";s:1:\"3\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-footer-layout]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:7:\"3-equal\";s:6:\"tablet\";s:7:\"3-equal\";s:6:\"mobile\";s:4:\"full\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:38:\"astra-settings[hb-footer-layout-width]\";a:4:{s:7:\"default\";s:7:\"content\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-primary-footer-height]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[hb-footer-vertical-alignment]\";a:4:{s:7:\"default\";s:10:\"flex-start\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:24:\"astra-settings[hb-stack]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:5:\"stack\";s:6:\"tablet\";s:5:\"stack\";s:6:\"mobile\";s:5:\"stack\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[hb-footer-main-sep]\";a:4:{s:7:\"default\";i:1;s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[hb-footer-main-sep-color]\";a:4:{s:7:\"default\";s:65:\"var( --ast-global-color-subtle-background, --ast-global-color-7 )\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:20:\"sanitize_alpha_color\";}}s:43:\"astra-settings[hb-footer-bg-obj-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";a:10:{s:16:\"background-color\";s:7:\"#f9f9f9\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"tablet\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}s:6:\"mobile\";a:10:{s:16:\"background-color\";s:0:\"\";s:16:\"background-image\";s:0:\"\";s:17:\"background-repeat\";s:6:\"repeat\";s:19:\"background-position\";s:13:\"center center\";s:15:\"background-size\";s:4:\"auto\";s:21:\"background-attachment\";s:6:\"scroll\";s:12:\"overlay-type\";s:0:\"\";s:13:\"overlay-color\";s:0:\"\";s:15:\"overlay-opacity\";s:0:\"\";s:16:\"overlay-gradient\";s:0:\"\";}}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:32:\"astra-settings[hb-inner-spacing]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:54:\"astra-settings[section-primary-footer-builder-padding]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:53:\"astra-settings[section-primary-footer-builder-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:68:\"astra-settings[section-primary-footer-builder-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-1]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-1-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-1color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-1-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-1link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-1link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-1-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-1-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-1-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:55:\"astra-settings[section-fb-html-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[font-size-section-fb-html-2]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"section-fb-html-2-ast-context-tabs\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:7:\"default\";s:22:\"Insert HTML text here.\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:34:\"astra-settings[footer-html-2color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[footer-html-2-link-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:39:\"astra-settings[footer-html-2link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-html-2link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[section-fb-html-2-margin-divider]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:40:\"astra-settings[section-fb-html-2-margin]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"tablet\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:6:\"mobile\";a:4:{s:3:\"top\";s:0:\"\";s:5:\"right\";s:0:\"\";s:6:\"bottom\";s:0:\"\";s:4:\"left\";s:0:\"\";}s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:39:\"astra-settings[footer-html-2-alignment]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:6:\"center\";s:6:\"tablet\";s:6:\"center\";s:6:\"mobile\";s:6:\"center\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-1-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-1]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-1-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-1-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-1-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-1-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-1-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-1-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-1-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-1-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-2-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-2]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-2-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-2-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-2-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-2-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-2-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-2-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-2-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-2-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-3-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-3]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-3-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-3-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-3-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-3-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-3-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-3-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-3-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-3-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}s:60:\"astra-settings[astra-sidebar-widgets-footer-widget-4-margin]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";a:2:{i:0;s:26:\"Astra_Customizer_Sanitizes\";i:1;s:27:\"sanitize_responsive_spacing\";}}s:41:\"astra-settings[footer-widget-alignment-4]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:4:\"left\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:43:\"astra-settings[footer-widget-4-title-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:37:\"astra-settings[footer-widget-4-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:48:\"astra-settings[footer-widget-4-link-color-group]\";a:4:{s:7:\"default\";s:0:\"\";s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:42:\"astra-settings[footer-widget-4-link-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:44:\"astra-settings[footer-widget-4-link-h-color]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:41:\"astra-settings[footer-widget-4-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:49:\"astra-settings[footer-widget-4-content-font-size]\";a:4:{s:7:\"default\";a:6:{s:7:\"desktop\";s:0:\"\";s:6:\"tablet\";s:0:\"\";s:6:\"mobile\";s:0:\"\";s:12:\"desktop-unit\";s:2:\"px\";s:11:\"tablet-unit\";s:2:\"px\";s:11:\"mobile-unit\";s:2:\"px\";}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:11:\"postMessage\";s:17:\"sanitize_callback\";b:0;}s:75:\"astra-settings[astra-sidebar-widgets-footer-widget-4-visibility-responsive]\";a:4:{s:7:\"default\";a:3:{s:7:\"desktop\";i:1;s:6:\"tablet\";i:1;s:6:\"mobile\";i:1;}s:4:\"type\";s:6:\"option\";s:9:\"transport\";s:7:\"refresh\";s:17:\"sanitize_callback\";b:0;}}s:8:\"partials\";a:37:{s:41:\"astra-settings[header-mobile-popup-items]\";a:4:{s:8:\"selector\";s:25:\"#ast-mobile-popup-wrapper\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Header\":0:{}i:1;s:12:\"mobile_popup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:38:\"astra-settings[ast-header-retina-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[different-mobile-logo]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[use-logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[logo-svg-icon]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:49:\"Astra_Builder_UI_Controller::render_site_identity\";s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[logo-title-inline]\";a:4:{s:8:\"selector\";s:14:\".site-branding\";s:15:\"render_callback\";s:35:\"Astra_Builder_Header::site_identity\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[related-posts-title]\";a:4:{s:8:\"selector\";s:57:\".ast-related-posts-title-section .ast-related-posts-title\";s:15:\"render_callback\";a:2:{i:0;s:26:\"Astra_Related_Posts_Loader\";i:1;s:26:\"render_related_posts_title\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[transparent-header-logo]\";a:4:{s:8:\"selector\";s:64:\".ast-replace-site-logo-transparent .site-branding .site-logo-img\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[breadcrumb-position]\";a:4:{s:8:\"selector\";s:54:\".ast-breadcrumbs-wrapper .ast-breadcrumbs .trail-items\";s:15:\"render_callback\";s:0:\"\";s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:36:\"astra-settings[footer-desktop-items]\";a:4:{s:8:\"selector\";s:12:\".site-footer\";s:15:\"render_callback\";a:2:{i:0;O:20:\"Astra_Builder_Footer\":0:{}i:1;s:13:\"footer_markup\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-trigger-icon]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[mobile-header-toggle-btn-style]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:40:\"astra-settings[mobile-header-menu-label]\";a:4:{s:8:\"selector\";s:16:\".ast-button-wrap\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:21:\"render_mobile_trigger\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:35:\"astra-settings[header-button1-text]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9906;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-button1-link-option]\";a:4:{s:8:\"selector\";s:20:\".ast-header-button-1\";s:15:\"render_callback\";a:2:{i:0;r:9906;i:1;s:8:\"button_1\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[header-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9906;i:1;s:13:\"header_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[header-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-header-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9906;i:1;s:13:\"header_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:42:\"astra-settings[header-account-login-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:67:\"astra-settings[header-account-login-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logged-in-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:41:\"astra-settings[header-account-login-link]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:43:\"astra-settings[header-account-logout-style]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:68:\"astra-settings[header-account-logout-style-extend-text-profile-type]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:45:\"astra-settings[header-account-logout-preview]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:46:\"astra-settings[header-account-logged-out-text]\";a:4:{s:8:\"selector\";s:19:\".ast-header-account\";s:15:\"render_callback\";a:2:{i:0;s:27:\"Astra_Builder_UI_Controller\";i:1;s:14:\"render_account\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[header-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9906;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[header-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-header-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9906;i:1;s:15:\"header_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:33:\"astra-settings[hba-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-above-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:12:\"above_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:33:\"astra-settings[hbb-footer-column]\";a:4:{s:8:\"selector\";s:23:\".site-below-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:12:\"below_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:39:\"astra-settings[footer-copyright-editor]\";a:4:{s:8:\"selector\";s:21:\".ast-footer-copyright\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:16:\"footer_copyright\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:34:\"astra-settings[footer-menu-layout]\";a:4:{s:8:\"selector\";s:59:\".footer-widget-area[data-section=\"section-footer-menu\"] nav\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:11:\"footer_menu\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:1;}s:37:\"astra-settings[footer-social-icons-1]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:44:\"astra-settings[footer-social-1-label-toggle]\";a:4:{s:8:\"selector\";s:25:\".ast-footer-social-1-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:15:\"footer_social_1\";}s:18:\"containerInclusive\";b:1;s:15:\"fallbackRefresh\";b:0;}s:32:\"astra-settings[hb-footer-column]\";a:4:{s:8:\"selector\";s:25:\".site-primary-footer-wrap\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:14:\"primary_footer\";}s:18:\"containerInclusive\";b:0;s:15:\"fallbackRefresh\";b:1;}s:29:\"astra-settings[footer-html-1]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-1\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:13:\"footer_html_1\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}s:29:\"astra-settings[footer-html-2]\";a:4:{s:8:\"selector\";s:18:\".ast-footer-html-2\";s:15:\"render_callback\";a:2:{i:0;r:9960;i:1;s:13:\"footer_html_2\";}s:18:\"containerInclusive\";s:0:\"\";s:15:\"fallbackRefresh\";b:0;}}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(741, 'theme_mods_dreamsrent', 'a:4:{i:0;b:0;s:18:\"nav_menu_locations\";a:1:{s:7:\"primary\";i:2;}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1749724321;s:4:\"data\";a:2:{s:19:\"wp_inactive_widgets\";a:0:{}s:12:\"blog-sidebar\";a:5:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";i:3;s:7:\"block-5\";i:4;s:7:\"block-6\";}}}}', 'on'),
(752, 'dreamsrent_theme_options', 'a:6:{s:8:\"last_tab\";s:0:\"\";s:13:\"frontend_logo\";a:5:{s:3:\"url\";s:77:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\";s:2:\"id\";s:2:\"14\";s:6:\"height\";s:2:\"73\";s:5:\"width\";s:3:\"201\";s:9:\"thumbnail\";s:84:\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-150x73.png\";}s:10:\"small_logo\";a:5:{s:3:\"url\";s:0:\"\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:16:\"breadcrumb_image\";a:5:{s:3:\"url\";s:93:\"https://ifa-wp.dreamstechnologies.com/wp-content/themes/dreamsrent/assets/images/breadcrumb.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:17:\"header_login_link\";s:3:\"215\";s:20:\"header_register_link\";s:3:\"215\";}', 'auto'),
(753, 'dreamsrent_theme_options-transients', 'a:4:{s:14:\"changed_values\";a:2:{s:13:\"frontend_logo\";a:5:{s:3:\"url\";s:87:\"https://ifa-wp.dreamstechnologies.com/wp-content/themes/dreamsrent/assets/images/logo.svg\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}s:10:\"small_logo\";a:5:{s:3:\"url\";s:93:\"https://ifa-wp.dreamstechnologies.com/wp-content/themes/dreamsrent/assets/images/logo-small.png\";s:2:\"id\";s:0:\"\";s:6:\"height\";s:0:\"\";s:5:\"width\";s:0:\"\";s:9:\"thumbnail\";s:0:\"\";}}s:9:\"last_save\";i:1749636304;s:13:\"last_compiler\";i:1749636304;s:11:\"last_import\";i:1749636304;}', 'auto'),
(780, '_elementor_home_screen_data', 'a:2:{s:7:\"timeout\";i:1749647620;s:5:\"value\";s:10879:\"{\"top_with_licences\":[{\"license\":[\"free\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Start building your website with Elementor\'s no code drag & drop editor.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=le72grP_Q6k&t=1s\",\"youtube_embed_id\":\"le72grP_Q6k?si=g2akyWNODL6usu6u\"},{\"license\":[\"pro\"],\"title_small\":\"Hi!\",\"title\":\"Unleash your imagination with Elementor\",\"description\":\"Now you\'ve got all the tools to start creating professional, high-performing websites - and that journey begins by creating your first page.\",\"button_create_page_title\":\"Create a Page\",\"button_watch_title\":\"Watch a guide\",\"button_watch_url\":\"https:\\/\\/www.youtube.com\\/watch?v=QdkDGrS8ZZs\",\"youtube_embed_id\":\"QdkDGrS8ZZs?si=s_VjZCQR6Fh1jgB5\"}],\"get_started\":[{\"license\":[\"free\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&page=popup_templates\",\"is_relative_url\":true,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"title_small_color\":\"text.tertiary\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\",\"title_small_color\":\"text.tertiary\"}]},{\"license\":[\"pro\"],\"header\":{\"title\":\"Jumpstart your web-creation\",\"description\":\"These quick actions will get your site airborne with a customized design.\"},\"repeater\":[{\"title\":\"Site Settings\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-settings.svg\"},{\"title\":\"Site Logo\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"settings-site-identity\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-logo.svg\"},{\"title\":\"Global Colors\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-colors\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-colors.svg\"},{\"title\":\"Global Fonts\",\"title_small\":\"Customize\",\"url\":\"\",\"is_relative_url\":false,\"tab_id\":\"global-typography\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/global-fonts.svg\"},{\"title\":\"Theme Builder\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor-app\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/theme-builder.svg\"},{\"title\":\"Popups\",\"title_small\":\"Customize\",\"url\":\"edit.php?post_type=elementor_library&tabs_group=popup&elementor_library_type=popup\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/popups.svg\"},{\"title\":\"Custom Icons\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_icons\",\"is_relative_url\":false,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-icons.svg\"},{\"title\":\"Custom Fonts\",\"title_small\":\"Customize\",\"url\":\"admin.php?page=elementor_custom_fonts\",\"is_relative_url\":true,\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/custom-fonts.svg\"}]}],\"add_ons\":{\"header\":{\"title\":\"Expand your design toolkit\",\"description\":\"These plugins, add-ons, and tools, have been selected to streamline your workflow and maximize your creativity.\"},\"repeater\":[{\"file_path\":\"send-app\\/send-app.php\",\"title\":\"Send \\u2013 Marketing Automation\",\"url\":\"\",\"description\":\"Supercharge your WooCommerce store with Send\\u2014an all-in-one toolkit for emails, popups & more. Built for WordPress. No plugins, no hassle.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/send-logo.svg\",\"type\":\"wporg\"},{\"file_path\":\"site-mailer\\/site-mailer.php\",\"title\":\"Site Mailer\",\"url\":\"\",\"description\":\"Keep your WordPress emails out of the spam folder with improved deliverability and an easy setup\\u2014no need for an SMTP plugin or complicated configurations.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/site-mailer.svg\",\"type\":\"wporg\"},{\"file_path\":\"image-optimization\\/image-optimization.php\",\"title\":\"Image Optimizer\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-io\\/\",\"description\":\"Check out this incredibly useful plugin that will compress and optimize your images, giving you leaner, faster websites.\",\"button_label\":\"Install\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/image-optimizer.svg\",\"type\":\"wporg\"},{\"title\":\"Elementor AI\",\"url\":\"https:\\/\\/go.elementor.com\\/wp-dash-apps-author-uri-elementor-ai\\/\",\"description\":\"Boost creativity with Elementor AI. Craft & enhance copy, create custom CSS & Code, and generate images to elevate your website.\",\"button_label\":\"Let\'s go\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/elementor.svg\",\"type\":\"link\",\"condition\":{\"key\":\"introduction_meta\",\"value\":\"ai_get_started\"}}],\"footer\":{\"label\":\"Explore more add-ons\",\"file_path\":\"wp-admin\\/admin.php?page=elementor-apps\"}},\"sidebar_upgrade\":[{\"license\":[\"free\"],\"show\":\"true\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]},{\"license\":[\"pro\"],\"show\":\"false\",\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}],\"sidebar_promotion_variants\":[{\"license\":[\"essential\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/bd-sale-advanced.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-advanced-home-sidebar-bd-sale\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/bd-sale.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-bd-sale\\/\"}},{\"license\":[\"expired\"],\"is_enabled\":\"true\",\"type\":\"banner\",\"data\":{\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/upgrade-free.svg\",\"link\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-expired\\/\"}},{\"license\":[\"free\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}},{\"license\":[\"pro\"],\"is_enabled\":\"false\",\"type\":\"default\",\"data\":{\"header\":{\"title\":\"Bring your vision to life\",\"description\":\"Get complete design flexibility for your website with Elementor Pro\\u2019s advanced tools and premium features.\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/update-sidebar.svg\"},\"cta\":{\"label\":\"Upgrade Now\",\"url\":\"https:\\/\\/go.elementor.com\\/go-pro-home-sidebar-upgrade\\/\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-crown.svg\"},\"repeater\":[{\"title\":\"Popup Builder\"},{\"title\":\"Custom Code & CSS\"},{\"title\":\"E-commerce Features\"},{\"title\":\"Collaborative Notes\"},{\"title\":\"Form Submission\"},{\"title\":\"Form Integrations\"},{\"title\":\"Custom Attributes\"},{\"title\":\"Role Manager\"}]}}],\"external_links\":[{\"label\":\"Help Center\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-question-mark.svg\",\"url\":\"https:\\/\\/elementor.com\\/help\\/\"},{\"label\":\"Youtube\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-youtube.svg\",\"url\":\"https:\\/\\/www.youtube.com\\/@Elementor\"},{\"label\":\"Facebook Community\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-community.svg\",\"url\":\"https:\\/\\/www.facebook.com\\/groups\\/Elementors\"},{\"label\":\"Blog\",\"image\":\"https:\\/\\/assets.elementor.com\\/home-screen\\/v1\\/images\\/icon-academic-hat.svg\",\"url\":\"https:\\/\\/elementor.com\\/blog\\/\"}]}\";}', 'off'),
(795, '_transient_timeout_pmpro_notifications_3.4.6', '1749736010', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(796, '_transient_pmpro_notifications_3.4.6', 'a:36:{i:0;O:8:\"stdClass\":11:{s:2:\"id\";i:200173568;s:4:\"name\";s:37:\"save-1000-on-pmpro-plus-lifetime-deal\";s:5:\"title\";s:39:\"Save $1,000 on PMPro Plus Lifetime Deal\";s:7:\"content\";s:584:\"<p>For a limited time, save $1,000 on a <a href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200173568\" target=\"_blank\"><strong>Lifetime PMPro Plus license</strong></a>. Pay once, and get updates and support for life. Offer ends June 17, 2025—don\'t miss out!</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200173568\" target=\"_blank\">Claim Lifetime Deal</a>\";s:6:\"starts\";s:10:\"2025-06-12\";s:4:\"ends\";s:10:\"2025-06-17\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:9:\"money-alt\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:13:\"pmpro_license\";a:3:{i:0;s:8:\"standard\";i:1;s:4:\"plus\";i:2;s:7:\"builder\";}}}i:1;O:8:\"stdClass\":11:{s:2:\"id\";i:200173567;s:4:\"name\";s:51:\"splash-into-savings-save-50-on-paid-memberships-pro\";s:5:\"title\";s:53:\"Splash Into Savings: Save 50% on Paid Memberships Pro\";s:7:\"content\";s:663:\"<p>Now through June 17th, <a href=\"https://www.paidmembershipspro.com/pricing/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200173567\" target=\"_blank\">get 50% off every premium plan during our summer sale</a>. <strong>That\'s up to $298 off our regular prices!</strong> Get access to premium Add Ons, unlimited technical support, and over 100 code snippets to customize your membership site.</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://www.paidmembershipspro.com/pricing/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200173567\">Upgrade Your Membership Now »</a>\";s:6:\"starts\";s:10:\"2025-06-12\";s:4:\"ends\";s:10:\"2025-06-17\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:8:\"palmtree\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:13:\"pmpro_license\";a:3:{i:0;s:8:\"standard\";i:1;s:4:\"plus\";i:2;s:7:\"builder\";}}}i:2;O:8:\"stdClass\":10:{s:2:\"id\";i:200173132;s:4:\"name\";s:47:\"help-translate-paid-memberships-pro-and-add-ons\";s:5:\"title\";s:47:\"Help Translate Paid Memberships Pro and Add Ons\";s:7:\"content\";s:585:\"<p><strong>We need your help.</strong> Join our translation platform to suggest or review strings—your updates sync automatically to thousands of membership sites worldwide. Hop into <a href=\"https://www.paidmembershipspro.com/slack/\" target=\"_blank\">the #translate channel on Slack</a> to get started or <a href=\"https://translate.strangerstudios.com/projects/\" target=\"_blank\">join the project now to start translating</a>.</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://translate.strangerstudios.com/projects/\" target=\"_blank\">Start Translating Now</a>\";s:6:\"starts\";s:10:\"2025-04-01\";s:4:\"ends\";s:10:\"2030-12-31\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:11:\"translation\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;}i:3;O:8:\"stdClass\":12:{s:2:\"id\";i:400172650;s:4:\"name\";s:43:\"replace-wp-bouncer-with-limit-logins-add-on\";s:5:\"title\";s:43:\"Replace WP Bouncer with Limit Logins Add On\";s:7:\"content\";s:801:\"<p>Your site is currently using the WP Bouncer plugin, which is no longer being maintained. We recommend switching to the <a href=\"https://www.paidmembershipspro.com/add-ons/limit-logins/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=100172650\" target=\"_blank\">Limit Logins Add On</a>, the official replacement for WP Bouncer. You can install and activate Limit Logins by navigating to <strong>Memberships > Add Ons</strong>. This transition requires no changes to existing features or custom code.</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://www.paidmembershipspro.com/add-ons/limit-logins/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=100172650\" target=\"_blank\">View Limit Logins Add On Docs</a>\";s:6:\"starts\";s:10:\"2025-02-11\";s:4:\"ends\";s:10:\"2030-12-31\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:11:\"admin-users\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:25:\"wp-bouncer/wp-bouncer.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:41:\"pmpro-limit-logins/pmpro-limit-logins.php\";}}}i:4;O:8:\"stdClass\":11:{s:2:\"id\";i:100172629;s:4:\"name\";s:36:\"secure-updates-for-pmpro-and-add-ons\";s:5:\"title\";s:36:\"Secure Updates for PMPro and Add Ons\";s:7:\"content\";s:735:\"<p>The PMPro Update Manager is a required plugin to ensure all updates come directly from the official Paid Memberships Pro license server. Navigate to Memberships > Add Ons to install and activate the PMPro Update Manager. <a href=\"https://www.paidmembershipspro.com/add-ons/update-manager/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=100172629\" target=\"_blank\">Learn more about the Update Manager Add On here</a>.</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://www.paidmembershipspro.com/wp-content/uploads/plugins/pmpro-update-manager.zip?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=100172629\">Download Update Manager (.zip)</a>\";s:6:\"starts\";s:10:\"2025-02-09\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:15:\"plugins-checked\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":2:{s:20:\"check_plugin_version\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:3:\"3.3\";}s:14:\"plugins_active\";a:1:{i:0;s:45:\"pmpro-update-manager/pmpro-update-manager.php\";}}}i:5;O:8:\"stdClass\":11:{s:2:\"id\";i:200172571;s:4:\"name\";s:37:\"save-1000-on-pmpro-plus-lifetime-deal\";s:5:\"title\";s:39:\"Save $1,000 on PMPro Plus Lifetime Deal\";s:7:\"content\";s:588:\"<p>For a limited time, save $1,000 on a <a href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200172571\" target=\"_blank\"><strong>Lifetime PMPro Plus license</strong></a>. Pay once, and get updates and support for life. Offer ends February 24, 2025—don\'t miss out!</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200172571\" target=\"_blank\">Claim Lifetime Deal</a>\";s:6:\"starts\";s:10:\"2025-02-20\";s:4:\"ends\";s:10:\"2025-02-24\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:9:\"money-alt\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:13:\"pmpro_license\";a:3:{i:0;s:8:\"standard\";i:1;s:4:\"plus\";i:2;s:7:\"builder\";}}}i:6;O:8:\"stdClass\":11:{s:2:\"id\";i:200172570;s:4:\"name\";s:48:\"fresh-start-sale-save-50-on-paid-memberships-pro\";s:5:\"title\";s:50:\"Fresh Start Sale: Save 50% on Paid Memberships Pro\";s:7:\"content\";s:672:\"<p>Now through February 24th, <a href=\"https://www.paidmembershipspro.com/pricing/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200172570\" target=\"_blank\">get 50% off every premium plan during our fresh start sale</a>. <strong>That\'s up to $298 off our regular prices!</strong> Get access to premium Add Ons, unlimited technical support, and over 100 code snippets to customize your membership site.</p><p></p><a class=\"button button-primary wp-element-button\" href=\"https://www.paidmembershipspro.com/pricing/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=200172570\">Upgrade Your Membership Now »</a>\";s:6:\"starts\";s:10:\"2025-02-20\";s:4:\"ends\";s:10:\"2025-02-24\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:6:\"carrot\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:13:\"pmpro_license\";a:3:{i:0;s:8:\"standard\";i:1;s:4:\"plus\";i:2;s:7:\"builder\";}}}i:7;O:8:\"stdClass\":12:{s:2:\"id\";i:50106;s:4:\"name\";s:41:\"member-directories-and-profiles-for-clubs\";s:5:\"title\";s:42:\"Member Directories and Profiles for Clubs.\";s:7:\"content\";s:437:\"<p>Explore our Member Directory and Profiles Add On for your members-only club. This Add On enhances your membership site with a public or private searchable directory and customizable member profile pages.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/member-directory/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50106\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:6:\"groups\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"site_url_match\";a:1:{i:0;s:5:\".club\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:49:\"pmpro-member-directory/pmpro-member-directory.php\";}}}i:8;O:8:\"stdClass\":10:{s:2:\"id\";i:20011;s:4:\"name\";s:38:\"pmpro-plus-lifetime-deal-now-available\";s:5:\"title\";s:40:\"PMPro Plus Lifetime Deal - Now Available\";s:7:\"content\";s:577:\"<p>It\'s here! For a limited time, grab a <a href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=20011\" target=\"_blank\"><strong>Lifetime PMPro Plus license</strong></a> and save 50%. Pay once, and get updates and support for life. Offer ends September 30, 2024—don\'t miss out!</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=20011\" target=\"_blank\">Claim Lifetime Deal</a>\";s:6:\"starts\";s:10:\"2024-09-27\";s:4:\"ends\";s:10:\"2024-09-30\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:4:\"bell\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;}i:9;O:8:\"stdClass\":12:{s:2:\"id\";i:10007;s:4:\"name\";s:61:\"important-message-from-jason-coleman-paid-memberships-pro-ceo\";s:5:\"title\";s:62:\"Important Message from Jason Coleman, Paid Memberships Pro CEO\";s:7:\"content\";s:518:\"<p>All official Paid Memberships Pro updates will now be delivered from our own license server, just as we have served updates for our free and paid Add Ons for the past 9 years. Please <a href=\"https://www.paidmembershipspro.com/pmpro-update-3-3/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=release-3-3&utm_content=10007\" target=\"_blank\">read the 3.3 release blog post now</a> to understand the situation we now find ourselves in and how to keep your business secure today and in the days ahead.</p>\";s:6:\"starts\";s:10:\"2024-10-18\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:5:\"error\";s:8:\"dashicon\";s:7:\"warning\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:45:\"pmpro-update-manager/pmpro-update-manager.php\";}}s:7:\"show_if\";O:8:\"stdClass\":1:{s:20:\"check_plugin_version\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:3:\"3.3\";}}}i:10;O:8:\"stdClass\":11:{s:2:\"id\";i:10006;s:4:\"name\";s:92:\"warning-database-was-upgraded-to-v3-0-but-your-site-is-not-running-the-latest-plugin-version\";s:5:\"title\";s:95:\"Warning: Database was upgraded to v3.0, but your site is not running the latest plugin version.\";s:7:\"content\";s:712:\"<p>We detect that your site was upgraded to v3.0 and then you decided to rollback to a previous release. Your database has been irreversibly updated. The best thing to do right now is <a href=\"https://www.paidmembershipspro.com/contact/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=contact&utm_content=10006\" target=\"_blank\">contact us</a> with information about why you needed to rollback and we will help you resolve issues or find a workaround. <a href=\"https://www.paidmembershipspro.com/rolling-back-from-pmpro-v3-0-to-previous-release/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=pmpro-3-rollback&utm_content=10006\" target=\"_blank\">Read here for more information</a>.</p>\";s:6:\"starts\";s:10:\"2024-01-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:5:\"error\";s:8:\"dashicon\";s:7:\"warning\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":2:{s:20:\"check_plugin_version\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:3:\"3.0\";}s:13:\"pmpro_setting\";a:2:{i:0;s:10:\"db_version\";i:1;s:5:\"3.001\";}}}i:11;O:8:\"stdClass\":11:{s:2:\"id\";i:10005;s:4:\"name\";s:96:\"security-notice-your-pmpro-version-is-vulnerable-to-unauthenticated-level-edits-via-the-rest-api\";s:5:\"title\";s:98:\"Security Notice: Your PMPro version is vulnerable to unauthenticated level edits via the REST API.\";s:7:\"content\";s:425:\"<p>These attacks could be used to add new levels or change existing levels, including prices, allowing folks to bypass your paywall or otherwise cause issues with your site. We highly recommend updating to the latest version immediately. Back up your site, then visit Dashboard > Updates to update Paid Memberships Pro. <a href=\"https://www.paidmembershipspro.com/pmpro-update-2-12-6/\">Read here for more information</a>.</p>\";s:6:\"starts\";s:10:\"2023-12-18\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:5:\"error\";s:8:\"dashicon\";s:7:\"warning\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:6:\"2.12.6\";}}}i:12;O:8:\"stdClass\":11:{s:2:\"id\";i:10004;s:4:\"name\";s:88:\"security-notice-pmpro-versions-below-2-12-4-may-allow-malicious-file-uploads-at-checkout\";s:5:\"title\";s:90:\"Security Notice: PMPro versions below 2.12.4 may allow malicious file uploads at checkout.\";s:7:\"content\";s:568:\"<p>There is a potential for files containing malicious code to be uploaded as part of the membership checkout form submission. We highly recommend updating to the latest version immediately so that your site is protected from arbitrary file uploads. Back up your site, then visit Dashboard > Updates to update this plugin. <a href=\"https://www.paidmembershipspro.com/pmpro-update-2-12-4/\">Click here to more information</a>.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/pmpro-update-2-12-4/\">Read the V2.12.4 Changelog</a><p></p>\";s:6:\"starts\";s:10:\"2023-11-16\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:5:\"error\";s:8:\"dashicon\";s:7:\"warning\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:20:\"check_plugin_version\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:6:\"2.12.4\";}}}i:13;O:8:\"stdClass\":11:{s:2:\"id\";i:10003;s:4:\"name\";s:82:\"security-notice-pmpro-versions-below-2-9-8-are-vulnerable-to-sql-injection-attacks\";s:5:\"title\";s:84:\"Security Notice: PMPro versions below 2.9.8 are vulnerable to SQL injection attacks.\";s:7:\"content\";s:320:\"<p>These attacks could be used to retrieve sensitive data from your database. We highly recommend updating to the latest version immediately. Back up your site, then visit Dashboard -> Updates to update this plugin. <a href=\"https://www.paidmembershipspro.com/pmpro-update-2-9-8/\">Read here for more information</a>.</p>\";s:6:\"starts\";s:10:\"2023-07-11\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:5:\"error\";s:8:\"dashicon\";s:7:\"warning\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:20:\"check_plugin_version\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:5:\"2.9.8\";}}}i:14;O:8:\"stdClass\":11:{s:2:\"id\";i:10002;s:4:\"name\";s:68:\"security-notice-pmpro-v2-6-7-fixes-a-critical-security-vulnerability\";s:5:\"title\";s:70:\"Security Notice: PMPro v2.6.7 fixes a critical security vulnerability.\";s:7:\"content\";s:262:\"<p>We highly recommend updating to the latest version immediately. Back up your site, then visit Dashboard -> Updates to update this plugin. <a href=\"https://www.paidmembershipspro.com/pmpro-update-2-6-7-security-release/\">Read here for more information</a>.</p>\";s:6:\"starts\";s:10:\"2022-01-05\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:5:\"error\";s:8:\"dashicon\";s:7:\"warning\";s:8:\"priority\";i:1;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:20:\"check_plugin_version\";a:3:{i:0;s:45:\"paid-memberships-pro/paid-memberships-pro.php\";i:1;s:1:\"<\";i:2;s:3:\"2.0\";}}}i:15;O:8:\"stdClass\":12:{s:2:\"id\";i:50112;s:4:\"name\";s:50:\"expand-into-africa-paystack-integration-with-pmpro\";s:5:\"title\";s:52:\"Expand into Africa: Paystack Integration with PMPro.\";s:7:\"content\";s:735:\"<p>Paid Memberships Pro now integrates seamlessly with Paystack, a leading online payment gateway for the African market. <a href=\"https://www.paidmembershipspro.com/add-ons/paystack-gateway/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50112\" target=\"_blank\">Check out our Paystack Payment Gateway Integration now</a>. Paystack offers secure checkout and payment methods across multiple African countries, including South Africa, Nigeria, Ghana, and Kenya.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/paystack-gateway/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50112\">View the Paystack Gateway Docs</a><p></p>\";s:6:\"starts\";s:10:\"2023-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:14:\"admin-site-alt\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"site_url_match\";a:5:{i:0;s:7:\".africa\";i:1;s:6:\".co.za\";i:2;s:3:\".gh\";i:3;s:3:\".ke\";i:4;s:3:\".ng\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:2:{i:0;s:69:\"paystack-gateway-paid-memberships-pro/class.pmprogateway_paystack.php\";i:1;s:79:\"paystack-gateway-paid-memberships-pro/paystack-gateway-paid-memberships-pro.php\";}}}i:16;O:8:\"stdClass\":12:{s:2:\"id\";i:50111;s:4:\"name\";s:64:\"offer-pay-what-you-want-memberships-with-variable-member-pricing\";s:5:\"title\";s:67:\"Offer \'Pay What You Want\' Memberships With Variable Member Pricing.\";s:7:\"content\";s:645:\"<p>Allow members to <a href=\"https://www.paidmembershipspro.com/add-ons/variable-pricing-add-on/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50111\" target=\"_blank\">set their own price for membership</a> in a custom field or using a dropdown of recommended prices. This Add On is useful for donation-type sites, where you give members the ability to \'pay what they can\'.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/variable-pricing-add-on/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50111\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:6:\"smiley\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"site_url_match\";a:1:{i:0;s:4:\".org\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:49:\"pmpro-variable-pricing/pmpro-variable-pricing.php\";}}}i:17;O:8:\"stdClass\":12:{s:2:\"id\";i:50110;s:4:\"name\";s:51:\"collect-an-optional-donation-at-membership-checkout\";s:5:\"title\";s:52:\"Collect an Optional Donation at Membership Checkout.\";s:7:\"content\";s:433:\"<p>Give members the option to \'Make a Gift\' at checkout or allow existing members to make donations at any time. Users can enter a custom donation amount or select from a dropdown of recommended values.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/donations-add-on/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50110\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:6:\"smiley\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"site_url_match\";a:1:{i:0;s:4:\".org\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:35:\"pmpro-donations/pmpro-donations.php\";}}}i:18;O:8:\"stdClass\":12:{s:2:\"id\";i:50113;s:4:\"name\";s:34:\"sell-organization-membership-packs\";s:5:\"title\";s:35:\"Sell Organization Membership Packs.\";s:7:\"content\";s:717:\"<p>Organization and Association members often need to <a href=\"https://www.paidmembershipspro.com/add-ons/group-accounts/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50108\" target=\"_blank\">purchase a block of linked accounts</a>. This Add On provides the primary (parent) member with a code to distribute to their team. Organizations can optionally register the child accounts during checkout or allow team members to claim their accounts personally.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/group-accounts/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50108\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:18:\"welcome-learn-more\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"site_url_match\";a:1:{i:0;s:4:\".edu\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:45:\"pmpro-group-accounts/pmpro-group-accounts.php\";}}}i:19;O:8:\"stdClass\":11:{s:2:\"id\";i:50107;s:4:\"name\";s:47:\"restrict-premium-video-content-for-members-only\";s:5:\"title\";s:48:\"Restrict Premium Video Content For Members Only.\";s:7:\"content\";s:638:\"<p>There are many ways to offer premium video content in your membership site. Check out our guide on <a href=\"https://www.paidmembershipspro.com/private-videos/hub/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=hubs&utm_content=50107\" target=\"_blank\">running a private video membership site</a> to learn all about private videos with YouTube, Vimeo, Bunny.net, and even self-hosted videos.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/private-videos/hub/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=hubs&utm_content=50107\" target=\"_blank\">View the Video Guides</a>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:11:\"media-video\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"site_url_match\";a:1:{i:0;s:3:\".tv\";}}}i:20;O:8:\"stdClass\":11:{s:2:\"id\";i:50105;s:4:\"name\";s:43:\"integrate-user-registrations-with-mailchimp\";s:5:\"title\";s:44:\"Integrate User Registrations with Mailchimp.\";s:7:\"content\";s:394:\"<p>PMPro works seamlessly with your Mailchimp account to add members to unique audiences. You can segment members by level or other custom merge fields.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50105\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:9:\"email-alt\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:35:\"pmpro-mailchimp/pmpro-mailchimp.php\";}}}i:21;O:8:\"stdClass\":11:{s:2:\"id\";i:50104;s:4:\"name\";s:59:\"increase-revenue-by-adding-more-payment-options-at-checkout\";s:5:\"title\";s:60:\"Increase Revenue by Adding More Payment Options at Checkout.\";s:7:\"content\";s:404:\"<p>Appeal to the highest number of potential customers by offering PayPal as a payment option in addition to your onsite credit card payment gateway.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-add-paypal-express-option-checkout/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50104\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-01-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:9:\"money-alt\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":2:{s:14:\"plugins_active\";a:1:{i:0;s:53:\"pmpro-add-paypal-express/pmpro-add-paypal-express.php\";}s:13:\"pmpro_setting\";a:2:{i:0;s:13:\"pmpro_gateway\";i:1;s:6:\"paypal\";}}}i:22;O:8:\"stdClass\":11:{s:2:\"id\";i:50103;s:4:\"name\";s:47:\"offer-more-flexible-subscription-period-options\";s:5:\"title\";s:48:\"Offer More Flexible Subscription Period Options.\";s:7:\"content\";s:424:\"<p>Set variable-length trials or delay the subscription start date to have all members renew on a specific schedule. This Add On adds a delay setting to membership levels and discount codes.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/subscription-delays/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50103\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-01-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:5:\"clock\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:55:\"pmpro-subscription-delays/pmpro-subscription-delays.php\";}}}i:23;O:8:\"stdClass\":11:{s:2:\"id\";i:50101;s:4:\"name\";s:42:\"enhance-your-membership-levels-page-layout\";s:5:\"title\";s:43:\"Enhance Your Membership Levels Page Layout.\";s:7:\"content\";s:643:\"<p>Convert more members by customizing the appearance of your levels page. Display membership options in columns or a pricing table layout using the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50001\" target=\"_blank\">Advanced Levels Page Shortcode Add On</a>.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=50101\" target=\"_blank\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:3:\"art\";s:8:\"priority\";i:5;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:67:\"pmpro-advanced-levels-shortcode/pmpro-advanced-levels-shortcode.php\";}}}i:24;O:8:\"stdClass\":12:{s:2:\"id\";i:40112;s:4:\"name\";s:43:\"migrate-sponsored-members-to-group-accounts\";s:5:\"title\";s:44:\"Migrate Sponsored Members to Group Accounts.\";s:7:\"content\";s:826:\"<p>Your site is currently using the Sponsored Members Add On. We strongly recommend <a href=\"https://www.paidmembershipspro.com/migrate-sponsored-members-to-group-accounts/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40112\" target=\"_blank\">migrating to the Group Accounts Add On</a>, which offers more features, a simpler setup, and better compatibility with future versions of Paid Memberships Pro. While there is no official date set, we plan to officially phase out support for Sponsored Members in favor of Group Accounts in 2025.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/migrate-sponsored-members-to-group-accounts/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40112\">View the Migration Guide</a><p></p>\";s:6:\"starts\";s:10:\"2024-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:11:\"admin-tools\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:51:\"pmpro-sponsored-members/pmpro-sponsored-members.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:45:\"pmpro-group-accounts/pmpro-group-accounts.php\";}}}i:25;O:8:\"stdClass\":12:{s:2:\"id\";i:40111;s:4:\"name\";s:37:\"connect-paid-memberships-pro-and-keap\";s:5:\"title\";s:38:\"Connect Paid Memberships Pro and Keap.\";s:7:\"content\";s:423:\"<p>Check out the new <a href=\"https://www.paidmembershipspro.com/add-ons/keap-integration/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40111\" target=\"_blank\">Keap Integration for Paid Memberships Pro</a>. This integration replaces the deprecated Infusionsoft Integration you are currently running on this site.</p><p></p><a class=\"button button-primary\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2024-09-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:8:\"download\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:41:\"pmpro-infusionsoft/pmpro-infusionsoft.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:25:\"pmpro-keap/pmpro-keap.php\";}}}i:26;O:8:\"stdClass\":12:{s:2:\"id\";i:40110;s:4:\"name\";s:49:\"connect-paid-memberships-pro-and-download-monitor\";s:5:\"title\";s:50:\"Connect Paid Memberships Pro and Download Monitor.\";s:7:\"content\";s:514:\"<p>Require membership for specific Downloads. Check out the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-download-monitor/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40110\" target=\"_blank\">Download Monitor Integration for PMPro</a>.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-download-monitor/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40110\">View the Add On Docs</a>\";s:6:\"starts\";s:10:\"2020-01-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:8:\"download\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:37:\"download-monitor/download-monitor.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:49:\"pmpro-download-monitor/pmpro-download-monitor.php\";}}}i:27;O:8:\"stdClass\":12:{s:2:\"id\";i:40108;s:4:\"name\";s:49:\"connect-paid-memberships-pro-and-user-role-editor\";s:5:\"title\";s:50:\"Connect Paid Memberships Pro and User Role Editor.\";s:7:\"content\";s:529:\"<p>Assign permissions or capabilities for each specific membership level using the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-roles/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40108\" target=\"_blank\">Roles for Memberships Levels Add On for PMPro</a>.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-roles/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40108\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-01-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:6:\"hidden\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:37:\"user-role-editor/user-role-editor.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:27:\"pmpro-roles/pmpro-roles.php\";}}}i:28;O:8:\"stdClass\":12:{s:2:\"id\";i:40106;s:4:\"name\";s:42:\"connect-paid-memberships-pro-and-learndash\";s:5:\"title\";s:43:\"Connect Paid Memberships Pro and LearnDash.\";s:7:\"content\";s:573:\"<p>Protect your LearnDash course enrollment for members only using the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40107\" target=\"_blank\">Courses for Membership Add On for PMPro</a>.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40106\" target=\"_blank\">Connect PMPro and LearnDash »</a><p></p>\";s:6:\"starts\";s:10:\"2020-01-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:18:\"welcome-learn-more\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:21:\"sfwd-lms/sfwd_lms.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:31:\"pmpro-courses/pmpro-courses.php\";}}}i:29;O:8:\"stdClass\":12:{s:2:\"id\";i:40105;s:4:\"name\";s:39:\"connect-paid-memberships-pro-and-events\";s:5:\"title\";s:40:\"Connect Paid Memberships Pro and Events.\";s:7:\"content\";s:642:\"<p>Offer members-only events using popular events plugins and Paid Memberships Pro. Completely hide events from non-members. Restrict event registration by membership level. The <a href=\"https://www.paidmembershipspro.com/add-ons/events-for-members-only/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40105\" target=\"_blank\">Events Add On for PMPro</a> does all this and more.</p><p></p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/events-for-members-only/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40105\">View the Add On Docs</a>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:12:\"calendar-alt\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:3:{i:0;s:33:\"events-manager/events-manager.php\";i:1;s:43:\"the-events-calendar/the-events-calendar.php\";i:2;s:43:\"sugar-calendar-lite/sugar-calendar-lite.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:29:\"pmpro-events/pmpro-events.php\";}}}i:30;O:8:\"stdClass\":12:{s:2:\"id\";i:40104;s:4:\"name\";s:44:\"connect-paid-memberships-pro-and-woocommerce\";s:5:\"title\";s:45:\"Connect Paid Memberships Pro and Woocommerce.\";s:7:\"content\";s:578:\"<p>Set a global or per-product discounts for members only. Require membership to buy certain products. The <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40104\" target=\"_blank\">WooCommerce Integration for PMPro</a> does all this and more.</p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40104\" target=\"_blank\">View the Add On Docs</a>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:3:\"tag\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":2:{s:14:\"plugins_active\";a:1:{i:0;s:27:\"woocommerce/woocommerce.php\";}s:14:\"site_url_match\";a:1:{i:0;s:5:\".shop\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:39:\"pmpro-woocommerce/pmpro-woocommerce.php\";}}}i:31;O:8:\"stdClass\":12:{s:2:\"id\";i:40103;s:4:\"name\";s:43:\"connect-paid-memberships-pro-and-buddypress\";s:5:\"title\";s:44:\"Connect Paid Memberships Pro and BuddyPress.\";s:7:\"content\";s:630:\"<p>Restrict access to specific features of your BuddyPress community by membership level, allowing you to build a custom, private, and flexible members-only community. Check out the <a href=\"https://www.paidmembershipspro.com/add-ons/buddypress-integration/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40003\" target=\"_blank\">BuddyPress Integration for PMPro</a>.</p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/buddypress-integration/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40103\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2019-11-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:25:\"buddicons-buddypress-logo\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:25:\"buddypress/buddypress.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:37:\"pmpro-buddypress/pmpro-buddypress.php\";}}}i:32;O:8:\"stdClass\":12:{s:2:\"id\";i:40102;s:4:\"name\";s:40:\"connect-paid-memberships-pro-and-bbpress\";s:5:\"title\";s:41:\"Connect Paid Memberships Pro and bbPress.\";s:7:\"content\";s:542:\"<p>Restrict Forums by membership level. Display additional profile information for member replies only. The <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-bbpress/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40102\">bbPress Integration for PMPro</a> does all this and more.</p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/add-ons/pmpro-bbpress/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=add-ons&utm_content=40102\">View the Add On Docs</a><p></p>\";s:6:\"starts\";s:10:\"2020-10-01\";s:4:\"ends\";s:10:\"2030-01-01\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:22:\"buddicons-bbpress-logo\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"show_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:19:\"bbpress/bbpress.php\";}}s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:31:\"pmpro-bbpress/pmpro-bbpress.php\";}}}i:33;O:8:\"stdClass\":11:{s:2:\"id\";i:40101;s:4:\"name\";s:67:\"run-black-friday-or-cyber-monday-sales-in-pmpro-woocommerce-and-edd\";s:5:\"title\";s:70:\"Run Black Friday or Cyber Monday Sales in PMPro, WooCommerce, and EDD.\";s:7:\"content\";s:545:\"<p>The <a href=\"https://www.sitewidesales.com/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sitewide-sales&utm_content=40101\" target=\"_blank\">Sitewide Sales plugin</a> handles your discounts, banners, landing pages, and reporting. Check out this new all-in-one tool that helps ecommerce or membership sites run better sales.</p><a class=\"button button-primary\" href=\"https://www.sitewidesales.com/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sitewide-sales&utm_content=40101\">Visit SitewideSales.com</a><p></p>\";s:6:\"starts\";s:10:\"2023-08-15\";s:4:\"ends\";s:10:\"2023-11-15\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:4:\"cart\";s:8:\"priority\";i:4;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:14:\"plugins_active\";a:1:{i:0;s:33:\"sitewide-sales/sitewide-sales.php\";}}}i:34;O:8:\"stdClass\":10:{s:2:\"id\";i:20013;s:4:\"name\";s:38:\"pmpro-plus-lifetime-deal-now-available\";s:5:\"title\";s:40:\"PMPro Plus Lifetime Deal - Now Available\";s:7:\"content\";s:569:\"<p>It\'s here! For Cyber Monday only, grab a <a href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=20013\" target=\"_blank\"><strong>Lifetime PMPro Plus license</strong></a> and save 50%. Pay once, and get updates and support for life. Offer ends December 3, 2024 at 11:59pm ET - don\'t miss out!</p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/lifetime/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=20013\">Claim Lifetime Deal</a>\";s:6:\"starts\";s:10:\"2024-12-02\";s:4:\"ends\";s:10:\"2024-12-04\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:4:\"bell\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;}i:35;O:8:\"stdClass\":11:{s:2:\"id\";i:20012;s:4:\"name\";s:49:\"black-friday-sale-save-50-on-paid-memberships-pro\";s:5:\"title\";s:51:\"Black Friday Sale: Save 50% on Paid Memberships Pro\";s:7:\"content\";s:644:\"<p>Now through December 3, <a href=\"https://www.paidmembershipspro.com/pricing/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=20012\" target=\"_blank\">get 50% off every premium plan during our biggest sale of the year</a>. <strong>That\'s up to $298 off our regular prices!</strong> Get access to premium Add Ons, unlimited technical support, and over 100 code snippets to customize your membership site.</p><a class=\"button button-primary\" href=\"https://www.paidmembershipspro.com/pricing/?utm_source=plugin&utm_medium=pmpro-notifications&utm_campaign=sales&utm_content=20012\">Upgrade Your Membership Now »</a>\";s:6:\"starts\";s:10:\"2024-11-29\";s:4:\"ends\";s:10:\"2024-12-04\";s:4:\"type\";s:7:\"general\";s:8:\"dashicon\";s:4:\"bell\";s:8:\"priority\";i:2;s:11:\"dismissable\";b:1;s:7:\"hide_if\";O:8:\"stdClass\":1:{s:13:\"pmpro_license\";a:3:{i:0;s:8:\"standard\";i:1;s:4:\"plus\";i:2;s:7:\"builder\";}}}}', 'off'),
(805, 'hero_latest_dpn', '1', 'auto'),
(806, 'option_tree_settings', 'a:2:{s:8:\"sections\";a:1:{i:0;a:2:{s:2:\"id\";s:7:\"general\";s:5:\"title\";s:7:\"General\";}}s:8:\"settings\";a:1:{i:0;a:10:{s:2:\"id\";s:11:\"sample_text\";s:5:\"label\";s:23:\"Sample Text Field Label\";s:4:\"desc\";s:38:\"Description for the sample text field.\";s:7:\"section\";s:7:\"general\";s:4:\"type\";s:4:\"text\";s:3:\"std\";s:0:\"\";s:5:\"class\";s:0:\"\";s:4:\"rows\";s:0:\"\";s:9:\"post_type\";s:0:\"\";s:7:\"choices\";a:0:{}}}}', 'auto'),
(807, 'sh_plugin_options', 'a:5:{s:21:\"hero_enable_preloader\";s:2:\"on\";s:27:\"hero_enable_preloader_image\";s:0:\"\";s:24:\"hero_enable_css_override\";s:3:\"off\";s:15:\"sh_custom_style\";s:0:\"\";s:12:\"sh_custom_js\";s:0:\"\";}', 'auto'),
(808, 'option_tree', 'a:1:{s:11:\"sample_text\";s:0:\"\";}', 'auto'),
(809, 'ot_media_post_ID', '521', 'auto'),
(856, '_transient_timeout_elementor_remote_info_api_data_3.29.2', '1749743328', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(857, '_transient_elementor_remote_info_api_data_3.29.2', 'a:4:{s:9:\"timestamp\";s:10:\"1749697993\";s:14:\"upgrade_notice\";a:3:{s:7:\"version\";s:5:\"2.0.0\";s:7:\"message\";s:0:\"\";s:11:\"update_link\";s:0:\"\";}s:11:\"pro_widgets\";a:82:{i:0;a:4:{s:4:\"name\";s:6:\"search\";s:5:\"title\";s:6:\"Search\";s:4:\"icon\";s:17:\"eicon-site-search\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:1;a:4:{s:4:\"name\";s:5:\"posts\";s:5:\"title\";s:5:\"Posts\";s:4:\"icon\";s:15:\"eicon-post-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:2;a:4:{s:4:\"name\";s:9:\"portfolio\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:18:\"eicon-gallery-grid\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:3;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-2\";s:5:\"title\";s:7:\"Classic\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:4;a:4:{s:4:\"name\";s:9:\"mega-menu\";s:5:\"title\";s:4:\"Menu\";s:4:\"icon\";s:15:\"eicon-mega-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:5;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-3\";s:5:\"title\";s:8:\"Showcase\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:6;a:4:{s:4:\"name\";s:4:\"form\";s:5:\"title\";s:4:\"Form\";s:4:\"icon\";s:21:\"eicon-form-horizontal\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:7;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-4\";s:5:\"title\";s:5:\"Links\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:8;a:4:{s:4:\"name\";s:9:\"loop-grid\";s:5:\"title\";s:9:\"Loop Grid\";s:4:\"icon\";s:18:\"eicon-loop-builder\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:9;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-5\";s:5:\"title\";s:8:\"Services\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:10;a:4:{s:4:\"name\";s:13:\"loop-carousel\";s:5:\"title\";s:13:\"Loop Carousel\";s:4:\"icon\";s:19:\"eicon-carousel-loop\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:11;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-6\";s:5:\"title\";s:9:\"Portfolio\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:12;a:4:{s:4:\"name\";s:7:\"gallery\";s:5:\"title\";s:7:\"Gallery\";s:4:\"icon\";s:23:\"eicon-gallery-justified\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:13;a:4:{s:4:\"name\";s:17:\"link-in-bio-var-7\";s:5:\"title\";s:13:\"Business Card\";s:4:\"icon\";s:19:\"eicon-site-identity\";s:10:\"categories\";s:15:\"[\"link-in-bio\"]\";}i:14;a:4:{s:4:\"name\";s:17:\"animated-headline\";s:5:\"title\";s:17:\"Animated Headline\";s:4:\"icon\";s:23:\"eicon-animated-headline\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:15;a:4:{s:4:\"name\";s:10:\"price-list\";s:5:\"title\";s:10:\"Price List\";s:4:\"icon\";s:16:\"eicon-price-list\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:16;a:4:{s:4:\"name\";s:11:\"price-table\";s:5:\"title\";s:11:\"Price Table\";s:4:\"icon\";s:17:\"eicon-price-table\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:17;a:4:{s:4:\"name\";s:8:\"flip-box\";s:5:\"title\";s:8:\"Flip Box\";s:4:\"icon\";s:14:\"eicon-flip-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:18;a:4:{s:4:\"name\";s:14:\"call-to-action\";s:5:\"title\";s:14:\"Call to Action\";s:4:\"icon\";s:20:\"eicon-image-rollover\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:19;a:4:{s:4:\"name\";s:14:\"media-carousel\";s:5:\"title\";s:14:\"Media Carousel\";s:4:\"icon\";s:20:\"eicon-media-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:20;a:4:{s:4:\"name\";s:15:\"nested-carousel\";s:5:\"title\";s:8:\"Carousel\";s:4:\"icon\";s:21:\"eicon-nested-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:21;a:4:{s:4:\"name\";s:10:\"off-canvas\";s:5:\"title\";s:10:\"Off-Canvas\";s:4:\"icon\";s:16:\"eicon-off-canvas\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:22;a:4:{s:4:\"name\";s:9:\"countdown\";s:5:\"title\";s:9:\"Countdown\";s:4:\"icon\";s:15:\"eicon-countdown\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:23;a:4:{s:4:\"name\";s:13:\"share-buttons\";s:5:\"title\";s:13:\"Share Buttons\";s:4:\"icon\";s:11:\"eicon-share\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:24;a:4:{s:4:\"name\";s:10:\"blockquote\";s:5:\"title\";s:10:\"Blockquote\";s:4:\"icon\";s:16:\"eicon-blockquote\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:25;a:4:{s:4:\"name\";s:6:\"lottie\";s:5:\"title\";s:6:\"Lottie\";s:4:\"icon\";s:12:\"eicon-lottie\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:26;a:4:{s:4:\"name\";s:7:\"hotspot\";s:5:\"title\";s:7:\"Hotspot\";s:4:\"icon\";s:19:\"eicon-image-hotspot\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:27;a:4:{s:4:\"name\";s:13:\"paypal-button\";s:5:\"title\";s:13:\"PayPal Button\";s:4:\"icon\";s:19:\"eicon-paypal-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:28;a:4:{s:4:\"name\";s:14:\"code-highlight\";s:5:\"title\";s:14:\"Code Highlight\";s:4:\"icon\";s:20:\"eicon-code-highlight\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:29;a:4:{s:4:\"name\";s:14:\"video-playlist\";s:5:\"title\";s:14:\"Video Playlist\";s:4:\"icon\";s:20:\"eicon-video-playlist\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:30;a:4:{s:4:\"name\";s:8:\"template\";s:5:\"title\";s:8:\"Template\";s:4:\"icon\";s:19:\"eicon-document-file\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:31;a:4:{s:4:\"name\";s:13:\"stripe-button\";s:5:\"title\";s:13:\"Stripe Button\";s:4:\"icon\";s:19:\"eicon-stripe-button\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:32;a:4:{s:4:\"name\";s:16:\"progress-tracker\";s:5:\"title\";s:16:\"Progress Tracker\";s:4:\"icon\";s:22:\"eicon-progress-tracker\";s:10:\"categories\";s:40:\"[\"pro-elements\",\"theme-elements-single\"]\";}i:33;a:4:{s:4:\"name\";s:8:\"nav-menu\";s:5:\"title\";s:8:\"Nav Menu\";s:4:\"icon\";s:14:\"eicon-nav-menu\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:34;a:4:{s:4:\"name\";s:17:\"table-of-contents\";s:5:\"title\";s:17:\"Table of Contents\";s:4:\"icon\";s:23:\"eicon-table-of-contents\";s:10:\"categories\";s:33:\"[\"pro-elements\",\"theme-elements\"]\";}i:35;a:4:{s:4:\"name\";s:5:\"login\";s:5:\"title\";s:5:\"Login\";s:4:\"icon\";s:15:\"eicon-lock-user\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:36;a:4:{s:4:\"name\";s:6:\"slides\";s:5:\"title\";s:6:\"Slides\";s:4:\"icon\";s:12:\"eicon-slides\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:37;a:4:{s:4:\"name\";s:20:\"testimonial-carousel\";s:5:\"title\";s:20:\"Testimonial Carousel\";s:4:\"icon\";s:26:\"eicon-testimonial-carousel\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:38;a:4:{s:4:\"name\";s:7:\"reviews\";s:5:\"title\";s:7:\"Reviews\";s:4:\"icon\";s:12:\"eicon-review\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:39;a:4:{s:4:\"name\";s:15:\"facebook-button\";s:5:\"title\";s:15:\"Facebook Button\";s:4:\"icon\";s:23:\"eicon-facebook-like-box\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:40;a:4:{s:4:\"name\";s:17:\"facebook-comments\";s:5:\"title\";s:17:\"Facebook Comments\";s:4:\"icon\";s:23:\"eicon-facebook-comments\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:41;a:4:{s:4:\"name\";s:14:\"facebook-embed\";s:5:\"title\";s:14:\"Facebook Embed\";s:4:\"icon\";s:14:\"eicon-fb-embed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:42;a:4:{s:4:\"name\";s:13:\"facebook-page\";s:5:\"title\";s:13:\"Facebook Page\";s:4:\"icon\";s:13:\"eicon-fb-feed\";s:10:\"categories\";s:16:\"[\"pro-elements\"]\";}i:43;a:4:{s:4:\"name\";s:15:\"theme-site-logo\";s:5:\"title\";s:9:\"Site Logo\";s:4:\"icon\";s:15:\"eicon-site-logo\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:44;a:4:{s:4:\"name\";s:16:\"theme-site-title\";s:5:\"title\";s:10:\"Site Title\";s:4:\"icon\";s:16:\"eicon-site-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:45;a:4:{s:4:\"name\";s:16:\"theme-page-title\";s:5:\"title\";s:10:\"Page Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:46;a:4:{s:4:\"name\";s:16:\"theme-post-title\";s:5:\"title\";s:10:\"Post Title\";s:4:\"icon\";s:16:\"eicon-post-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:47;a:4:{s:4:\"name\";s:18:\"theme-post-excerpt\";s:5:\"title\";s:12:\"Post Excerpt\";s:4:\"icon\";s:18:\"eicon-post-excerpt\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:48;a:4:{s:4:\"name\";s:25:\"theme-post-featured-image\";s:5:\"title\";s:14:\"Featured Image\";s:4:\"icon\";s:20:\"eicon-featured-image\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:49;a:4:{s:4:\"name\";s:19:\"theme-archive-title\";s:5:\"title\";s:13:\"Archive Title\";s:4:\"icon\";s:19:\"eicon-archive-title\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:50;a:4:{s:4:\"name\";s:13:\"archive-posts\";s:5:\"title\";s:13:\"Archive Posts\";s:4:\"icon\";s:19:\"eicon-archive-posts\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:51;a:4:{s:4:\"name\";s:10:\"author-box\";s:5:\"title\";s:10:\"Author Box\";s:4:\"icon\";s:12:\"eicon-person\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:52;a:4:{s:4:\"name\";s:13:\"post-comments\";s:5:\"title\";s:13:\"Post Comments\";s:4:\"icon\";s:14:\"eicon-comments\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:53;a:4:{s:4:\"name\";s:15:\"post-navigation\";s:5:\"title\";s:15:\"Post Navigation\";s:4:\"icon\";s:21:\"eicon-post-navigation\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:54;a:4:{s:4:\"name\";s:9:\"post-info\";s:5:\"title\";s:9:\"Post Info\";s:4:\"icon\";s:15:\"eicon-post-info\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:55;a:4:{s:4:\"name\";s:7:\"sitemap\";s:5:\"title\";s:7:\"Sitemap\";s:4:\"icon\";s:13:\"eicon-sitemap\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:56;a:4:{s:4:\"name\";s:11:\"breadcrumbs\";s:5:\"title\";s:11:\"Breadcrumbs\";s:4:\"icon\";s:11:\"eicon-yoast\";s:10:\"categories\";s:18:\"[\"theme-elements\"]\";}i:57;a:4:{s:4:\"name\";s:21:\"woocommerce-menu-cart\";s:5:\"title\";s:9:\"Menu Cart\";s:4:\"icon\";s:10:\"eicon-cart\";s:10:\"categories\";s:41:\"[\"theme-elements\",\"woocommerce-elements\"]\";}i:58;a:4:{s:4:\"name\";s:19:\"wc-archive-products\";s:5:\"title\";s:16:\"Archive Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:59;a:4:{s:4:\"name\";s:31:\"woocommerce-archive-description\";s:5:\"title\";s:19:\"Archive Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:60;a:4:{s:4:\"name\";s:20:\"woocommerce-products\";s:5:\"title\";s:8:\"Products\";s:4:\"icon\";s:14:\"eicon-products\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:61;a:4:{s:4:\"name\";s:22:\"woocommerce-breadcrumb\";s:5:\"title\";s:23:\"WooCommerce Breadcrumbs\";s:4:\"icon\";s:25:\"eicon-product-breadcrumbs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:62;a:4:{s:4:\"name\";s:14:\"wc-add-to-cart\";s:5:\"title\";s:18:\"Custom Add To Cart\";s:4:\"icon\";s:17:\"eicon-woocommerce\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:63;a:4:{s:4:\"name\";s:11:\"wc-elements\";s:5:\"title\";s:17:\"WooCommerce Pages\";s:4:\"icon\";s:19:\"eicon-product-pages\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:64;a:4:{s:4:\"name\";s:13:\"wc-categories\";s:5:\"title\";s:18:\"Product Categories\";s:4:\"icon\";s:24:\"eicon-product-categories\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:65;a:4:{s:4:\"name\";s:25:\"woocommerce-product-title\";s:5:\"title\";s:13:\"Product Title\";s:4:\"icon\";s:19:\"eicon-product-title\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:66;a:4:{s:4:\"name\";s:26:\"woocommerce-product-images\";s:5:\"title\";s:14:\"Product Images\";s:4:\"icon\";s:20:\"eicon-product-images\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:67;a:4:{s:4:\"name\";s:25:\"woocommerce-product-price\";s:5:\"title\";s:13:\"Product Price\";s:4:\"icon\";s:19:\"eicon-product-price\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:68;a:4:{s:4:\"name\";s:31:\"woocommerce-product-add-to-cart\";s:5:\"title\";s:11:\"Add To Cart\";s:4:\"icon\";s:25:\"eicon-product-add-to-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:69;a:4:{s:4:\"name\";s:26:\"woocommerce-product-rating\";s:5:\"title\";s:14:\"Product Rating\";s:4:\"icon\";s:20:\"eicon-product-rating\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:70;a:4:{s:4:\"name\";s:25:\"woocommerce-product-stock\";s:5:\"title\";s:13:\"Product Stock\";s:4:\"icon\";s:19:\"eicon-product-stock\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:71;a:4:{s:4:\"name\";s:24:\"woocommerce-product-meta\";s:5:\"title\";s:12:\"Product Meta\";s:4:\"icon\";s:18:\"eicon-product-meta\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:72;a:4:{s:4:\"name\";s:37:\"woocommerce-product-short-description\";s:5:\"title\";s:17:\"Short Description\";s:4:\"icon\";s:25:\"eicon-product-description\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:73;a:4:{s:4:\"name\";s:29:\"woocommerce-product-data-tabs\";s:5:\"title\";s:17:\"Product Data Tabs\";s:4:\"icon\";s:18:\"eicon-product-tabs\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:74;a:4:{s:4:\"name\";s:42:\"woocommerce-product-additional-information\";s:5:\"title\";s:22:\"Additional Information\";s:4:\"icon\";s:19:\" eicon-product-info\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:75;a:4:{s:4:\"name\";s:27:\"woocommerce-product-related\";s:5:\"title\";s:15:\"Product Related\";s:4:\"icon\";s:21:\"eicon-product-related\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:76;a:4:{s:4:\"name\";s:26:\"woocommerce-product-upsell\";s:5:\"title\";s:7:\"Upsells\";s:4:\"icon\";s:20:\"eicon-product-upsell\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:77;a:4:{s:4:\"name\";s:25:\"woocommerce-checkout-page\";s:5:\"title\";s:8:\"Checkout\";s:4:\"icon\";s:14:\"eicon-checkout\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:78;a:4:{s:4:\"name\";s:16:\"woocommerce-cart\";s:5:\"title\";s:4:\"Cart\";s:4:\"icon\";s:14:\"eicon-woo-cart\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:79;a:4:{s:4:\"name\";s:22:\"woocommerce-my-account\";s:5:\"title\";s:10:\"My Account\";s:4:\"icon\";s:16:\"eicon-my-account\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:80;a:4:{s:4:\"name\";s:28:\"woocommerce-purchase-summary\";s:5:\"title\";s:16:\"Purchase Summary\";s:4:\"icon\";s:22:\"eicon-purchase-summary\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}i:81;a:4:{s:4:\"name\";s:19:\"woocommerce-notices\";s:5:\"title\";s:19:\"WooCommerce Notices\";s:4:\"icon\";s:25:\"eicon-woocommerce-notices\";s:10:\"categories\";s:24:\"[\"woocommerce-elements\"]\";}}s:17:\"canary_deployment\";a:2:{s:11:\"plugin_info\";a:11:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:5:\"3.6.0\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/elementor.3.6.0.zip\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.png?rev=1427768\";s:2:\"1x\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";s:3:\"svg\";s:54:\"https://ps.w.org/elementor/assets/icon.svg?rev=1426809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=1475479\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=1475479\";}s:11:\"banners_rtl\";a:0:{}s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"5.6\";}s:10:\"conditions\";a:0:{}}}', 'off'),
(861, '_site_transient_timeout_wp_plugin_dependencies_plugin_timeout_elementor', '1749744035', 'off'),
(862, '_site_transient_wp_plugin_dependencies_plugin_timeout_elementor', '1', 'off'),
(875, '_transient_timeout__elementor-2025-birthday_1', '1749772800', 'off'),
(876, '_transient__elementor-2025-birthday_1', '1749709618', 'off'),
(877, '_transient_timeout_feed_9bbd59226dc36b9b26cd43f15694c5c3', '1749752827', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(878, '_transient_feed_9bbd59226dc36b9b26cd43f15694c5c3', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"The latest news about WordPress and the WordPress community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 16:41:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.9-alpha-60301\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:29:\"https://s.w.org/favicon.ico?2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"WordPress News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:26:\"https://wordpress.org/news\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"WCEU 2025: A Community Celebration in the Swiss Sun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 19:19:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18776\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:368:\"Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025. I’m personally very excited&#8230; There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond&#8230; Matt Mullenweg, WordPress Cofounder The flagship WordPress event kicked [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:60720:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" fetchpriority=\"high\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18837\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><em>Photo by Nilo Velez</em></figcaption></figure>\n\n\n\n<p>Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>I’m personally very excited&#8230; There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond&#8230;</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event kicked off in Basel, Switzerland, with a dedicated Contributor Day. It was followed by two days of engaging talks, panels, hands-on workshops, and vibrant community connections. WordPress Cofounder Matt Mullenweg and Executive Director Mary Hubbard joined a diverse lineup of speakers and panelists, sharing insights in the heart of one of Europe’s most charming cities.</p>\n\n\n\n<p>Set against the backdrop of Basel’s historic streets and Rhine-side views, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest innovations, offered live demos, and connected with attendees. Each day, participants refueled with a range of local and international cuisine — from Swiss specialties to global favorites — making mealtime a lively space for networking, collaboration, and sparking new ideas.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Basel</h2>\n\n\n\n<p>WordCamp Europe has long been one of the most anticipated WordPress events of the year — a space where community, creativity, and collaboration thrive. This year in Basel, the conference delivered an exciting and diverse program that reached every corner of the WordPress ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> &#8211; Across two full days, the conference featured informative talks, captivating keynotes, and dynamic discussions exploring WordPress and the broader web.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> &#8211; The stage welcomed 52 speakers from 23 countries across five continents, each bringing unique insights and global perspectives.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> &#8211; The schedule included 45 sessions and four hands-on workshops across three tracks, covering:\n<ul class=\"wp-block-list\">\n<li>Accessibility and key policy updates like the European Accessibility Act and the Cyber Resilience Act</li>\n\n\n\n<li>The evolving role of Artificial Intelligence in the open web</li>\n\n\n\n<li>Cutting-edge web design, development best practices, SEO, and content strategy</li>\n\n\n\n<li>Real-world case studies and showcases from across the community</li>\n</ul>\n</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> &#8211; Interactive workshops allowed attendees to roll up their sleeves and develop practical skills in a collaborative setting.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> &#8211; Whether developer, designer, content creator, or entrepreneur, every attendee found space to connect, learn, and grow within a vibrant and welcoming community.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Europe began with a vibrant Contributor Day that brought together 640 contributors—including many first-timers—to collaborate, share knowledge, and support the WordPress project. Guided by 33 dedicated table leads, with 21 teams, attendees of all experience levels came together to exchange ideas, solve real challenges, and make meaningful contributions to open source. From accessibility improvements to theme development and translation efforts, every table played a part in moving WordPress forward.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704032f53&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18798\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18798\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040333cf&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18799\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18799\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704033812&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18800\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18800\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704033bfa&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18801\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18801\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Roan de Vries</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704033feb&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"576\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18802\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&#038;ssl=1\" alt=\"\" class=\"wp-image-18802\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=300%2C169&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=768%2C432&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1536%2C864&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040343c0&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18803\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18803\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040347b1&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18804\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18804\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704034bc6&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18805\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18805\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704034fa9&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18806\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18806\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040353c3&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18807\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18807\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040357c1&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18808\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18808\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Sebastián Echeverri Jaramillo</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704035b93&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18809\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18809\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704035f7d&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18810\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18810\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Contributor Day at WordCamp Europe 2025 brought together a mix of first-time and returning contributors across a wide range of teams, from Core and Accessibility to Polyglots, Training, and Community. Attendees tackled everything from onboarding and ticket triage to translating strings, improving documentation, and enhancing tools and workflows. Development-focused teams explored performance and testing improvements and worked through live coding exercises. Meanwhile, accessibility testers, support volunteers, and photo moderators contributed to efforts that directly impact users around the world.</p>\n\n\n\n<p>In parallel, teams like Marketing, Meta, Hosting, and Sustainability focused on future-facing initiatives—from promoting WordPress through the Showcase and social media campaigns to refining infrastructure, increasing accessibility, and preparing for long-term project growth. Whether contributing to plugins, themes, documentation, or new contributor experiences, participants reinforced the values that power the WordPress project: collaboration, inclusivity, and openness. The day served as a reminder that WordPress is not just software—it’s a community built by and for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tomorrow Starts with WordPress</h2>\n\n\n\n<p>The first full day of WordCamp Europe 2025 brought the community together to celebrate the power of open source collaboration and innovation. Opening remarks from both global and local event leads reflected on the journey of WordCamp Europe—from its beginnings in 2013 in Leiden, Netherlands, to the vibrant event in Basel today. This full-circle moment underscored the growth of the WordPress community, united by a shared commitment to an open web.</p>\n\n\n\n<p>The day launched into an inspiring program with the keynote session, <em>WordPress Without Borders – The Fight for Digital Freedom</em>, delivered by Noel Tock. Drawing from his experiences—including time on the frontlines in Ukraine—Tock illustrated how open source supports global resilience and serves as a digital human right. His message called on contributors to see their work as part of something greater, offering a compelling and forward-looking vision to energize and unify the WordPress community.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"WordPress without Borders — The Fight for Digital Freedom | Noel Tock\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/tb_A-ABehnY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<p>From there, the program unfolded across multiple tracks—each one sparking new conversations and insights. One standout session highlighted social entrepreneurship in Bulgaria, where WordPress is helping grassroots organizations drive change in education, journalism, and social justice. Petya Raykovska shared how nonprofits like Teenovator and the Bulgarian Fund for Women are using WordPress to amplify their work and strengthen their communities.</p>\n\n\n\n<p>Designers and developers explored ways to improve workflows and collaboration. In <em>Bridging Design and Development</em>, attendees learned how Figma Design Systems can connect design and development through shared structures mapped to block themes. Real-world examples, like the Novus Media Newspaper Design System, demonstrated how scalable, consistent design can power multi-brand platforms.</p>\n\n\n\n<p>Workshops played a key role throughout the day, including the interactive <em>Block Developer Cookbook: WCEU 2025 Edition</em>, where attendees worked through community-voted code recipes featuring the latest WordPress APIs. Sessions also dove into emerging technologies, such as <em>Automating WordPress Setup with Modern AI Tools</em>, which showcased how WP-CLI, scripting, and AI can accelerate project setup and reduce repetitive tasks.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18817\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><figcaption class=\"wp-element-caption\"><em>Photo by Marc Wieland</em></figcaption></figure>\n\n\n\n<p>Day Two of WordCamp Europe 2025 opened with a focus on the evolving role of the WordPress community in a rapidly changing digital world. Sessions explored how contributors—from local meetup organizers to global advocates—play a vital part in shaping WordPress’s future. Talks on inclusivity, such as <em>Over the Rainbow</em>, encouraged attendees to consider how individual actions can help build a more welcoming, representative open source ecosystem. Throughout the morning, the spirit of collaboration and shared purpose remained front and center.</p>\n\n\n\n<p>As the day progressed, attention turned to the tools and technologies pushing WordPress forward. From sessions on scaling multilingual sites and managing observability to hands-on workshops, developers explored new ways to streamline workflows and enhance performance. Highlights included <em>WordPress Gems for Devs</em>, which introduced the Interactivity API through live coding, and <em>Client-side Web AI Agents</em>, a look at cutting-edge browser-based AI that unlocks new possibilities for web experiences. These talks reflected the platform’s growing capacity to adapt to emerging trends while staying true to its open foundations.</p>\n\n\n\n<p>The afternoon brought a blend of practical guidance and inspiring stories across tracks. A case study on accessibility from Switzerland showed how thoughtful design can benefit all users, while a session on brand-building for women entrepreneurs highlighted the creative and economic opportunities WordPress enables. With topics spanning content strategy, business growth, regulatory readiness, and more, the second day of WCEU 2025 affirmed the strength of the WordPress ecosystem—not only as a technology platform, but as a global movement fueled by people, purpose, and possibility.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fireside Chat</h2>\n\n\n\n<p>As the final day drew to a close, Matt and Mary shared some thoughts on EU regulation (Open Web Alliance), AI, and the introduction of the WordPress AI team, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"Fireside chat with Q&amp;A | Mary Hubbard and Matt Mullenweg\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/mzJwYejWUbY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>A heartfelt thank you to the dedicated organizers who brought WordCamp Europe 2025 to life in Basel, the speakers who shared their insights, the attendees who joined us in person, and those who followed along from afar. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width:20px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704036bed&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18827\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18827\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704037017&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18825\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18825\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a70403740b&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18824\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18824\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704037802&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18823\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18823\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704037c04&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"684\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18822\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&#038;ssl=1\" alt=\"\" class=\"wp-image-18822\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=768%2C513&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1536%2C1025&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Maksym Kaharlytskyi</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704037fde&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"799\" height=\"533\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18821\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=799%2C533&#038;ssl=1\" alt=\"\" class=\"wp-image-18821\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?w=799&amp;ssl=1 799w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=768%2C512&amp;ssl=1 768w\" sizes=\"auto, (max-width: 799px) 100vw, 799px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040383c4&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18820\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18820\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Atsushi Ando</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040387ae&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18819\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18819\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704038bba&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18829\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18829\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?w=2048&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704038f96&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18859\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&#038;ssl=1\" alt=\"\" class=\"wp-image-18859\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the final major WordPress events in 2025: <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a> (Portland, Oregon, USA). Then join us in <a href=\"https://europe.wordcamp.org/2026/\">Kraków, Poland for WordCamp Europe 2026</a>! Also, if you want to get involved with WCEU, the call for organisers is already open for 2026. </p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"Announcing the Formation of the WordPress AI Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 16:28:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18769\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:397:\"Today, I’m pleased to announce the formation of a new WordPress AI Team, a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem. AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2961:\"\n<p>Today, I’m pleased to announce the formation of a new <strong>WordPress AI Team,</strong> a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem.</p>\n\n\n\n<p>AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in the open, guided by community values, and built to core standards.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Matters</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strategic focus</strong>: A unified team stewards AI development thoughtfully, avoids fragmentation, and ensures alignment with the long-term goals of WordPress. </li>\n\n\n\n<li><strong>Shared innovation</strong>: Contributors and companies are actively exploring AI across the ecosystem. This team provides a central place to collaborate, share ideas, and build together.</li>\n\n\n\n<li><strong>Rapid iteration</strong>: Like the Performance Team, we’ll take a plugin-first approach. <a href=\"https://make.wordpress.org/core/2022/09/11/canonical-plugins-revisited/\">Canonical Plugins</a> will allow us to move quickly, gather feedback, and deliver real value without waiting on the Core release cycle.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<p>The AI Team will:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Coordinate cross-team efforts to explore AI-powered features responsibly and inclusively.</li>\n\n\n\n<li>Publish and maintain a public roadmap of AI initiatives and Canonical Plugins.</li>\n\n\n\n<li>Collaborate closely with Core, Design, Accessibility, and other teams to ensure strong integration and shared standards.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Meet the Team</h2>\n\n\n\n<p>The WordPress AI Team brings deep experience in open-source, performance, and product development and a strong commitment to building AI features the WordPress way. The team will launch with the following team contributors:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>James LePage</strong> – Automattic</li>\n\n\n\n<li><strong>Felix Arntz</strong> – Google</li>\n\n\n\n<li><strong>Pascal Birchler</strong> – Google</li>\n\n\n\n<li><strong>Jeff Paul</strong> – 10up</li>\n</ul>\n\n\n\n<p>To help get things started, James and Felix will serve as the initial <a href=\"https://make.wordpress.org/updates/team-reps/\">Team Reps</a> in supporting team organization, communication, and coordination with other Make WordPress teams.</p>\n\n\n\n<p>This is an exciting and important step in WordPress’s evolution. I look forward to seeing what we’ll create together and in the open.</p>\n\n\n\n<p>If you’re interested in contributing or following along, please join the conversations in <a href=\"https://wordpress.slack.com/archives/C08TJ8BPULS\">#core-ai</a> and watch for upcoming meeting announcements on <a href=\"https://make.wordpress.org/ai/\">https://make.wordpress.org/ai/</a>.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress Campus Connect Expands\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"https://wordpress.org/news/2025/05/wordpress-campus-connect-expands/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 May 2025 12:40:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Community\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18726\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:391:\"WordPress Campus Connect, initially launched in October 2024 as a pilot program, has now been formally established as an official event series due to its resounding success. The inaugural program, spearheaded by myself, Anand Upadhyay, garnered immense enthusiasm from 400 Indian students who were eager to engage in hands-on WordPress training. WordPress Campus Connect transcends [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Anand Upadhyay\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:27805:\"\n<p>WordPress Campus Connect, <a href=\"https://central.wordcamp.org/news/2024/12/wp-campus-connect-recap-a-journey-of-empowering-students-and-building-community/\">initially launched in October 2024 as a pilot program</a>, has now been formally established as an official event series due to its resounding success. The inaugural program, spearheaded by myself, <a href=\"https://profiles.wordpress.org/anandau14/\">Anand Upadhyay</a>, garnered immense enthusiasm from 400 Indian students who were eager to engage in hands-on WordPress training.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-border-color has-darker-grey-background-color has-background wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-color:#1c2024;border-width:20px;border-radius:2px\">\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704045350&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18733\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18733\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6596-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704045659&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18735\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18735\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8902-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704045920&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18732\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18732\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6763-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704045c10&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18728\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=1024%2C682&#038;ssl=1\" alt=\"\" class=\"wp-image-18728\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-3.jpeg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704045eb2&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18729\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=1024%2C682&#038;ssl=1\" alt=\"\" class=\"wp-image-18729\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image.jpeg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704046150&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18730\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=1024%2C682&#038;ssl=1\" alt=\"\" class=\"wp-image-18730\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-1.jpeg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040463f7&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18737\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18737\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8923-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040466aa&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"682\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18731\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=1024%2C682&#038;ssl=1\" alt=\"\" class=\"wp-image-18731\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=1024%2C682&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?resize=1536%2C1023&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/image-2.jpeg?w=1600&amp;ssl=1 1600w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704046960&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18739\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18739\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A8821-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704046c3e&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18734\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18734\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A6765-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a704046efd&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18741\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18741\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9926-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n\n\n\n<figure data-wp-context=\"{&quot;imageId&quot;:&quot;684a7040471d0&quot;}\" data-wp-interactive=\"core/image\" class=\"wp-block-image size-large wp-lightbox-container\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" data-wp-class--hide=\"state.isContentHidden\" data-wp-class--show=\"state.isContentVisible\" data-wp-init=\"callbacks.setButtonStyles\" data-wp-on-async--click=\"actions.showLightbox\" data-wp-on-async--load=\"callbacks.setButtonStyles\" data-wp-on-async-window--resize=\"callbacks.setButtonStyles\" data-id=\"18740\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269.jpg?resize=1024%2C683&#038;ssl=1\" alt=\"\" class=\"wp-image-18740\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=1024%2C683&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=300%2C200&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=768%2C512&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=1536%2C1024&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/1H4A9269-scaled.jpg?resize=2048%2C1365&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /><button\n			class=\"lightbox-trigger\"\n			type=\"button\"\n			aria-haspopup=\"dialog\"\n			aria-label=\"Enlarge\"\n			data-wp-init=\"callbacks.initTriggerButton\"\n			data-wp-on-async--click=\"actions.showLightbox\"\n			data-wp-style--right=\"state.imageButtonRight\"\n			data-wp-style--top=\"state.imageButtonTop\"\n		>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"12\" height=\"12\" fill=\"none\" viewBox=\"0 0 12 12\">\n				<path fill=\"#fff\" d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" />\n			</svg>\n		</button></figure>\n</figure>\n\n\n\n<p>WordPress Campus Connect transcends the conventional workshop model by fostering a holistic learning community. It couples on-campus event learning with a diverse range of post-event activities, including meetups, website challenges, scholarships, and volunteering opportunities, all geared towards nurturing student development. The program&#8217;s efficacy has prompted other organizations in India to express interest in replicating its structure.</p>\n\n\n\n<p>Looking ahead, multiple local WordPress communities in India aim to reach more students in India through WordPress Campus Connect events. The curriculum will include beginner content, delve into more advanced WordPress concepts, and feature specialized sessions tailored for students with prior WordPress experience.&nbsp;</p>\n\n\n\n<div class=\"wp-block-group is-layout-constrained wp-container-core-group-is-layout-8a400663 wp-block-group-is-layout-constrained\">\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"351\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent.png?resize=1024%2C351&#038;ssl=1\" alt=\"\" class=\"wp-image-18743\" style=\"object-fit:cover\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=1024%2C351&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=300%2C103&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=768%2C263&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=1536%2C527&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/05/wpcc-logo-transparent-scaled.png?resize=2048%2C702&amp;ssl=1 2048w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<p>The official recognition of WordPress Campus Connect as an event series paves the way for further expansion, giving the series similar support and standing as WordCamps but with a student education-first goal and focus. Future plans include organizing large-scale student events, establishing WordPress clubs on college campuses, and facilitating mentorship connections for students.</p>\n\n\n\n<p>To support these ambitious goals, volunteers identified several key next steps:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Volunteer Handbook Development:</strong> Creating a comprehensive guidebook to equip volunteers with the necessary resources and information.</li>\n\n\n\n<li><strong>GatherPress Integration:</strong> Exploring the feasibility of integrating GatherPress as a tool for student groups.</li>\n\n\n\n<li><strong>Volunteer Recruitment:</strong> Actively seeking and onboarding volunteers to support WordPress Campus Connect initiatives through activities such as:\n<ol class=\"wp-block-list\">\n<li>Creating a workflow and guidelines for processing Student Club applications</li>\n\n\n\n<li>On-site facilitation or assistance for WordPress Campus Connect events</li>\n</ol>\n</li>\n\n\n\n<li><strong>Landing Page Creation</strong>: Creating a landing page describing what WordPress Campus Connect is all about</li>\n\n\n\n<li><strong>Student Groups: </strong>Drafting a framework for students to create their own groups for hosting WordPress events and activities.&nbsp;</li>\n</ul>\n\n\n\n<p>The overwhelming success of WordPress Campus Connect and the enthusiasm it has generated serve as a testament to the transformative power of passion and dedication. As WordPress Campus Connect continues to evolve and expand, it holds the promise of shaping the future of WordPress education and community engagement.</p>\n\n\n\n<p class=\"has-off-white-background-color has-background\">If you’re interested in helping shape the future of education with WordPress, <a href=\"https://wordpress.slack.com/archives/C08QK4V94AF\">join us in the #campusconnect Make Slack channel</a> today!</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18726\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 6.8.1 Maintenance Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"https://wordpress.org/news/2025/04/wordpress-6-8-1-maintenance-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 30 Apr 2025 17:17:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18721\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:371:\"WordPress 6.8.1 is now available! This minor release includes fixes for 15 bugs throughout Core and the Block Editor addressing issues affecting multiple areas of WordPress including the block editor, multisite, and REST API. For a full list of bug fixes, please refer to the release candidate announcement. WordPress 6.8.1 is a short-cycle maintenance release. [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Aaron Jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6967:\"\n<h2 class=\"wp-block-heading\">WordPress 6.8.1 is now available!</h2>\n\n\n\n<p>This minor release includes fixes for 15 bugs <a href=\"https://core.trac.wordpress.org/query?resolution=fixed&amp;milestone=6.8.1&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">throughout Core</a> and <a href=\"https://github.com/WordPress/wordpress-develop/pull/8752\">the Block Editor</a> addressing issues affecting multiple areas of WordPress including the block editor, multisite, and REST API. For a full list of bug fixes, please refer to the <a href=\"https://make.wordpress.org/core/2025/04/28/wordpress-6-8-1-rc1-is-now-available/\">release candidate announcement.</a></p>\n\n\n\n<p>WordPress 6.8.1 is a short-cycle maintenance release. More maintenance releases will be made available throughout 2025.</p>\n\n\n\n<p>If you have sites that support automatic background updates, the update process will begin automatically.</p>\n\n\n\n<p>You can <a href=\"https://wordpress.org/wordpress-6.8.1.zip\">download WordPress 6.8.1 from WordPress.org</a>, or visit your WordPress Dashboard, click “Updates”, and then click “Update Now”. For more information on this release, please <a href=\"https://wordpress.org/support/wordpress-version/version-6-8-1\">visit the HelpHub site</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Thank you to these WordPress contributors</h2>\n\n\n\n<p>This release was led by <a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a>.</p>\n\n\n\n<p>WordPress 6.8.1 would not have been possible without the contributions of the following people. Their asynchronous coordination to deliver maintenance fixes into a stable release is a testament to the power and capability of the WordPress community.</p>\n\n\n\n<p class=\"is-style-wporg-props-medium\"><a href=\"https://profiles.wordpress.org/jorbin\">Aaron Jorbin</a>, <a href=\"https://profiles.wordpress.org/adamsilverstein\">Adam Silverstein</a>, <a href=\"https://profiles.wordpress.org/wildworks\">Aki Hamano</a>, <a href=\"https://profiles.wordpress.org/ankitmaru\">Ankit Panchal</a>, <a href=\"https://profiles.wordpress.org/bernhard-reiter\">bernhard-reiter</a>, <a href=\"https://profiles.wordpress.org/poena\">Carolina Nymark</a>, <a href=\"https://profiles.wordpress.org/codeamp\">Code Amp</a>, <a href=\"https://profiles.wordpress.org/talldanwp\">Daniel Richards</a>, <a href=\"https://profiles.wordpress.org/davidbaumwald\">David Baumwald</a>, <a href=\"https://profiles.wordpress.org/justlevine\">David Levine</a>, <a href=\"https://profiles.wordpress.org/dilipbheda\">Dilip Bheda</a>, <a href=\"https://profiles.wordpress.org/dd32\">Dion Hulse</a>, <a href=\"https://profiles.wordpress.org/dsawyers\">dsawyers</a>, <a href=\"https://profiles.wordpress.org/eduwass\">eduwass</a>, <a href=\"https://profiles.wordpress.org/ethitter\">Erick Hitter</a>, <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a>, <a href=\"https://profiles.wordpress.org/fabiankaegy\">Fabian Kägy</a>, <a href=\"https://profiles.wordpress.org/mamaduka\">George Mamadashvili</a>, <a href=\"https://profiles.wordpress.org/gziolo\">Greg Ziółkowski</a>, <a href=\"https://profiles.wordpress.org/kabir93\">H. Kabir</a>, <a href=\"https://profiles.wordpress.org/hideishi\">hideishi</a>, <a href=\"https://profiles.wordpress.org/abcd95\">Himanshu Pathak</a>, <a href=\"https://profiles.wordpress.org/jarekmorawski\">jarekmorawski</a>, <a href=\"https://profiles.wordpress.org/audrasjb\">Jb Audras</a>, <a href=\"https://profiles.wordpress.org/JeffPaul\">Jeffrey Paul</a>, <a href=\"https://profiles.wordpress.org/jeffr0\">Jeffro</a>, <a href=\"https://profiles.wordpress.org/jeremyfelt\">Jeremy Felt</a>, <a href=\"https://profiles.wordpress.org/joedolson\">Joe Dolson</a>, <a href=\"https://profiles.wordpress.org/joemcgill\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/joen\">Joen A.</a>, <a href=\"https://profiles.wordpress.org/johnjamesjacoby\">John James Jacoby</a>, <a href=\"https://profiles.wordpress.org/desrosj\">Jonathan Desrosiers</a>, <a href=\"https://profiles.wordpress.org/spacedmonkey\">Jonny Harris</a>, <a href=\"https://profiles.wordpress.org/verygoode\">Joshua Goode</a>, <a href=\"https://profiles.wordpress.org/karthikeya01\">Karthikeya Bethu</a>, <a href=\"https://profiles.wordpress.org/iamkingsleyf\">Kingsley Felix</a>, <a href=\"https://profiles.wordpress.org/obenland\">Konstantin Obenland</a>, <a href=\"https://profiles.wordpress.org/0mirka00\">Lena Morita</a>, <a href=\"https://profiles.wordpress.org/lilgames\">LilGames</a>, <a href=\"https://profiles.wordpress.org/megane9988\">megane9988</a>, <a href=\"https://profiles.wordpress.org/marktimemedia\">Michelle Schulp Hunt</a>, <a href=\"https://profiles.wordpress.org/presstoke\">Mitchell Austin</a>, <a href=\"https://profiles.wordpress.org/mukesh27\">Mukesh Panchal</a>, <a href=\"https://profiles.wordpress.org/nickwilmot\">nickwilmot</a>, <a href=\"https://profiles.wordpress.org/nikunj8866\">Nikunj Hatkar</a>, <a href=\"https://profiles.wordpress.org/swissspidy\">Pascal Birchler</a>, <a href=\"https://profiles.wordpress.org/pbiron\">Paul Biron</a>, <a href=\"https://profiles.wordpress.org/peterwilsoncc\">Peter Wilson</a>, <a href=\"https://profiles.wordpress.org/pratiklondhe\">Pratik Londhe</a>, <a href=\"https://profiles.wordpress.org/presskopp\">Presskopp</a>, <a href=\"https://profiles.wordpress.org/sainathpoojary\">Sainath Poojary</a>, <a href=\"https://profiles.wordpress.org/sc0ttkclark\">Scott Kingsley Clark</a>, <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a>, <a href=\"https://profiles.wordpress.org/SergeyBiryukov\">Sergey Biryukov</a>, <a href=\"https://profiles.wordpress.org/SirLouen\">SirLouen</a>, <a href=\"https://profiles.wordpress.org/soean\">Sören Wünsch</a>, <a href=\"https://profiles.wordpress.org/sourav08\">Sourav Pahwa</a>, <a href=\"https://profiles.wordpress.org/sabernhardt\">Stephen Bernhardt</a>, <a href=\"https://profiles.wordpress.org/takuword\">takuword</a>, <a href=\"https://profiles.wordpress.org/tusharaddweb\">Tushar Patel</a>, <a href=\"https://profiles.wordpress.org/westonruter\">Weston Ruter</a>, <a href=\"https://profiles.wordpress.org/yogeshbhutkar\">Yogesh Bhutkar</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">How to contribute</h2>\n\n\n\n<p>To get involved in WordPress core development, head over to Trac, <a href=\"https://core.trac.wordpress.org/report/6\">pick a ticket</a>, and join the conversation in the <a href=\"https://wordpress.slack.com/archives/C02RQBWTW\">#core</a> and <a href=\"https://wordpress.slack.com/archives/C080HLPP2Q6\">#6-8-release-leads</a> channels. Need help? Check out the <a href=\"https://make.wordpress.org/core/handbook/\">Core Contributor Handbook</a>.</p>\n\n\n\n<p><em>Props to <a href=\'https://profiles.wordpress.org/estelaris/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>estelaris</a> and <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a> for proofreading.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18721\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"WordPress Jubilee\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://wordpress.org/news/2025/04/jubilee/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Apr 2025 02:07:36 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18716\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:289:\"As I said, we&#8217;re dropping all the human blocks. Community guidelines, directory guidelines, and such will need to be followed going forward, but whatever blocks were in place before are now cleared. It may take a few days, but any pre-existing blocks are considered bugs to be fixed.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Matt Mullenweg\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:298:\"\n<p>As I said, we&#8217;re dropping all the human blocks. Community guidelines, directory guidelines, and such will need to be followed going forward, but whatever blocks were in place before are now cleared. It may take a few days, but any pre-existing blocks are considered bugs to be fixed.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18716\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:25:\"WordPress 6.8 “Cecil”\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"https://wordpress.org/news/2025/04/cecil/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 15 Apr 2025 17:00:45 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18701\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:395:\"WordPress 6.8, code-named “Cecil,” refines your creative workflow with a streamlined Style Book, now available in select Classic themes. Enjoy faster navigation via speculative loading, stronger security with bcrypt password hashing, and over 100 accessibility improvements. With thoughtful editor upgrades and behind-the-scenes performance boosts, 6.8 delivers polish, power, and precision.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:80555:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"535\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1024%2C535&#038;ssl=1\" alt=\"Simulated record album featuring a grid of brightly-colored duotone portraits of Cecil Taylor\" class=\"wp-image-18708\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1024%2C535&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=300%2C157&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=768%2C401&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=1536%2C802&amp;ssl=1 1536w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?resize=2048%2C1070&amp;ssl=1 2048w, https://i0.wp.com/wordpress.org/news/files/2025/04/WordPress-6-8-Cecil.png?w=3000&amp;ssl=1 3000w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>Each WordPress release celebrates an artist who has left an indelible mark on music.&nbsp; WordPress 6.8, code-named “Cecil,” honors the legendary pianist and jazz pioneer Cecil Taylor.</p>\n\n\n\n<p>Classically trained yet relentlessly unconventional, Taylor reimagined the piano as a percussive instrument—layering tone clusters, polyphony, and rhythm into a sound both chaotic and precise. His music defied expectation, finding form in disorder and harmony in dissonance.</p>\n\n\n\n<p>That same spirit drives WordPress 6.8. Embrace its bold new features with the same curiosity and experimentation that defined Cecil’s sound.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Welcome to WordPress 6.8!</h2>\n\n\n\n<p>WordPress 6.8 polishes and refines the tools that you use every day, making your site faster, more secure, and easier to manage.&nbsp; The Style Book now has a structured layout and works with Classic themes, giving you more control over global styles. Speculative loading speeds up navigation by preloading links before users navigate to them, bcrypt hashing strengthens password security automatically, and database optimizations improve performance.</p>\n\n\n\n<p><a href=\"https://wordpress.org/wordpress-6.8.zip\">Download WordPress 6.8 “Cecil”</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">A release polished to a high sheen.</h2>\n\n\n\n<h3 class=\"wp-block-heading\">The Style Book gets a cleaner look—and a few new tricks.</h3>\n\n\n\n<p>The Style Book has a new, structured layout and clearer labels, to make it even easier to edit colors, typography—almost all your site styles—in one place.</p>\n\n\n\n<p>Plus, now you can see it in Classic themes that have editor-styles or a theme.json file.&nbsp; Find the Style Book under Appearance &gt; Design and use it to preview your theme’s evolution, as you edit CSS or make changes in the Customizer.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=900%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-18703\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?w=900&amp;ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-style-book.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Editor improvements</h3>\n\n\n\n<p>Easier ways to see your options in Data Views, and you can exclude sticky posts from the Query Loop.&nbsp; Plus, you’ll find lots of little improvements in the editor that smooth your way through everything you build.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=900%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-18705\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?w=900&amp;ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-editor-improvements.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Near-instant page loads, thanks to Speculative Loading</h3>\n\n\n\n<p>In WordPress 6.8, pages load faster than ever.&nbsp; When you or your user hovers over or clicks a link, WordPress may preload the next page, for a smoother, near-instant experience. The system balances speed and efficiency, and you can control how it works, with a plugin or your own code.&nbsp; This feature only works in modern browsers—older ones will simply ignore it without any impact.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=900%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-18706\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?w=900&amp;ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-speculative-loading-1.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Stronger password security with bcrypt</h3>\n\n\n\n<p>Now passwords are harder to crack with bcrypt hashing, which takes a lot more computing power to break.&nbsp; This strengthens overall security, as do other encryption improvements across WordPress.&nbsp; You don’t need to do anything—everything updates automatically.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"900\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=900%2C900&#038;ssl=1\" alt=\"\" class=\"wp-image-18707\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?w=900&amp;ssl=1 900w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=300%2C300&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=150%2C150&amp;ssl=1 150w, https://i0.wp.com/wordpress.org/news/files/2025/04/6-8-stronger-password-security-bcrypt.png?resize=768%2C768&amp;ssl=1 768w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></figure>\n\n\n\n<h3 class=\"wp-block-heading\">Accessibility improvements</h3>\n\n\n\n<p>100+ accessibility fixes and enhancements touch a broad spectrum of the WordPress experience.&nbsp; This release includes fixes to every bundled theme, improvements to the navigation menu management, the customizer, and simplified labeling.&nbsp; The Block Editor has over 70 improvements to blocks, DataViews, and to its overall user experience.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance updates</h3>\n\n\n\n<p>WordPress 6.8 packs a wide range of performance fixes and enhancements to speed up everything from editing to browsing.&nbsp; Beyond speculative loading, WordPress 6.8 pays special attention to the block editor, block type registration, and query caching.&nbsp; Plus, imagine never waiting longer than 50 milliseconds—for any interaction.&nbsp; In WordPress 6.8, the Interactivity API takes a first step toward that goal.</p>\n\n\n\n<h3 class=\"wp-block-heading\">And much more</h3>\n\n\n\n<p>For a comprehensive overview of all the new features and enhancements in WordPress 6.8, please visit the feature-showcase website.</p>\n\n\n\n<p><a href=\"https://wordpress.org/download/releases/6-8/\">Check out what’s new</a></p>\n\n\n\n<h2 class=\"wp-block-heading\">Learn more about WordPress 6.8</h2>\n\n\n\n<p><a href=\"https://learn.wordpress.org/\">Learn WordPress</a> is a free resource for new and experienced WordPress users.&nbsp; Learn is stocked with how-to videos on using various features in WordPress, <a href=\"https://learn.wordpress.org/social-learning/\">interactive workshops</a> for exploring topics in-depth, and lesson plans for diving deep into specific areas of WordPress.</p>\n\n\n\n<p>Read the <a href=\"https://wordpress.org/documentation/wordpress-version/version-6.8\">WordPress 6.8 Release Notes</a> for information on installation, enhancements, fixed issues, release contributors, learning resources, and the list of file changes.</p>\n\n\n\n<p>Explore the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8 Field Guide</a>.&nbsp; Learn about the changes in this release with detailed developer notes to help you build with WordPress.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The 6.8 release squad</h2>\n\n\n\n<p>Every release comes to you from a dedicated team of enthusiastic contributors who help keep things on track and moving smoothly.&nbsp; The team that has led 6.8 is a cross-functional group of contributors who are always ready to champion ideas, remove blockers, and resolve issues.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Release Lead: <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a></li>\n\n\n\n<li>Release Coordination: <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeffrey Paul</a> and <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a></li>\n\n\n\n<li>Tech Leads: <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a>, <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a>, and <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a></li>\n\n\n\n<li>Triage Lead: <a href=\"https://profiles.wordpress.org/audrasjb/\">Jb Audras</a></li>\n\n\n\n<li>Design Lead: <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a></li>\n\n\n\n<li>Performance Lead: <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a></li>\n\n\n\n<li>Test Lead: <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank you, contributors</strong></h2>\n\n\n\n<p>The mission of WordPress is to <a href=\"https://wordpress.org/about/\">democratize publishing</a> and embody the <a href=\"https://opensource.org/osd-annotated\">freedoms that come with open source</a>.&nbsp; A global and diverse community of people collaborating to strengthen the software supports this effort.</p>\n\n\n\n<p>WordPress 6.8 reflects the tireless efforts and passion of more than 900 contributors in more than 60 countries all over the world. This release also welcomed over 250 first-time contributors!&nbsp;</p>\n\n\n\n<p>Their collaboration delivered more than 320 enhancements and fixes, ensuring a stable release for all—a testament to the power and capability of the WordPress open source community.</p>\n\n\n<p class=\"has-small-font-size\"><a href=\"https://profiles.wordpress.org/jorbin/\">Aaron Jorbin</a> · <a href=\"https://profiles.wordpress.org/aaronrobertshaw/\">Aaron Robertshaw</a> · <a href=\"https://profiles.wordpress.org/thehercules/\">Aashish Sharma</a> · <a href=\"https://profiles.wordpress.org/webcommsat/\">Abha Thakor</a> · <a href=\"https://profiles.wordpress.org/hiabhaykulkarni/\">Abhay Kulkarni</a> · <a href=\"https://profiles.wordpress.org/abhi3315/\">Abhishek Sharma</a> · <a href=\"https://profiles.wordpress.org/adakaleh/\">AdaKaleh</a> · <a href=\"https://profiles.wordpress.org/adamsilverstein/\">Adam Silverstein</a> · <a href=\"https://profiles.wordpress.org/zieladam/\">Adam Zieliński</a> · <a href=\"https://profiles.wordpress.org/adhun/\">Adhun Anand</a> · <a href=\"https://profiles.wordpress.org/adityab98/\">Aditya Bansode</a> · <a href=\"https://profiles.wordpress.org/stromhalm/\">Adrian Jagusch</a> · <a href=\"https://profiles.wordpress.org/aduth/\">aduth</a> · <a href=\"https://profiles.wordpress.org/hemant-ahir/\">Ahir Hemant</a> · <a href=\"https://profiles.wordpress.org/ahmarzaidi/\">Ahmar Zaidi</a> · <a href=\"https://profiles.wordpress.org/chaion07/\">Ahmed Kabir Chaion</a> · <a href=\"https://profiles.wordpress.org/engahmeds3ed/\">Ahmed Saeed</a> · <a href=\"https://profiles.wordpress.org/ahsankhan316/\">Ahsan Khan</a> · <a href=\"https://profiles.wordpress.org/aishwarryapande/\">Aishwarrya Pande</a> · <a href=\"https://profiles.wordpress.org/ajayghaghretiya1/\">Ajay Ghaghretiya</a> · <a href=\"https://profiles.wordpress.org/ajmaurya/\">Ajay Maurya</a> · <a href=\"https://profiles.wordpress.org/ajitbohra/\">Ajit Bohra</a> · <a href=\"https://profiles.wordpress.org/akanshusingh/\">Akanshu Singh</a> · <a href=\"https://profiles.wordpress.org/wildworks/\">Aki Hamano</a> · <a href=\"https://profiles.wordpress.org/atachibana/\">Akira Tachibana</a> · <a href=\"https://profiles.wordpress.org/aks30498/\">aks30498</a> · <a href=\"https://profiles.wordpress.org/akshat2802/\">Akshat Kakkad</a> · <a href=\"https://profiles.wordpress.org/akshaydhere/\">Akshay Dhere</a> · <a href=\"https://profiles.wordpress.org/aljullu/\">Albert Juh&#233; Lluveras</a> · <a href=\"https://profiles.wordpress.org/ralessio/\">Alessio</a> · <a href=\"https://profiles.wordpress.org/xknown/\">Alex Concha</a> · <a href=\"https://profiles.wordpress.org/alexflorisca/\">Alex Florisca</a> · <a href=\"https://profiles.wordpress.org/ajlende/\">Alex Lende</a> · <a href=\"https://profiles.wordpress.org/alexstine/\">Alex Stine</a> · <a href=\"https://profiles.wordpress.org/albigdd/\">Alexander Bigga</a> · <a href=\"https://profiles.wordpress.org/alexandrebuffet/\">Alexandre Buffet</a> · <a href=\"https://profiles.wordpress.org/alexus450/\">Alexei Samarschi</a> · <a href=\"https://profiles.wordpress.org/alexschmitz/\">alexschmitz</a> · <a href=\"https://profiles.wordpress.org/alireyad/\">Ali Akbar Reyad</a> · <a href=\"https://profiles.wordpress.org/firewatch/\">allilevine</a> · <a href=\"https://profiles.wordpress.org/alpipego/\">alpipego</a> · <a href=\"https://profiles.wordpress.org/mrfoxtalbot/\">Alvaro G&#243;mez</a> · <a href=\"https://profiles.wordpress.org/akrocks/\">Amaan Khan</a> · <a href=\"https://profiles.wordpress.org/alh0319/\">Amber Hinds</a> · <a href=\"https://profiles.wordpress.org/amimulihsanmahdi/\">Amimul Ihsan</a> · <a href=\"https://profiles.wordpress.org/amin7/\">Amin</a> · <a href=\"https://profiles.wordpress.org/amincharoliya/\">Amin Charoliya</a> · <a href=\"https://profiles.wordpress.org/amitbhosale/\">Amit Bhosale</a> · <a href=\"https://profiles.wordpress.org/amitraj2203/\">Amit Raj</a> · <a href=\"https://profiles.wordpress.org/ammarmassoud/\">Ammar Mohamed Fath Allah Abd-Elaaty Massoud</a> · <a href=\"https://profiles.wordpress.org/amolebonde/\">amolebonde</a> · <a href=\"https://profiles.wordpress.org/anandraj346/\">Anand Raj</a> · <a href=\"https://profiles.wordpress.org/anlino/\">Anders Nor&#233;n</a> · <a href=\"https://profiles.wordpress.org/afercia/\">Andrea Fercia</a> · <a href=\"https://profiles.wordpress.org/awetz583/\">Andrea Roenning</a> · <a href=\"https://profiles.wordpress.org/bowedk/\">Andreas Pedersen</a> · <a href=\"https://profiles.wordpress.org/andraganescu/\">Andrei Draganescu</a> · <a href=\"https://profiles.wordpress.org/euthelup/\">Andrei Lupu</a> · <a href=\"https://profiles.wordpress.org/nacin/\">Andrew Nacin</a> · <a href=\"https://profiles.wordpress.org/azaozz/\">Andrew Ozz</a> · <a href=\"https://profiles.wordpress.org/andrewserong/\">Andrew Serong</a> · <a href=\"https://profiles.wordpress.org/andrewssanya/\">Andrew Ssanya</a> · <a href=\"https://profiles.wordpress.org/rarst/\">Andrey \"Rarst\" Savchenko</a> · <a href=\"https://profiles.wordpress.org/oandregal/\">André Maneiro</a> · <a href=\"https://profiles.wordpress.org/afragen/\">Andy Fragen</a> · <a href=\"https://profiles.wordpress.org/rilwis/\">Anh Tran</a> · <a href=\"https://profiles.wordpress.org/wpgurudev/\">Ankit Gade</a> · <a href=\"https://profiles.wordpress.org/ankit-k-gupta/\">Ankit K Gupta</a> · <a href=\"https://profiles.wordpress.org/ankitkumarshah/\">Ankit Kumar Shah</a> · <a href=\"https://profiles.wordpress.org/ankitmaru/\">Ankit Panchal</a> · <a href=\"https://profiles.wordpress.org/ankitpatel1578/\">Ankit Patel</a> · <a href=\"https://profiles.wordpress.org/anmolverma404/\">Anmol Verma</a> · <a href=\"https://profiles.wordpress.org/annchichi/\">annchichi</a> · <a href=\"https://profiles.wordpress.org/annebovelett/\">Anne-Mieke Bovelett</a> · <a href=\"https://profiles.wordpress.org/annezazu/\">annezazu</a> · <a href=\"https://profiles.wordpress.org/antpb/\">Anthony Burchell</a> · <a href=\"https://profiles.wordpress.org/ahortin/\">Anthony Hortin</a> · <a href=\"https://profiles.wordpress.org/antonvlasenko/\">Anton Vlasenko</a> · <a href=\"https://profiles.wordpress.org/anujrathore24/\">Anuj Singh</a> · <a href=\"https://profiles.wordpress.org/anveshika/\">Anveshika Srivastava</a> · <a href=\"https://profiles.wordpress.org/aristath/\">Ari Stathopoulos</a> · <a href=\"https://profiles.wordpress.org/arielmaidana/\">Ariel Maidana</a> · <a href=\"https://profiles.wordpress.org/arnaudbroes/\">arnaudbroes</a> · <a href=\"https://profiles.wordpress.org/arnoutblueshell/\">arnoutblueshell</a> · <a href=\"https://profiles.wordpress.org/artemiosans/\">Artemio Morales</a> · <a href=\"https://profiles.wordpress.org/mrashishjain/\">Ashish Jain</a> · <a href=\"https://profiles.wordpress.org/mohonchandra/\">Asish Chandra Mohon</a> · <a href=\"https://profiles.wordpress.org/auareyou/\">Au</a> · <a href=\"https://profiles.wordpress.org/autotutorial/\">autotutorial</a> · <a href=\"https://profiles.wordpress.org/ayeshrajans/\">Ayesh Karunaratne</a> · <a href=\"https://profiles.wordpress.org/azharderaiya/\">Azhar Deraiya</a> · <a href=\"https://profiles.wordpress.org/beryldlg/\">B&#233;ryl de La Grandi&#232;re</a> · <a href=\"https://profiles.wordpress.org/back2backdvm/\">back2backdvm</a> · <a href=\"https://profiles.wordpress.org/neo2k23/\">BackuPs</a> · <a href=\"https://profiles.wordpress.org/balub/\">Balu B</a> · <a href=\"https://profiles.wordpress.org/barry/\">Barry</a> · <a href=\"https://profiles.wordpress.org/bayejid00/\">Bayejid Ahmed</a> · <a href=\"https://profiles.wordpress.org/beafialho/\">Beatriz Fialho</a> · <a href=\"https://profiles.wordpress.org/benharri/\">ben</a> · <a href=\"https://profiles.wordpress.org/scruffian/\">Ben Dwyer</a> · <a href=\"https://profiles.wordpress.org/bsutcliffe/\">Ben Sutcliffe</a> · <a href=\"https://profiles.wordpress.org/benazeer/\">Benazeer</a> · <a href=\"https://profiles.wordpress.org/benniledl/\">Benedikt Ledl</a> · <a href=\"https://profiles.wordpress.org/benjamin_zekavica/\">Benjamin Zekavica</a> · <a href=\"https://profiles.wordpress.org/benoitchantre/\">Benoit Chantre</a> · <a href=\"https://profiles.wordpress.org/bernhard-reiter/\">bernhard-reiter</a> · <a href=\"https://profiles.wordpress.org/berislavgrgicak/\">Bero</a> · <a href=\"https://profiles.wordpress.org/bgermann/\">bgermann</a> · <a href=\"https://profiles.wordpress.org/albatross10/\">Bhavik Kalpesh</a> · <a href=\"https://profiles.wordpress.org/bijit027/\">Bijit Deb</a> · <a href=\"https://profiles.wordpress.org/birgire/\">Birgir Erlendsson (birgire)</a> · <a href=\"https://profiles.wordpress.org/bph/\">Birgit Pauli-Haack</a> · <a href=\"https://profiles.wordpress.org/rainynewt/\">Bishal Shrestha</a> · <a href=\"https://profiles.wordpress.org/bjornw/\">BjornW</a> · <a href=\"https://profiles.wordpress.org/bluantinoo/\">bluantinoo</a> · <a href=\"https://profiles.wordpress.org/bogdanungureanu/\">BogdanUngureanu</a> · <a href=\"https://profiles.wordpress.org/bor0/\">Boro Sitnikovski</a> · <a href=\"https://profiles.wordpress.org/veryard/\">Brad</a> · <a href=\"https://profiles.wordpress.org/bjorsch/\">Brad Jorsch</a> · <a href=\"https://profiles.wordpress.org/bradleyt/\">Bradley Taylor</a> · <a href=\"https://profiles.wordpress.org/bhubbard/\">Brandon Hubbard</a> · <a href=\"https://profiles.wordpress.org/bpayton/\">Brandon Payton</a> · <a href=\"https://profiles.wordpress.org/brettsmason/\">brettsmason</a> · <a href=\"https://profiles.wordpress.org/brevilo/\">brevilo</a> · <a href=\"https://profiles.wordpress.org/ironprogrammer/\">Brian Alexander</a> · <a href=\"https://profiles.wordpress.org/bacoords/\">Brian Coords</a> · <a href=\"https://profiles.wordpress.org/masteradhoc/\">Brian Haas</a> · <a href=\"https://profiles.wordpress.org/bronsonquick/\">Bronson Quick</a> · <a href=\"https://profiles.wordpress.org/bschneidewind/\">Bryan Schneidewind</a> · <a href=\"https://profiles.wordpress.org/burakkaptan/\">burak</a> · <a href=\"https://profiles.wordpress.org/burnuser/\">burnuser</a> · <a href=\"https://profiles.wordpress.org/snicco/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/calvinalkan/\">Calvin Alkan</a> · <a href=\"https://profiles.wordpress.org/cbravobernal/\">Carlos Bravo</a> · <a href=\"https://profiles.wordpress.org/poena/\">Carolina Nymark</a> · <a href=\"https://profiles.wordpress.org/cbirdsong/\">cbirdsong</a> · <a href=\"https://profiles.wordpress.org/cgastrell/\">cgastrell</a> · <a href=\"https://profiles.wordpress.org/charleslf/\">charleslf</a> · <a href=\"https://profiles.wordpress.org/mel_cha/\">chiilog (Chiaki Okamoto)</a> · <a href=\"https://profiles.wordpress.org/chintanmachhi207/\">chintanmachhi207</a> · <a href=\"https://profiles.wordpress.org/chrico/\">ChriCo</a> · <a href=\"https://profiles.wordpress.org/chriscct7/\">chriscct7</a> · <a href=\"https://profiles.wordpress.org/chrisdotdotdot/\">chrisdotdotdot</a> · <a href=\"https://profiles.wordpress.org/apermo/\">Christoph Daum</a> · <a href=\"https://profiles.wordpress.org/claimableperch/\">claimableperch</a> · <a href=\"https://profiles.wordpress.org/claudiulodro/\">Claudiu Lodromanean</a> · <a href=\"https://profiles.wordpress.org/codeamp/\">Code Amp</a> · <a href=\"https://profiles.wordpress.org/codebymikey/\">codebymikey</a> · <a href=\"https://profiles.wordpress.org/codersantosh/\">codersantosh</a> · <a href=\"https://profiles.wordpress.org/costdev/\">Colin Stewart</a> · <a href=\"https://profiles.wordpress.org/colind/\">ColinD</a> · <a href=\"https://profiles.wordpress.org/colinleroy/\">colinleroy</a> · <a href=\"https://profiles.wordpress.org/coreyw/\">Corey Worrell</a> · <a href=\"https://profiles.wordpress.org/courane01/\">Courtney Robertson</a> · <a href=\"https://profiles.wordpress.org/cbusquets1989/\">Cris Busquets</a> · <a href=\"https://profiles.wordpress.org/mitogh/\">Crisoforo Gaspar</a> · <a href=\"https://profiles.wordpress.org/ctienshi/\">ctienshi</a> · <a href=\"https://profiles.wordpress.org/cweiske/\">cweiske</a> · <a href=\"https://profiles.wordpress.org/didierjm/\">cybeardjm</a> · <a href=\"https://profiles.wordpress.org/coquardcyr/\">Cyrille</a> · <a href=\"https://profiles.wordpress.org/css31/\">Cyrille Sanson</a> · <a href=\"https://profiles.wordpress.org/daedalon/\">Daedalon</a> · <a href=\"https://profiles.wordpress.org/acketon/\">Dakota Chichester</a> · <a href=\"https://profiles.wordpress.org/dalleyne/\">Damien Alleyne</a> · <a href=\"https://profiles.wordpress.org/colorful-tones/\">Damon Cook</a> · <a href=\"https://profiles.wordpress.org/dpknauss/\">Dan Knauss</a> · <a href=\"https://profiles.wordpress.org/danht/\">danht</a> · <a href=\"https://profiles.wordpress.org/daniguardiola/\">Dani Guardiola</a> · <a href=\"https://profiles.wordpress.org/danielbachhuber/\">Daniel Bachhuber</a> · <a href=\"https://profiles.wordpress.org/danielpost/\">Daniel Post</a> · <a href=\"https://profiles.wordpress.org/talldanwp/\">Daniel Richards</a> · <a href=\"https://profiles.wordpress.org/mte90/\">Daniele Scasciafratte</a> · <a href=\"https://profiles.wordpress.org/danielpataki/\">danielpataki</a> · <a href=\"https://profiles.wordpress.org/danielvann/\">danielvann</a> · <a href=\"https://profiles.wordpress.org/dkotter/\">Darin Kotter</a> · <a href=\"https://profiles.wordpress.org/dhewercorus/\">Darren Hewer</a> · <a href=\"https://profiles.wordpress.org/davelo/\">Dave Loodts</a> · <a href=\"https://profiles.wordpress.org/davilera/\">David Aguilera</a> · <a href=\"https://profiles.wordpress.org/darerodz/\">David Arenas</a> · <a href=\"https://profiles.wordpress.org/darnado/\">David Arnado</a> · <a href=\"https://profiles.wordpress.org/davidbaumwald/\">David Baumwald</a> · <a href=\"https://profiles.wordpress.org/davidbinda/\">David Biňovec</a> · <a href=\"https://profiles.wordpress.org/davidabowman/\">David Bowman</a> · <a href=\"https://profiles.wordpress.org/dpcalhoun/\">David Calhoun</a> · <a href=\"https://profiles.wordpress.org/dafargier/\">David FARGIER</a> · <a href=\"https://profiles.wordpress.org/dlh/\">David Herrera</a> · <a href=\"https://profiles.wordpress.org/david-innes/\">David Innes</a> · <a href=\"https://profiles.wordpress.org/justlevine/\">David Levine</a> · <a href=\"https://profiles.wordpress.org/daviedr/\">David Rozando</a> · <a href=\"https://profiles.wordpress.org/dshanske/\">David Shanske</a> · <a href=\"https://profiles.wordpress.org/get_dave/\">David Smith</a> · <a href=\"https://profiles.wordpress.org/daymobrew/\">daymobrew</a> · <a href=\"https://profiles.wordpress.org/deadduck169/\">deadduck169</a> · <a href=\"https://profiles.wordpress.org/dsas/\">Dean Sas</a> · <a href=\"https://profiles.wordpress.org/dkarfa/\">Debabrata Karfa</a> · <a href=\"https://profiles.wordpress.org/debarghyabanerjee/\">DEBARGHYA BANERJEE</a> · <a href=\"https://profiles.wordpress.org/deeppatel8950/\">Deep Patel</a> · <a href=\"https://profiles.wordpress.org/deepakrohilla/\">Deepak Rohilla</a> · <a href=\"https://profiles.wordpress.org/realloc/\">Dennis Ploetner</a> · <a href=\"https://profiles.wordpress.org/dmsnell/\">Dennis Snell</a> · <a href=\"https://profiles.wordpress.org/densinakum/\">Densi Nakum</a> · <a href=\"https://profiles.wordpress.org/designsimply/\">designsimply</a> · <a href=\"https://profiles.wordpress.org/devansh2002/\">Devansh Chaudhary</a> · <a href=\"https://profiles.wordpress.org/dhananjaykuber/\">Dhananjay Kuber</a> · <a href=\"https://profiles.wordpress.org/dharm1025/\">Dharmesh Patel</a> · <a href=\"https://profiles.wordpress.org/dhavalkapadane/\">Dhaval Kapadane</a> · <a href=\"https://profiles.wordpress.org/dheeraj2995/\">Dheeraj Bhosale</a> · <a href=\"https://profiles.wordpress.org/dhrumilk/\">Dhrumil Kumbhani</a> · <a href=\"https://profiles.wordpress.org/dhruvang21/\">Dhruvang21</a> · <a href=\"https://profiles.wordpress.org/dhruvishah2203/\">Dhruvi Shah</a> · <a href=\"https://profiles.wordpress.org/dhruvik18/\">Dhruvik Malaviya</a> · <a href=\"https://profiles.wordpress.org/diguj/\">Digvijay Zite</a> · <a href=\"https://profiles.wordpress.org/dilipom13/\">dilip</a> · <a href=\"https://profiles.wordpress.org/dilipbheda/\">Dilip Bheda</a> · <a href=\"https://profiles.wordpress.org/diliphingarajiya/\">Dilip Hingarajiya</a> · <a href=\"https://profiles.wordpress.org/dilip2615/\">Dilip Modhavadiya</a> · <a href=\"https://profiles.wordpress.org/dingguodong/\">DingGuodong</a> · <a href=\"https://profiles.wordpress.org/dd32/\">Dion Hulse</a> · <a href=\"https://profiles.wordpress.org/divyeshk71/\">Divyesh_kakrecha</a> · <a href=\"https://profiles.wordpress.org/djcowan/\">dj.cowan</a> · <a href=\"https://profiles.wordpress.org/mediaformat/\">Django</a> · <a href=\"https://profiles.wordpress.org/dnnsjsk/\">dnnsjsk</a> · <a href=\"https://profiles.wordpress.org/doekenorg/\">Doeke Norg</a> · <a href=\"https://profiles.wordpress.org/dogee/\">dogee</a> · <a href=\"https://profiles.wordpress.org/domenicdenicola/\">domenicdenicola</a> · <a href=\"https://profiles.wordpress.org/ocean90/\">Dominik Schilling</a> · <a href=\"https://profiles.wordpress.org/donalirl/\">donalirl</a> · <a href=\"https://profiles.wordpress.org/dooperweb/\">dooperweb</a> · <a href=\"https://profiles.wordpress.org/dougwollison/\">Doug Wollison</a> · <a href=\"https://profiles.wordpress.org/dretzlaff/\">dretzlaff</a> · <a href=\"https://profiles.wordpress.org/drewapicture/\">Drew Jaynes</a> · <a href=\"https://profiles.wordpress.org/drivingralle/\">Drivingralle</a> · <a href=\"https://profiles.wordpress.org/dsawyers/\">dsawyers</a> · <a href=\"https://profiles.wordpress.org/dwainm/\">Dwain Maralack</a> · <a href=\"https://profiles.wordpress.org/earthman100/\">Earthman Media</a> · <a href=\"https://profiles.wordpress.org/eclev91/\">eclev91</a> · <a href=\"https://profiles.wordpress.org/eddystile/\">Eddy</a> · <a href=\"https://profiles.wordpress.org/eduwass/\">eduwass</a> · <a href=\"https://profiles.wordpress.org/cais/\">Edward Caissie</a> · <a href=\"https://profiles.wordpress.org/eceleste/\">efc</a> · <a href=\"https://profiles.wordpress.org/talksina/\">Elena Brescacin</a> · <a href=\"https://profiles.wordpress.org/elizaan36/\">elizaan36</a> · <a href=\"https://profiles.wordpress.org/ellatrix/\">Ella van Durpe</a> · <a href=\"https://profiles.wordpress.org/codex-m/\">Emerson Maningo</a> · <a href=\"https://profiles.wordpress.org/emlebrun/\">Emilie LEBRUN</a> · <a href=\"https://profiles.wordpress.org/eatse/\">Emmanuel Ats&#233;</a> · <a href=\"https://profiles.wordpress.org/lopo/\">Enrico Battocchi</a> · <a href=\"https://profiles.wordpress.org/ericdye/\">Eric Dye</a> · <a href=\"https://profiles.wordpress.org/ethitter/\">Erick Hitter</a> · <a href=\"https://profiles.wordpress.org/codekraft/\">Erik</a> · <a href=\"https://profiles.wordpress.org/kebbet/\">Erik</a> · <a href=\"https://profiles.wordpress.org/im3dabasia1/\">Eshaan Dabasiya</a> · <a href=\"https://profiles.wordpress.org/estelaris/\">Estela Rueda</a> · <a href=\"https://profiles.wordpress.org/eherman24/\">Evan Herman</a> · <a href=\"https://profiles.wordpress.org/etobiesen/\">Even Tobiesen</a> · <a href=\"https://profiles.wordpress.org/fabiankaegy/\">Fabian Kägy</a> · <a href=\"https://profiles.wordpress.org/gaambo/\">Fabian Todt</a> · <a href=\"https://profiles.wordpress.org/faisalahammad/\">Faisal Ahammad</a> · <a href=\"https://profiles.wordpress.org/faisal03/\">Faisal Alvi</a> · <a href=\"https://profiles.wordpress.org/fazyshah/\">Faizan Nabi</a> · <a href=\"https://profiles.wordpress.org/flixos90/\">Felix Arntz</a> · <a href=\"https://profiles.wordpress.org/ffffelix/\">Felix Renicks</a> · <a href=\"https://profiles.wordpress.org/finntown/\">finntown</a> · <a href=\"https://profiles.wordpress.org/firoz2456/\">Firoz Sabaliya</a> · <a href=\"https://profiles.wordpress.org/francina/\">Francesca Marano</a> · <a href=\"https://profiles.wordpress.org/franciscabusas22/\">Francis Cabusas</a> · <a href=\"https://profiles.wordpress.org/fcoveram/\">Francisco</a> · <a href=\"https://profiles.wordpress.org/frankbiganski/\">Frank B.</a> · <a href=\"https://profiles.wordpress.org/frank-klein/\">Frank Klein</a> · <a href=\"https://profiles.wordpress.org/franz00/\">Fransisca H</a> · <a href=\"https://profiles.wordpress.org/frkly/\">frkly</a> · <a href=\"https://profiles.wordpress.org/fushar/\">fushar</a> · <a href=\"https://profiles.wordpress.org/fxbenard/\">FX B&#233;nard</a> · <a href=\"https://profiles.wordpress.org/gaellebesson/\">gaellebesson</a> · <a href=\"https://profiles.wordpress.org/gajendrasingh/\">Gajendra Singh</a> · <a href=\"https://profiles.wordpress.org/galibh/\">Galib Hayder</a> · <a href=\"https://profiles.wordpress.org/ecgan/\">Gan Eng Chin</a> · <a href=\"https://profiles.wordpress.org/garrett-eclipse/\">Garrett Hyder</a> · <a href=\"https://profiles.wordpress.org/garyj/\">Gary Jones</a> · <a href=\"https://profiles.wordpress.org/pento/\">Gary Pendergast</a> · <a href=\"https://profiles.wordpress.org/soulseekah/\">Gennady Kovshenin</a> · <a href=\"https://profiles.wordpress.org/mamaduka/\">George Mamadashvili</a> · <a href=\"https://profiles.wordpress.org/geriux/\">Gerardo Pacheco</a> · <a href=\"https://profiles.wordpress.org/ghinamt/\">ghinamt</a> · <a href=\"https://profiles.wordpress.org/girishpanchal/\">Girish Panchal</a> · <a href=\"https://profiles.wordpress.org/giuriani/\">giuriani</a> · <a href=\"https://profiles.wordpress.org/glendaviesnz/\">Glen Davies</a> · <a href=\"https://profiles.wordpress.org/glynnquelch/\">Glynn Quelch</a> · <a href=\"https://profiles.wordpress.org/ingeniumed/\">Gopal Krishnan</a> · <a href=\"https://profiles.wordpress.org/grantmkin/\">Grant M. Kinney</a> · <a href=\"https://profiles.wordpress.org/gziolo/\">Greg Ziółkowski</a> · <a href=\"https://profiles.wordpress.org/gregbenz/\">gregbenz</a> · <a href=\"https://profiles.wordpress.org/grgarside/\">grgarside</a> · <a href=\"https://profiles.wordpress.org/growwbuddy/\">GrowwBuddy</a> · <a href=\"https://profiles.wordpress.org/guido07111975/\">Guido</a> · <a href=\"https://profiles.wordpress.org/guillaumeturpin/\">Guillaume TURPIN</a> · <a href=\"https://profiles.wordpress.org/gulamdastgir04/\">Gulamdastgir Momin</a> · <a href=\"https://profiles.wordpress.org/priethor/\">H&#233;ctor Prieto</a> · <a href=\"https://profiles.wordpress.org/kabir93/\">H. Kabir</a> · <a href=\"https://profiles.wordpress.org/gencmedya/\">Halil Kaya</a> · <a href=\"https://profiles.wordpress.org/yahaly/\">Halyna Yampolska</a> · <a href=\"https://profiles.wordpress.org/hameem1102/\">Hameem Mahdad Kader</a> · <a href=\"https://profiles.wordpress.org/hanneslsm/\">Hannes Leismann</a> · <a href=\"https://profiles.wordpress.org/hage/\">Hans-Gerd Gerhards</a> · <a href=\"https://profiles.wordpress.org/hardipparmar/\">Hardip Parmar</a> · <a href=\"https://profiles.wordpress.org/hareesh-pillai/\">Hareesh S</a> · <a href=\"https://profiles.wordpress.org/harishanker/\">Hari Shanker R</a> · <a href=\"https://profiles.wordpress.org/harrym/\">harrym</a> · <a href=\"https://profiles.wordpress.org/harshalkadu/\">Harshal Kadu</a> · <a href=\"https://profiles.wordpress.org/hazdiego/\">Haz</a> · <a href=\"https://profiles.wordpress.org/hekuranredev/\">hekuranredev</a> · <a href=\"https://profiles.wordpress.org/helen/\">Helen Hou-Sandi</a> · <a href=\"https://profiles.wordpress.org/hdkothari81/\">Hemant Kothari</a> · <a href=\"https://profiles.wordpress.org/iamarinoh/\">Henrique Iamarino</a> · <a href=\"https://profiles.wordpress.org/henrywright/\">Henry Wright</a> · <a href=\"https://profiles.wordpress.org/rvouill/\">Herve THOMAS</a> · <a href=\"https://profiles.wordpress.org/hideishi/\">hideishi</a> · <a href=\"https://profiles.wordpress.org/kurudrive/\">Hidekazu Ishikawa</a> · <a href=\"https://profiles.wordpress.org/hilayt24/\">Hilay Trivedi</a> · <a href=\"https://profiles.wordpress.org/panchalhimani711/\">Himani Panchal</a> · <a href=\"https://profiles.wordpress.org/abcd95/\">Himanshu Pathak</a> · <a href=\"https://profiles.wordpress.org/hbhalodia/\">Hit Bhalodia</a> · <a href=\"https://profiles.wordpress.org/hitendra-chopda/\">Hitendra Chopda</a> · <a href=\"https://profiles.wordpress.org/hiteshhuptechweb/\">Hitesh Dhokai</a> · <a href=\"https://profiles.wordpress.org/hovhanneshovakimyan/\">Hovhannes Hovakimyan</a> · <a href=\"https://profiles.wordpress.org/hueitan/\">hueitan</a> · <a href=\"https://profiles.wordpress.org/humanify/\">humanify</a> · <a href=\"https://profiles.wordpress.org/hussain896/\">hussain896</a> · <a href=\"https://profiles.wordpress.org/huubl/\">huubl</a> · <a href=\"https://profiles.wordpress.org/huzaifaalmesbah/\">Huzaifa Al Mesbah</a> · <a href=\"https://profiles.wordpress.org/iandunn/\">Ian Dunn</a> · <a href=\"https://profiles.wordpress.org/ilovecats7/\">ilovecats7</a> · <a href=\"https://profiles.wordpress.org/imranhasanraaz/\">Imran</a> · <a href=\"https://profiles.wordpress.org/imranh920/\">Imran Hossain (a11n)</a> · <a href=\"https://profiles.wordpress.org/indirabiswas27/\">Indira Biswas</a> · <a href=\"https://profiles.wordpress.org/indithemes/\">indithemes</a> · <a href=\"https://profiles.wordpress.org/isabel_brison/\">Isabel Brison</a> · <a href=\"https://profiles.wordpress.org/iseulde/\">iseulde</a> · <a href=\"https://profiles.wordpress.org/isuke01/\">Isu</a> · <a href=\"https://profiles.wordpress.org/ivankristianto/\">Ivan Kristianto</a> · <a href=\"https://profiles.wordpress.org/moxie/\">Jack</a> · <a href=\"https://profiles.wordpress.org/jagirbahesh/\">Jagir Bahesh</a> · <a href=\"https://profiles.wordpress.org/jainil07/\">Jainil Shah</a> · <a href=\"https://profiles.wordpress.org/whyisjake/\">Jake Spurlock</a> · <a href=\"https://profiles.wordpress.org/jameskoster/\">James Koster</a> · <a href=\"https://profiles.wordpress.org/jhmonroe/\">James Monroe</a> · <a href=\"https://profiles.wordpress.org/jopdop30/\">James Payne</a> · <a href=\"https://profiles.wordpress.org/imaginarymedia/\">James Robinson</a> · <a href=\"https://profiles.wordpress.org/q0rban/\">James Sansbury</a> · <a href=\"https://profiles.wordpress.org/jamieblomerus/\">Jamie Blomerus</a> · <a href=\"https://profiles.wordpress.org/jammycakes/\">jammycakes</a> · <a href=\"https://profiles.wordpress.org/lysyjan87/\">Jan Lys&#253;</a> · <a href=\"https://profiles.wordpress.org/janak007/\">janak Kaneriya</a> · <a href=\"https://profiles.wordpress.org/janusdev/\">janusdev</a> · <a href=\"https://profiles.wordpress.org/jsnajdr/\">Jarda Snajdr</a> · <a href=\"https://profiles.wordpress.org/jarekmorawski/\">jarekmorawski</a> · <a href=\"https://profiles.wordpress.org/boogah/\">Jason Cosper</a> · <a href=\"https://profiles.wordpress.org/madtownlems/\">Jason LeMahieu (MadtownLems)</a> · <a href=\"https://profiles.wordpress.org/jasonsa19/\">Jason Sauerwald</a> · <a href=\"https://profiles.wordpress.org/javiercasares/\">Javier Casares</a> · <a href=\"https://profiles.wordpress.org/shovan_jaya/\">Jayaram</a> · <a href=\"https://profiles.wordpress.org/jdahir0789/\">Jaydip Ahir</a> · <a href=\"https://profiles.wordpress.org/jdnd/\">jdnd</a> · <a href=\"https://profiles.wordpress.org/audrasjb/\">Jean-Baptiste Audras</a> · <a href=\"https://profiles.wordpress.org/krokodok/\">Jeff Chi</a> · <a href=\"https://profiles.wordpress.org/maverick3x6/\">Jeff Golenski</a> · <a href=\"https://profiles.wordpress.org/jffng/\">Jeff Ong</a> · <a href=\"https://profiles.wordpress.org/jeffpaul/\">Jeff Paul</a> · <a href=\"https://profiles.wordpress.org/jeffr0/\">Jeffro</a> · <a href=\"https://profiles.wordpress.org/jeflopodev/\">jeflopo</a> · <a href=\"https://profiles.wordpress.org/jdy68/\">Jenny Dupuy</a> · <a href=\"https://profiles.wordpress.org/jepperask/\">jepperask</a> · <a href=\"https://profiles.wordpress.org/jeremyfelt/\">Jeremy Felt</a> · <a href=\"https://profiles.wordpress.org/jeremy80/\">jeremy80</a> · <a href=\"https://profiles.wordpress.org/jeremyroman/\">jeremyroman</a> · <a href=\"https://profiles.wordpress.org/jeryj/\">jeryj</a> · <a href=\"https://profiles.wordpress.org/jessedyck/\">jessedyck</a> · <a href=\"https://profiles.wordpress.org/luminuu/\">Jessica Lyschik</a> · <a href=\"https://profiles.wordpress.org/jigar-bhanushali/\">Jigar Bhanushali</a> · <a href=\"https://profiles.wordpress.org/jigar9998/\">Jigar Panchal</a> · <a href=\"https://profiles.wordpress.org/jnweaver/\">jnweaver</a> · <a href=\"https://profiles.wordpress.org/jartes/\">Joan Artes</a> · <a href=\"https://profiles.wordpress.org/jodamo5/\">jodamo5</a> · <a href=\"https://profiles.wordpress.org/joedolson/\">Joe Dolson</a> · <a href=\"https://profiles.wordpress.org/joehoyle/\">Joe Hoyle</a> · <a href=\"https://profiles.wordpress.org/joemcgill/\">Joe McGill</a> · <a href=\"https://profiles.wordpress.org/joecsmalley/\">joecsmalley</a> · <a href=\"https://profiles.wordpress.org/joen/\">Joen Asmussen</a> · <a href=\"https://profiles.wordpress.org/timse201/\">Johannes J&#252;lg</a> · <a href=\"https://profiles.wordpress.org/johnbillion/\">John Blackbourn</a> · <a href=\"https://profiles.wordpress.org/johnjamesjacoby/\">John James Jacoby</a> · <a href=\"https://profiles.wordpress.org/johnregan3/\">John Regan</a> · <a href=\"https://profiles.wordpress.org/arrcorona/\">Jomar Jay Corona</a> · <a href=\"https://profiles.wordpress.org/jomonthomaslobo1/\">Jomon Thomas Lobo</a> · <a href=\"https://profiles.wordpress.org/jonsurrell/\">Jon Surrell</a> · <a href=\"https://profiles.wordpress.org/psykro/\">Jonathan Bossenger</a> · <a href=\"https://profiles.wordpress.org/desrosj/\">Jonathan Desrosiers</a> · <a href=\"https://profiles.wordpress.org/jongycastillo/\">Jong</a> · <a href=\"https://profiles.wordpress.org/n2erjo00/\">Joni Erkkil&#228;</a> · <a href=\"https://profiles.wordpress.org/spacedmonkey/\">Jonny Harris</a> · <a href=\"https://profiles.wordpress.org/jonnyauk/\">jonnyauk</a> · <a href=\"https://profiles.wordpress.org/joomskys/\">joomskys</a> · <a href=\"https://profiles.wordpress.org/joostdevalk/\">Joost de Valk</a> · <a href=\"https://profiles.wordpress.org/jordesign/\">jordesign</a> · <a href=\"https://profiles.wordpress.org/jorgefilipecosta/\">Jorge Costa</a> · <a href=\"https://profiles.wordpress.org/josvelasco/\">Jos Velasco</a> · <a href=\"https://profiles.wordpress.org/josevarghese/\">Jose Varghese</a> · <a href=\"https://profiles.wordpress.org/blogitsolutions/\">Josef Seidl</a> · <a href=\"https://profiles.wordpress.org/josephscott/\">Joseph Scott</a> · <a href=\"https://profiles.wordpress.org/verygoode/\">Joshua Goode</a> · <a href=\"https://profiles.wordpress.org/joshuawold/\">Joshua Wold</a> · <a href=\"https://profiles.wordpress.org/jottevanger/\">jottevanger</a> · <a href=\"https://profiles.wordpress.org/jokanane/\">Jouni Kananen</a> · <a href=\"https://profiles.wordpress.org/joyously/\">Joy</a> · <a href=\"https://profiles.wordpress.org/juanfra/\">Juan Aldasoro</a> · <a href=\"https://profiles.wordpress.org/juanbuis/\">juanbuis</a> · <a href=\"https://profiles.wordpress.org/juanmaguitar/\">JuanMa Garrido</a> · <a href=\"https://profiles.wordpress.org/juanwp22/\">juanwp22</a> · <a href=\"https://profiles.wordpress.org/jules-colle/\">Jules Colle</a> · <a href=\"https://profiles.wordpress.org/julianmar/\">julianmar</a> · <a href=\"https://profiles.wordpress.org/juliemoynat/\">Julie Moynat</a> · <a href=\"https://profiles.wordpress.org/jrf/\">Juliette Reinders Folmer</a> · <a href=\"https://profiles.wordpress.org/juliobox/\">Julio Potier</a> · <a href=\"https://profiles.wordpress.org/greenshady/\">Justin Tadlock</a> · <a href=\"https://profiles.wordpress.org/juzar/\">Juzar</a> · <a href=\"https://profiles.wordpress.org/kadamwhite/\">K. Adam White</a> · <a href=\"https://profiles.wordpress.org/kafleg/\">KafleG</a> · <a href=\"https://profiles.wordpress.org/kevin940726/\">Kai Hao</a> · <a href=\"https://profiles.wordpress.org/kaitohm/\">Kaito Hanamori</a> · <a href=\"https://profiles.wordpress.org/ikamal/\">Kamal Hosen</a> · <a href=\"https://profiles.wordpress.org/kapasias/\">KAP ASIAs</a> · <a href=\"https://profiles.wordpress.org/kapilpaul/\">Kapil Paul</a> · <a href=\"https://profiles.wordpress.org/karlgroves/\">karlgroves</a> · <a href=\"https://profiles.wordpress.org/karolmanijak/\">Karol Manijak</a> · <a href=\"https://profiles.wordpress.org/karthickmurugan/\">Karthick Murugan</a> · <a href=\"https://profiles.wordpress.org/thekt12/\">Karthik Thayyil</a> · <a href=\"https://profiles.wordpress.org/karthikeya01/\">Karthikeya Bethu</a> · <a href=\"https://profiles.wordpress.org/kasparsd/\">Kaspars</a> · <a href=\"https://profiles.wordpress.org/zoonini/\">Kathryn Presner</a> · <a href=\"https://profiles.wordpress.org/kausaralm/\">Kausar Alam</a> · <a href=\"https://profiles.wordpress.org/keithdevon/\">keithdevon</a> · <a href=\"https://profiles.wordpress.org/kel-dc/\">Kel Santiago-Pilarski</a> · <a href=\"https://profiles.wordpress.org/ryelle/\">Kelly Choyce-Dwan</a> · <a href=\"https://profiles.wordpress.org/tinypixel/\">Kelly Mears</a> · <a href=\"https://profiles.wordpress.org/keoshi/\">keoshi</a> · <a href=\"https://profiles.wordpress.org/ketanniruke/\">Ketan Niruke</a> · <a href=\"https://profiles.wordpress.org/patelketan/\">Ketan Patel</a> · <a href=\"https://profiles.wordpress.org/kevinlearynet/\">Kevin Leary</a> · <a href=\"https://profiles.wordpress.org/kharisblank/\">Kharis Sulistiyono</a> · <a href=\"https://profiles.wordpress.org/iamkingsleyf/\">Kingsley Felix</a> · <a href=\"https://profiles.wordpress.org/kirasong/\">Kira Schroder</a> · <a href=\"https://profiles.wordpress.org/kjroelke/\">KJ Roelke</a> · <a href=\"https://profiles.wordpress.org/kkmuffme/\">kkmuffme</a> · <a href=\"https://profiles.wordpress.org/knutsp/\">Knut Sparhell</a> · <a href=\"https://profiles.wordpress.org/kohheepeace/\">kohheepeace</a> · <a href=\"https://profiles.wordpress.org/obenland/\">Konstantin Obenland</a> · <a href=\"https://profiles.wordpress.org/kmgalanakis/\">Konstantinos Galanakis</a> · <a href=\"https://profiles.wordpress.org/xkon/\">Konstantinos Xenos</a> · <a href=\"https://profiles.wordpress.org/kristastevens/\">kristastevens</a> · <a href=\"https://profiles.wordpress.org/krupajnanda/\">Krupa Nanda</a> · <a href=\"https://profiles.wordpress.org/krupaly2k/\">Krupal Lakhia</a> · <a href=\"https://profiles.wordpress.org/laurelfulford/\">laurelfulford</a> · <a href=\"https://profiles.wordpress.org/lakshmananphp/\">Lax Mariappan</a> · <a href=\"https://profiles.wordpress.org/laxman-prajapati/\">Laxman Prajapati</a> · <a href=\"https://profiles.wordpress.org/lcarevic/\">lcarevic</a> · <a href=\"https://profiles.wordpress.org/leecollings/\">Lee</a> · <a href=\"https://profiles.wordpress.org/leewillis77/\">Lee Willis</a> · <a href=\"https://profiles.wordpress.org/leedxw/\">leedxw</a> · <a href=\"https://profiles.wordpress.org/0mirka00/\">Lena Morita</a> · <a href=\"https://profiles.wordpress.org/lenasterg/\">lenasterg</a> · <a href=\"https://profiles.wordpress.org/leszeks/\">leszeks</a> · <a href=\"https://profiles.wordpress.org/leup/\">leup</a> · <a href=\"https://profiles.wordpress.org/levskipg/\">levskipg</a> · <a href=\"https://profiles.wordpress.org/lgladdy/\">Liam Gladdy</a> · <a href=\"https://profiles.wordpress.org/lilgames/\">LilGames</a> · <a href=\"https://profiles.wordpress.org/louislaugesen/\">Louis</a> · <a href=\"https://profiles.wordpress.org/louwie17/\">Lourens</a> · <a href=\"https://profiles.wordpress.org/lovesoni1999/\">Love Soni</a> · <a href=\"https://profiles.wordpress.org/thelovekesh/\">Lovekesh Kumar</a> · <a href=\"https://profiles.wordpress.org/lovewpmu/\">lovewpmu</a> · <a href=\"https://profiles.wordpress.org/lovor/\">Lovro Hrust</a> · <a href=\"https://profiles.wordpress.org/dreadlox/\">Lox</a> · <a href=\"https://profiles.wordpress.org/ltrihan/\">ltrihan</a> · <a href=\"https://profiles.wordpress.org/gigitux/\">Luigi Teschio</a> · <a href=\"https://profiles.wordpress.org/zaguiini/\">Luis Felipe Zaguini</a> · <a href=\"https://profiles.wordpress.org/luisherranz/\">luisherranz</a> · <a href=\"https://profiles.wordpress.org/wpfed/\">Lukasz</a> · <a href=\"https://profiles.wordpress.org/lukecavanagh/\">Luke Cavanagh</a> · <a href=\"https://profiles.wordpress.org/gadelhas/\">M&#225;rio Santos</a> · <a href=\"https://profiles.wordpress.org/maciejmackowiak/\">maciejmackowiak</a> · <a href=\"https://profiles.wordpress.org/madhudollu/\">Madhu Dollu</a> · <a href=\"https://profiles.wordpress.org/madpeter/\">madpeter</a> · <a href=\"https://profiles.wordpress.org/magdarogier/\">Magda Rogier</a> · <a href=\"https://profiles.wordpress.org/onemaggie/\">Maggie Cabrera</a> · <a href=\"https://profiles.wordpress.org/mp518/\">Mahesh Prajapati</a> · <a href=\"https://profiles.wordpress.org/mai21/\">Mai</a> · <a href=\"https://profiles.wordpress.org/maikelraow/\">maikelraow</a> · <a href=\"https://profiles.wordpress.org/travel_girl/\">Maja Benke</a> · <a href=\"https://profiles.wordpress.org/mkrndmane/\">Makarand G. Mane</a> · <a href=\"https://profiles.wordpress.org/tomdxw/\">mallorydxw-old</a> · <a href=\"https://profiles.wordpress.org/manfcarlo/\">manfcarlo</a> · <a href=\"https://profiles.wordpress.org/manojmaharrshi/\">Manoj Maharrshi</a> · <a href=\"https://profiles.wordpress.org/manzoorwanijk/\">Manzoor Wani</a> · <a href=\"https://profiles.wordpress.org/mdxfr/\">Marc</a> · <a href=\"https://profiles.wordpress.org/fullofcaffeine/\">Marcelo de Moraes Serpa</a> · <a href=\"https://profiles.wordpress.org/marchalyoan/\">marchalyoan</a> · <a href=\"https://profiles.wordpress.org/afmarchetti/\">Marchetti Design</a> · <a href=\"https://profiles.wordpress.org/mciampini/\">Marco Ciampini</a> · <a href=\"https://profiles.wordpress.org/mariayohana/\">Maria Yohana</a> · <a href=\"https://profiles.wordpress.org/marian1/\">marian1</a> · <a href=\"https://profiles.wordpress.org/nuryko/\">Marianna</a> · <a href=\"https://profiles.wordpress.org/plari/\">Marie</a> · <a href=\"https://profiles.wordpress.org/tyxla/\">Marin Atanasov</a> · <a href=\"https://profiles.wordpress.org/marineevain/\">Marine EVAIN</a> · <a href=\"https://profiles.wordpress.org/nofearinc/\">Mario Peshev</a> · <a href=\"https://profiles.wordpress.org/santosguillamot/\">Mario Santos</a> · <a href=\"https://profiles.wordpress.org/clorith/\">Marius L. J.</a> · <a href=\"https://profiles.wordpress.org/markhowellsmead/\">Mark Howells-Mead</a> · <a href=\"https://profiles.wordpress.org/mapk/\">Mark Uraine</a> · <a href=\"https://profiles.wordpress.org/mark-k/\">Mark-k</a> · <a href=\"https://profiles.wordpress.org/martinkrcho/\">martin.krcho</a> · <a href=\"https://profiles.wordpress.org/marybaum/\">Mary Baum</a> · <a href=\"https://profiles.wordpress.org/4thhubbard/\">Mary Hubbard</a> · <a href=\"https://profiles.wordpress.org/immasud/\">Masud Rana</a> · <a href=\"https://profiles.wordpress.org/paapst/\">Mathieu Paapst</a> · <a href=\"https://profiles.wordpress.org/mmaattiiaass/\">Matias Benedetto</a> · <a href=\"https://profiles.wordpress.org/matveb/\">Matias Ventura</a> · <a href=\"https://profiles.wordpress.org/iammattthomas/\">Matt (Thomas) Miklic</a> · <a href=\"https://profiles.wordpress.org/matt/\">Matt Mullenweg</a> · <a href=\"https://profiles.wordpress.org/mattyrob/\">Matt Robinson</a> · <a href=\"https://profiles.wordpress.org/mattwest/\">Matt West</a> · <a href=\"https://profiles.wordpress.org/matteoenna/\">Matteo Enna</a> · <a href=\"https://profiles.wordpress.org/kinggmobb/\">Matthew</a> · <a href=\"https://profiles.wordpress.org/mboynes/\">Matthew Boynes</a> · <a href=\"https://profiles.wordpress.org/mattryanwalker/\">mattryanwalker</a> · <a href=\"https://profiles.wordpress.org/azouamauriac/\">Mauriac AZOUA</a> · <a href=\"https://profiles.wordpress.org/maximemeganck/\">Maxime Meganck</a> · <a href=\"https://profiles.wordpress.org/maximebj/\">maximebj</a> · <a href=\"https://profiles.wordpress.org/mayanktripathi32/\">Mayank Tripathi</a> · <a href=\"https://profiles.wordpress.org/mayur8991/\">Mayur Prajapati</a> · <a href=\"https://profiles.wordpress.org/faithcoder/\">Md Abdullah Al Arif</a> · <a href=\"https://profiles.wordpress.org/hmbashar/\">Md Abul Bashar</a> · <a href=\"https://profiles.wordpress.org/itsmhrahman/\">Md Hafijur Rahman</a> · <a href=\"https://profiles.wordpress.org/kawsar007/\">MD Kawsar Chowdhury</a> · <a href=\"https://profiles.wordpress.org/mehdi01/\">Md Mahdi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdibrahimk48/\">Md. Ibrahim Khalil</a> · <a href=\"https://profiles.wordpress.org/najmulsaju/\">Md. Najmul Islam</a> · <a href=\"https://profiles.wordpress.org/mehedi_csit/\">Md.Mehedi Hasan</a> · <a href=\"https://profiles.wordpress.org/mdviralsampat/\">mdviralsampat</a> · <a href=\"https://profiles.wordpress.org/megane9988/\">megane9988</a> · <a href=\"https://profiles.wordpress.org/leeseoftbc/\">MelissaH</a> · <a href=\"https://profiles.wordpress.org/metropolis_john/\">metropolis_john</a> · <a href=\"https://profiles.wordpress.org/mdawaffe/\">Michael Adams (mdawaffe)</a> · <a href=\"https://profiles.wordpress.org/mburridge/\">Michael Burridge</a> · <a href=\"https://profiles.wordpress.org/websiteredev/\">Michael Willman</a> · <a href=\"https://profiles.wordpress.org/czapla/\">Michal Czaplinski</a> · <a href=\"https://profiles.wordpress.org/michelleames/\">Michelle Frechette</a> · <a href=\"https://profiles.wordpress.org/marktimemedia/\">Michelle Schulp Hunt</a> · <a href=\"https://profiles.wordpress.org/micromadness/\">micromadness</a> · <a href=\"https://profiles.wordpress.org/mcsf/\">Miguel Fonseca</a> · <a href=\"https://profiles.wordpress.org/mmtr86/\">Miguel Torres</a> · <a href=\"https://profiles.wordpress.org/mijotj/\">Mijo T J</a> · <a href=\"https://profiles.wordpress.org/simison/\">Mikael Korpela</a> · <a href=\"https://profiles.wordpress.org/mbijon/\">Mike Bijon</a> · <a href=\"https://profiles.wordpress.org/ritterml/\">Mike Ritter</a> · <a href=\"https://profiles.wordpress.org/mikinc860/\">Mikin Chauhan</a> · <a href=\"https://profiles.wordpress.org/milana_cap/\">Milana Cap</a> · <a href=\"https://profiles.wordpress.org/milindmore22/\">Milind More</a> · <a href=\"https://profiles.wordpress.org/mimitips/\">mimi</a> · <a href=\"https://profiles.wordpress.org/369work/\">miroku</a> · <a href=\"https://profiles.wordpress.org/presstoke/\">Mitchell Austin</a> · <a href=\"https://profiles.wordpress.org/modi2918/\">Modi Sahil</a> · <a href=\"https://profiles.wordpress.org/antwortzeit/\">modulbuero</a> · <a href=\"https://profiles.wordpress.org/aboelfotoh/\">Mohamed Aboelfotoh Mohamed</a> · <a href=\"https://profiles.wordpress.org/mohitdadhich10/\">Mohit Dadhich</a> · <a href=\"https://profiles.wordpress.org/mojorob/\">mojorob</a> · <a href=\"https://profiles.wordpress.org/jucaduca/\">Morais Junior</a> · <a href=\"https://profiles.wordpress.org/mosescursor/\">Moses Cursor Ssebunya</a> · <a href=\"https://profiles.wordpress.org/mosne/\">Mosne / Paolo Tesei</a> · <a href=\"https://profiles.wordpress.org/mr660/\">mr660</a> · <a href=\"https://profiles.wordpress.org/mreishus/\">mreishus</a> · <a href=\"https://profiles.wordpress.org/mrunalkulkarni/\">mrunalkulkarni</a> · <a href=\"https://profiles.wordpress.org/mrwweb/\">mrwweb</a> · <a href=\"https://profiles.wordpress.org/mtdkei/\">mt</a> · <a href=\"https://profiles.wordpress.org/devmuhib/\">Muhibul Haque</a> · <a href=\"https://profiles.wordpress.org/mujuonly/\">mujuonly</a> · <a href=\"https://profiles.wordpress.org/mukesh27/\">Mukesh Panchal</a> · <a href=\"https://profiles.wordpress.org/mukulsingh27/\">Mukul Singh</a> · <a href=\"https://profiles.wordpress.org/my1xt/\">My1</a> · <a href=\"https://profiles.wordpress.org/n8finch/\">n8finch</a> · <a href=\"https://profiles.wordpress.org/assassinateur/\">Nadir Seghir</a> · <a href=\"https://profiles.wordpress.org/nandow/\">nandow</a> · <a href=\"https://profiles.wordpress.org/nanisamireddy/\">NANI SAMIREDDY</a> · <a href=\"https://profiles.wordpress.org/narenin/\">Narendra Sishodiya</a> · <a href=\"https://profiles.wordpress.org/nareshbheda/\">Naresh Bheda</a> · <a href=\"https://profiles.wordpress.org/muddassirnasim/\">Nasim Miah</a> · <a href=\"https://profiles.wordpress.org/nataliat2004/\">Natalia T</a> · <a href=\"https://profiles.wordpress.org/nathanatmoz/\">Nathan Johnson</a> · <a href=\"https://profiles.wordpress.org/navneet/\">navneet</a> · <a href=\"https://profiles.wordpress.org/navi161/\">Navneet Kaur</a> · <a href=\"https://profiles.wordpress.org/nhrrob/\">Nazmul Hasan Robin</a> · <a href=\"https://profiles.wordpress.org/greatislander/\">Ned Zimmerman</a> · <a href=\"https://profiles.wordpress.org/neotrope/\">neotrope</a> · <a href=\"https://profiles.wordpress.org/mcqueen22/\">NerQuiles</a> · <a href=\"https://profiles.wordpress.org/krstarica/\">net</a> · <a href=\"https://profiles.wordpress.org/ndiego/\">Nick Diego</a> · <a href=\"https://profiles.wordpress.org/nickgalvez/\">nickgalvez</a> · <a href=\"https://profiles.wordpress.org/nickwilmot/\">nickwilmot</a> · <a href=\"https://profiles.wordpress.org/undefinedfr/\">Nicolas RIVIERE</a> · <a href=\"https://profiles.wordpress.org/nicolasleroy/\">nicolasleroy</a> · <a href=\"https://profiles.wordpress.org/nidhidhandhukiya/\">nidhidhandhukiya</a> · <a href=\"https://profiles.wordpress.org/ntsekouras/\">Nik Tsekouras</a> · <a href=\"https://profiles.wordpress.org/smushytaco/\">Nikan Radan</a> · <a href=\"https://profiles.wordpress.org/nikitasolanki1812/\">Nikita Solanki</a> · <a href=\"https://profiles.wordpress.org/nikunj8866/\">Nikunj Hatkar</a> · <a href=\"https://profiles.wordpress.org/snilesh/\">Nilesh Shiragave</a> · <a href=\"https://profiles.wordpress.org/nirajgirixd/\">Niraj Giri</a> · <a href=\"https://profiles.wordpress.org/nithins53/\">Nithin SreeRaj</a> · <a href=\"https://profiles.wordpress.org/mrtortai/\">Noam Eppel</a> · <a href=\"https://profiles.wordpress.org/othernoel/\">Noel Santos</a> · <a href=\"https://profiles.wordpress.org/noruzzaman/\">Noruzzaman</a> · <a href=\"https://profiles.wordpress.org/nosilver4u/\">nosilver4u</a> · <a href=\"https://profiles.wordpress.org/oceantober/\">oceantober</a> · <a href=\"https://profiles.wordpress.org/finalwebsites/\">Olaf Lederer</a> · <a href=\"https://profiles.wordpress.org/oglekler/\">Olga Gleckler</a> · <a href=\"https://profiles.wordpress.org/domainsupport/\">Oliver Campion</a> · <a href=\"https://profiles.wordpress.org/jbkkd/\">Omer Korner</a> · <a href=\"https://profiles.wordpress.org/arzola/\">Oscar Arzola</a> · <a href=\"https://profiles.wordpress.org/groenroos/\">Oskari Groenroos</a> · <a href=\"https://profiles.wordpress.org/ov3rfly/\">Ov3rfly</a> · <a href=\"https://profiles.wordpress.org/paaljoachim/\">Paal Joachim Romdahl</a> · <a href=\"https://profiles.wordpress.org/pampfelimetten/\">pampfelimetten</a> · <a href=\"https://profiles.wordpress.org/parinpanjari/\">Parin Panjari</a> · <a href=\"https://profiles.wordpress.org/dparthj/\">Parth Dodiya</a> · <a href=\"https://profiles.wordpress.org/parthvataliya/\">Parth vataliya</a> · <a href=\"https://profiles.wordpress.org/swissspidy/\">Pascal Birchler</a> · <a href=\"https://profiles.wordpress.org/casiepa/\">Pascal Casier</a> · <a href=\"https://profiles.wordpress.org/pateljaymin/\">Patel Jaymin</a> · <a href=\"https://profiles.wordpress.org/patricia70/\">Patricia BT</a> · <a href=\"https://profiles.wordpress.org/lumiblog/\">Patrick Lumumba</a> · <a href=\"https://profiles.wordpress.org/eartboard/\">Paul</a> · <a href=\"https://profiles.wordpress.org/pbearne/\">Paul Bearne</a> · <a href=\"https://profiles.wordpress.org/pbiron/\">Paul Biron</a> · <a href=\"https://profiles.wordpress.org/bbpaule/\">Paul English</a> · <a href=\"https://profiles.wordpress.org/paulkevan/\">Paul Kevan</a> · <a href=\"https://profiles.wordpress.org/paullb/\">paullb</a> · <a href=\"https://profiles.wordpress.org/psrpinto/\">Paulo Pinto</a> · <a href=\"https://profiles.wordpress.org/paulopmt1/\">Paulo Trentin</a> · <a href=\"https://profiles.wordpress.org/pavanpatil1/\">Pavan Patil</a> · <a href=\"https://profiles.wordpress.org/creadordev/\">Pawan Kumar</a> · <a href=\"https://profiles.wordpress.org/pedromendonca/\">Pedro Mendon&#231;a</a> · <a href=\"https://profiles.wordpress.org/provenself/\">Peter Rubin</a> · <a href=\"https://profiles.wordpress.org/westi/\">Peter Westwood</a> · <a href=\"https://profiles.wordpress.org/peterwilsoncc/\">Peter Wilson</a> · <a href=\"https://profiles.wordpress.org/peter8nss/\">peter8nss</a> · <a href=\"https://profiles.wordpress.org/peterdavehello/\">peterdavehello</a> · <a href=\"https://profiles.wordpress.org/petitphp/\">petitphp</a> · <a href=\"https://profiles.wordpress.org/philliproth/\">philliproth</a> · <a href=\"https://profiles.wordpress.org/philwebs/\">philwebs</a> · <a href=\"https://profiles.wordpress.org/pitamdey/\">Pitam Dey</a> · <a href=\"https://profiles.wordpress.org/pixlpirate/\">pixlpirate</a> · <a href=\"https://profiles.wordpress.org/podpirate/\">podpirate</a> · <a href=\"https://profiles.wordpress.org/poojabhimani/\">Pooja Bhimani</a> · <a href=\"https://profiles.wordpress.org/pooja1210/\">Pooja Killekar (Muchandikar)</a> · <a href=\"https://profiles.wordpress.org/pooja9712/\">pooja9712</a> · <a href=\"https://profiles.wordpress.org/praful2111/\">Praful Patel</a> · <a href=\"https://profiles.wordpress.org/prasadkarmalkar/\">Prasad Karmalkar</a> · <a href=\"https://profiles.wordpress.org/prashant/\">prashant</a> · <a href=\"https://profiles.wordpress.org/pmbaldha/\">Prashant Baldha</a> · <a href=\"https://profiles.wordpress.org/contactprashantpp/\">Prashant Patil</a> · <a href=\"https://profiles.wordpress.org/prathamesh24/\">Prathamesh Shirke</a> · <a href=\"https://profiles.wordpress.org/prathameshbhagat1511/\">prathameshbhagat1511</a> · <a href=\"https://profiles.wordpress.org/pkbhatt/\">Pratik Bhatt</a> · <a href=\"https://profiles.wordpress.org/pratikgandhi/\">Pratik Gandhi</a> · <a href=\"https://profiles.wordpress.org/pratiklondhe/\">Pratik Londhe</a> · <a href=\"https://profiles.wordpress.org/presskopp/\">Presskopp</a> · <a href=\"https://profiles.wordpress.org/digitalpritam/\">Pritam Sonone</a> · <a href=\"https://profiles.wordpress.org/priyank9033/\">Priyank Vadhavana</a> · <a href=\"https://profiles.wordpress.org/pushpenderindia/\">Pushpender Singh</a> · <a href=\"https://profiles.wordpress.org/itsjonq/\">Q</a> · <a href=\"https://profiles.wordpress.org/qhaensler/\">qhaensler</a> · <a href=\"https://profiles.wordpress.org/rfischmann/\">Rafael Fischmann</a> · <a href=\"https://profiles.wordpress.org/rahulsprajapati/\">Rahul Prajapati</a> · <a href=\"https://profiles.wordpress.org/imrraaj/\">Raj Patel</a> · <a href=\"https://profiles.wordpress.org/rajat1192/\">Rajat Patel</a> · <a href=\"https://profiles.wordpress.org/raj198/\">Rajendra Patel</a> · <a href=\"https://profiles.wordpress.org/rajendrapatilraj/\">Rajendra Patil</a> · <a href=\"https://profiles.wordpress.org/rkradadiya/\">Rajesh Radadiya</a> · <a href=\"https://profiles.wordpress.org/rajeshrathodwp/\">Rajesh Rathod</a> · <a href=\"https://profiles.wordpress.org/rajinsharwar/\">Rajin Sharwar</a> · <a href=\"https://profiles.wordpress.org/rahmohn/\">Ramon Ahnert</a> · <a href=\"https://profiles.wordpress.org/rcorrales/\">Ramon Corrales</a> · <a href=\"https://profiles.wordpress.org/ramonopoly/\">Ramon James</a> · <a href=\"https://profiles.wordpress.org/ravigadhiyawp/\">Ravi Gadhiya</a> · <a href=\"https://profiles.wordpress.org/redkite/\">redkite</a> · <a href=\"https://profiles.wordpress.org/rehanali/\">Rehan Ali</a> · <a href=\"https://profiles.wordpress.org/rejaulalomkhan/\">Rejaul Alom Khan</a> · <a href=\"https://profiles.wordpress.org/rembem/\">Remco</a> · <a href=\"https://profiles.wordpress.org/renathoc/\">Renatho</a> · <a href=\"https://profiles.wordpress.org/ooraiser69/\">Renz Jay Sanchez</a> · <a href=\"https://profiles.wordpress.org/youknowriad/\">Riad Benguella</a> · <a href=\"https://profiles.wordpress.org/richtabor/\">Rich Tabor</a> · <a href=\"https://profiles.wordpress.org/riddhidave/\">Riddhi Dave</a> · <a href=\"https://profiles.wordpress.org/rinkalpagdar/\">Rinkal Pagdar</a> · <a href=\"https://profiles.wordpress.org/rishavdutta/\">Rishav Dutta</a> · <a href=\"https://profiles.wordpress.org/rcreators/\">Rishi Mehta</a> · <a href=\"https://profiles.wordpress.org/rishishah/\">Rishi Shah</a> · <a href=\"https://profiles.wordpress.org/rishit30g/\">Rishit Gupta</a> · <a href=\"https://profiles.wordpress.org/rkyburz/\">rkyburz</a> · <a href=\"https://profiles.wordpress.org/noisysocks/\">Robert Anderson</a> · <a href=\"https://profiles.wordpress.org/miqrogroove/\">Robert Chapin</a> · <a href=\"https://profiles.wordpress.org/robertghetau/\">Robert Ghetau</a> · <a href=\"https://profiles.wordpress.org/harmr/\">Robert Seyfriedsberger</a> · <a href=\"https://profiles.wordpress.org/robertstaddon/\">robertstaddon</a> · <a href=\"https://profiles.wordpress.org/robinmartijn/\">Robin Martijn</a> · <a href=\"https://profiles.wordpress.org/kreppar/\">Rodrigo Arias</a> · <a href=\"https://profiles.wordpress.org/rodrigosprimo/\">Rodrigo Primo</a> · <a href=\"https://profiles.wordpress.org/rogierlankhorst/\">Rogier Lankhorst</a> · <a href=\"https://profiles.wordpress.org/geekofshire/\">Rohan Jha</a> · <a href=\"https://profiles.wordpress.org/rohitmathur7/\">rohitmathur7</a> · <a href=\"https://profiles.wordpress.org/rohjay/\">rohjay</a> · <a href=\"https://profiles.wordpress.org/room34/\">room34</a> · <a href=\"https://profiles.wordpress.org/rotemg/\">Rotem Gelbart</a> · <a href=\"https://profiles.wordpress.org/lev0/\">Roy Orbitson</a> · <a href=\"https://profiles.wordpress.org/roytanck/\">Roy Tanck</a> · <a href=\"https://profiles.wordpress.org/roybellingan/\">roybellingan</a> · <a href=\"https://profiles.wordpress.org/ruchirj/\">Ruchir Goswami</a> · <a href=\"https://profiles.wordpress.org/rudrakshigupta/\">Rudrakshi Gupta</a> · <a href=\"https://profiles.wordpress.org/rupesh5438/\">Rupesh Patil</a> · <a href=\"https://profiles.wordpress.org/rupw/\">rupw</a> · <a href=\"https://profiles.wordpress.org/ruturajraval2305/\">Ruturaj Raval</a> · <a href=\"https://profiles.wordpress.org/rvoigt/\">rvoigt</a> · <a href=\"https://profiles.wordpress.org/bookdude13/\">Ryan Fredlund</a> · <a href=\"https://profiles.wordpress.org/ryanhellyer/\">Ryan Hellyer</a> · <a href=\"https://profiles.wordpress.org/rmccue/\">Ryan McCue</a> · <a href=\"https://profiles.wordpress.org/welcher/\">Ryan Welcher</a> · <a href=\"https://profiles.wordpress.org/looswebstudio/\">Ryo</a> · <a href=\"https://profiles.wordpress.org/sppramodh/\">S P Pramodh</a> · <a href=\"https://profiles.wordpress.org/sebastienserre/\">S&#233;bastien SERRE</a> · <a href=\"https://profiles.wordpress.org/sergiomdgomes/\">S&#233;rgio Gomes</a> · <a href=\"https://profiles.wordpress.org/soean/\">S&#246;ren W&#252;nsch</a> · <a href=\"https://profiles.wordpress.org/sabbir1991/\">Sabbir Ahmed</a> · <a href=\"https://profiles.wordpress.org/sabrineg/\">sabrineg</a> · <a href=\"https://profiles.wordpress.org/isaeedam/\">Saeed Piri</a> · <a href=\"https://profiles.wordpress.org/sagarlakhani/\">Sagar Lakhani</a> · <a href=\"https://profiles.wordpress.org/sagarprajapati/\">Sagar Prajapati</a> · <a href=\"https://profiles.wordpress.org/mi5t4n/\">Sagar Tamang</a> · <a href=\"https://profiles.wordpress.org/sailpete/\">sailpete</a> · <a href=\"https://profiles.wordpress.org/sainathpoojary/\">Sainath Poojary</a> · <a href=\"https://profiles.wordpress.org/sajjad67/\">Sajjad Hossain Sagor</a> · <a href=\"https://profiles.wordpress.org/sallyruchman/\">sally</a> · <a href=\"https://profiles.wordpress.org/samiamnot/\">samiamnot</a> · <a href=\"https://profiles.wordpress.org/viralsampat/\">Sampat Viral</a> · <a href=\"https://profiles.wordpress.org/ranafge/\">Samsul Islam Rana</a> · <a href=\"https://profiles.wordpress.org/otto42/\">Samuel Wood (Otto)</a> · <a href=\"https://profiles.wordpress.org/codexdemon/\">Sanyogg Shelar</a> · <a href=\"https://profiles.wordpress.org/mikachan/\">Sarah Norris</a> · <a href=\"https://profiles.wordpress.org/sarathar/\">Sarath AR</a> · <a href=\"https://profiles.wordpress.org/sarthaknagoshe2002/\">Sarthak Nagoshe</a> · <a href=\"https://profiles.wordpress.org/sathyapulse/\">Sathiya Venkatesan</a> · <a href=\"https://profiles.wordpress.org/sfougnier/\">Saul Fougnier</a> · <a href=\"https://profiles.wordpress.org/saurabhdhariwal/\">saurabh.dhariwal</a> · <a href=\"https://profiles.wordpress.org/saxonafletcher/\">Saxon Fletcher</a> · <a href=\"https://profiles.wordpress.org/infosatech/\">Sayan Datta</a> · <a href=\"https://profiles.wordpress.org/sayedulsayem/\">Sayedul Sayem</a> · <a href=\"https://profiles.wordpress.org/sbathompson/\">sbathompson</a> · <a href=\"https://profiles.wordpress.org/paragoninitiativeenterprises/\">Scott Arciszewski</a> · <a href=\"https://profiles.wordpress.org/sc0ttkclark/\">Scott Kingsley Clark</a> · <a href=\"https://profiles.wordpress.org/coffee2code/\">Scott Reilly</a> · <a href=\"https://profiles.wordpress.org/scribu/\">scribu</a> · <a href=\"https://profiles.wordpress.org/sean212/\">Sean Fisher</a> · <a href=\"https://profiles.wordpress.org/seanlanglands/\">seanlanglands</a> · <a href=\"https://profiles.wordpress.org/sebastianpisula/\">Sebastian Pisula</a> · <a href=\"https://profiles.wordpress.org/seifradwane/\">Seif Radwane</a> · <a href=\"https://profiles.wordpress.org/sergeybiryukov/\">Sergey Biryukov</a> · <a href=\"https://profiles.wordpress.org/sergiogutierrez/\">sergiogutierrez</a> · <a href=\"https://profiles.wordpress.org/smrubenstein/\">Seth Rubenstein</a> · <a href=\"https://profiles.wordpress.org/severinepozzo/\">Severine Pozzo</a> · <a href=\"https://profiles.wordpress.org/shadialaghbari/\">Shadi G شادي جـ</a> · <a href=\"https://profiles.wordpress.org/shailu25/\">Shail Mehta</a> · <a href=\"https://profiles.wordpress.org/sh4lin/\">Shalin Shah</a> · <a href=\"https://profiles.wordpress.org/shanemuir/\">Shane Muirhead</a> · <a href=\"https://profiles.wordpress.org/spdft/\">Shoe</a> · <a href=\"https://profiles.wordpress.org/shraddhagore/\">Shraddha Gore</a> · <a href=\"https://profiles.wordpress.org/shreyashd21/\">shreyashd21</a> · <a href=\"https://profiles.wordpress.org/shub07/\">Shubham Kumar Bansal</a> · <a href=\"https://profiles.wordpress.org/iamshubhamsp/\">Shubham Patil</a> · <a href=\"https://profiles.wordpress.org/shulard/\">shulard</a> · <a href=\"https://profiles.wordpress.org/shyamkariya/\">Shyam Kariya</a> · <a href=\"https://profiles.wordpress.org/nomnom99/\">Siddharth Thevaril</a> · <a href=\"https://profiles.wordpress.org/siliconforks/\">siliconforks</a> · <a href=\"https://profiles.wordpress.org/simo_m/\">Simone Maranzana</a> · <a href=\"https://profiles.wordpress.org/sirlouen/\">SirLouen</a> · <a href=\"https://profiles.wordpress.org/sjefen6/\">sjefen6</a> · <a href=\"https://profiles.wordpress.org/slaffik/\">Slava Abakumov</a> · <a href=\"https://profiles.wordpress.org/mslavco/\">Slavco Mihajloski</a> · <a href=\"https://profiles.wordpress.org/smerriman/\">smerriman</a> · <a href=\"https://profiles.wordpress.org/snehapatil02/\">Sneha Patil</a> · <a href=\"https://profiles.wordpress.org/snehal5774/\">snehal5774</a> · <a href=\"https://profiles.wordpress.org/sohamjoshi8275/\">Soham sham joshi</a> · <a href=\"https://profiles.wordpress.org/sourabhjain/\">Sourabh Jain</a> · <a href=\"https://profiles.wordpress.org/sourav08/\">Sourav Pahwa</a> · <a href=\"https://profiles.wordpress.org/soyebsalar/\">soyeb salar</a> · <a href=\"https://profiles.wordpress.org/spencerfinnell/\">Spencer Finnell</a> · <a href=\"https://profiles.wordpress.org/spenserhale/\">Spenser Hale</a> · <a href=\"https://profiles.wordpress.org/spmultidots/\">spmultidots</a> · <a href=\"https://profiles.wordpress.org/spncr/\">spncr</a> · <a href=\"https://profiles.wordpress.org/srikat/\">Sridhar Katakam</a> · <a href=\"https://profiles.wordpress.org/stefahn/\">Stefan Seidner-Britting</a> · <a href=\"https://profiles.wordpress.org/ryokuhi/\">Stefano Minoia</a> · <a href=\"https://profiles.wordpress.org/stein2nd/\">stein2nd</a> · <a href=\"https://profiles.wordpress.org/sabernhardt/\">Stephen Bernhardt</a> · <a href=\"https://profiles.wordpress.org/netweb/\">Stephen Edgar</a> · <a href=\"https://profiles.wordpress.org/dufresnesteven/\">Steve Dufresne</a> · <a href=\"https://profiles.wordpress.org/stimul/\">stimul</a> · <a href=\"https://profiles.wordpress.org/strarsis/\">strarsis</a> · <a href=\"https://profiles.wordpress.org/stuartmcalpine/\">Stuart McAlpine</a> · <a href=\"https://profiles.wordpress.org/subodhrajpopat/\">Subodh Rajpopat</a> · <a href=\"https://profiles.wordpress.org/subrataemfluence/\">Subrata Sarkar</a> · <a href=\"https://profiles.wordpress.org/sketchboy/\">SUHAS SUTAR</a> · <a href=\"https://profiles.wordpress.org/sukhendu2002/\">Sukhendu Sekhar Guria</a> · <a href=\"https://profiles.wordpress.org/sumitbagthariya16/\">Sumit Bagthariya</a> · <a href=\"https://profiles.wordpress.org/sumitsingh/\">Sumit Singh</a> · <a href=\"https://profiles.wordpress.org/csesumonpro/\">Sumon Sarker</a> · <a href=\"https://profiles.wordpress.org/sunil25393/\">SunilPrajapati</a> · <a href=\"https://profiles.wordpress.org/surajswalstar/\">Suraj Sutar</a> · <a href=\"https://profiles.wordpress.org/swalkinshaw/\">swalkinshaw</a> · <a href=\"https://profiles.wordpress.org/cybr/\">Sybre Waaijer</a> · <a href=\"https://profiles.wordpress.org/synchro/\">Synchro</a> · <a href=\"https://profiles.wordpress.org/tschwarz-1/\">t.schwarz</a> · <a href=\"https://profiles.wordpress.org/tacoverdo/\">Taco Verdonschot</a> · <a href=\"https://profiles.wordpress.org/gonom9/\">Taegon Kim</a> · <a href=\"https://profiles.wordpress.org/iamtakashi/\">Takashi Irie</a> · <a href=\"https://profiles.wordpress.org/inc2734/\">Takashi Kitajima</a> · <a href=\"https://profiles.wordpress.org/takayukister/\">Takayuki Miyoshi</a> · <a href=\"https://profiles.wordpress.org/takuword/\">Takuro</a> · <a href=\"https://profiles.wordpress.org/karmatosed/\">Tammie Lister</a> · <a href=\"https://profiles.wordpress.org/devtanbir/\">Tanbir Ahmod</a> · <a href=\"https://profiles.wordpress.org/voboghure/\">Tapan Kumer Das</a> · <a href=\"https://profiles.wordpress.org/th23/\">th23</a> · <a href=\"https://profiles.wordpress.org/thakordarshil/\">Thakor Darshil</a> · <a href=\"https://profiles.wordpress.org/thelmachido/\">thelmachido a11n</a> · <a href=\"https://profiles.wordpress.org/themebeans/\">ThemeBeans</a> · <a href=\"https://profiles.wordpress.org/thomaswm/\">thomaswm</a> · <a href=\"https://profiles.wordpress.org/threadi/\">threadi</a> · <a href=\"https://profiles.wordpress.org/thrijith/\">Thrijith Thankachan</a> · <a href=\"https://profiles.wordpress.org/tiagogoncalves/\">tiago</a> · <a href=\"https://profiles.wordpress.org/tigriweb/\">TigriWeb</a> · <a href=\"https://profiles.wordpress.org/tillkruess/\">Till Kr&#252;ss</a> · <a href=\"https://profiles.wordpress.org/tb1909/\">Tim Brath&#228;rig</a> · <a href=\"https://profiles.wordpress.org/dontfeedthecode/\">Tim Sheehan</a> · <a href=\"https://profiles.wordpress.org/timwhitlock/\">Tim W</a> · <a href=\"https://profiles.wordpress.org/sippis/\">Timi Wahalahti</a> · <a href=\"https://profiles.wordpress.org/spaceshipone/\">Timoth&#233;e Brosille</a> · <a href=\"https://profiles.wordpress.org/timothyblynjacobs/\">Timothy Jacobs</a> · <a href=\"https://profiles.wordpress.org/tkama/\">Timur Kamaev</a> · <a href=\"https://profiles.wordpress.org/tirth03/\">Tirth Doshi</a> · <a href=\"https://profiles.wordpress.org/tjarrett/\">TJarrett</a> · <a href=\"https://profiles.wordpress.org/tobiasbg/\">Tobias B&#228;thge</a> · <a href=\"https://profiles.wordpress.org/tobifjellner/\">tobifjellner (Tor-Bjorn &#8220;Tobi&#8221; Fjellner)</a> · <a href=\"https://profiles.wordpress.org/tgsrvrs/\">Tom Gugel</a> · <a href=\"https://profiles.wordpress.org/tommusrhodus/\">Tom Rhodes</a> · <a href=\"https://profiles.wordpress.org/shimotomoki/\">Tomoki Shimomura</a> · <a href=\"https://profiles.wordpress.org/skithund/\">Toni Viemer&#246;</a> · <a href=\"https://profiles.wordpress.org/hellofromtonya/\">Tonya Mork</a> · <a href=\"https://profiles.wordpress.org/toro_unit/\">Toro_Unit (Hiroshi Urabe)</a> · <a href=\"https://profiles.wordpress.org/zodiac1978/\">Torsten Landsiedel</a> · <a href=\"https://profiles.wordpress.org/tropicalista/\">tropicalista</a> · <a href=\"https://profiles.wordpress.org/areziaal/\">Troy Chaplin</a> · <a href=\"https://profiles.wordpress.org/truptikanzariya/\">Trupti Kanzariya</a> · <a href=\"https://profiles.wordpress.org/trushaamin/\">Trusha</a> · <a href=\"https://profiles.wordpress.org/tunetheweb/\">tunetheweb</a> · <a href=\"https://profiles.wordpress.org/dinhtungdu/\">Tung Du</a> · <a href=\"https://profiles.wordpress.org/tusharaddweb/\">Tushar Patel</a> · <a href=\"https://profiles.wordpress.org/tyb/\">TyB</a> · <a href=\"https://profiles.wordpress.org/tysonlmao/\">tysonlmao</a> · <a href=\"https://profiles.wordpress.org/ugyensupport/\">Ugyen Dorji</a> · <a href=\"https://profiles.wordpress.org/umeshsinghin/\">Umesh Singh</a> · <a href=\"https://profiles.wordpress.org/unsalkorkmaz/\">Unsal Korkmaz</a> · <a href=\"https://profiles.wordpress.org/up1512001/\">up1512001</a> · <a href=\"https://profiles.wordpress.org/upadalavipul/\">upadalavipul</a> · <a href=\"https://profiles.wordpress.org/utrenkner/\">utrenkner</a> · <a href=\"https://profiles.wordpress.org/eboxnet/\">Vagelis</a> · <a href=\"https://profiles.wordpress.org/vaibhavsweb/\">Vaibhav Singh Web</a> · <a href=\"https://profiles.wordpress.org/vaibhav2527/\">Vaibhav Tukaram Nawale</a> · <a href=\"https://profiles.wordpress.org/valer1e/\">Val&#233;rie Galassi</a> · <a href=\"https://profiles.wordpress.org/twvania/\">Vania</a> · <a href=\"https://profiles.wordpress.org/okvee/\">vee</a> · <a href=\"https://profiles.wordpress.org/vevas/\">Vegard S.</a> · <a href=\"https://profiles.wordpress.org/vgnavada/\">vgnavada</a> · <a href=\"https://profiles.wordpress.org/vcanales/\">Vicente Canales</a> · <a href=\"https://profiles.wordpress.org/fylgjur/\">Victoria - a11n</a> · <a href=\"https://profiles.wordpress.org/gvgvgvijayan/\">Vijayan</a> · <a href=\"https://profiles.wordpress.org/vijaysinh9094/\">Vijaysinh Zala</a> · <a href=\"https://profiles.wordpress.org/vikrampm/\">Vikram</a> · <a href=\"https://profiles.wordpress.org/szepeviktor/\">Viktor Sz&#233;pe</a> · <a href=\"https://profiles.wordpress.org/vineet2003/\">Vinit</a> · <a href=\"https://profiles.wordpress.org/vipulgupta003/\">Vipul Gupta</a> · <a href=\"https://profiles.wordpress.org/vipulpatil/\">Vipul Patil</a> · <a href=\"https://profiles.wordpress.org/virgildia/\">Virgildia</a> · <a href=\"https://profiles.wordpress.org/virgar/\">Virginie Garnier</a> · <a href=\"https://profiles.wordpress.org/virginienacci/\">virginienacci</a> · <a href=\"https://profiles.wordpress.org/vishy-moghan/\">Vishy Moghan</a> · <a href=\"https://profiles.wordpress.org/vivekawsm/\">vivekawsm</a> · <a href=\"https://profiles.wordpress.org/vrishabhsk/\">Vrishabh Jasani</a> · <a href=\"https://profiles.wordpress.org/vykesmac/\">vykesmac</a> · <a href=\"https://profiles.wordpress.org/wadowad/\">wadowad</a> · <a href=\"https://profiles.wordpress.org/pctevree/\">Web-Pepper</a> · <a href=\"https://profiles.wordpress.org/webmandesign/\">WebMan Design &#124; Oliver Juhas</a> · <a href=\"https://profiles.wordpress.org/west7/\">Wes Theron</a> · <a href=\"https://profiles.wordpress.org/westonruter/\">Weston Ruter</a> · <a href=\"https://profiles.wordpress.org/whaze/\">whaze</a> · <a href=\"https://profiles.wordpress.org/skorasaurus/\">Will Skora</a> · <a href=\"https://profiles.wordpress.org/williampatton/\">williampatton</a> · <a href=\"https://profiles.wordpress.org/wongjn/\">wongjn</a> · <a href=\"https://profiles.wordpress.org/worldweb/\">World Web Technology</a> · <a href=\"https://profiles.wordpress.org/wpgerd/\">wpgerd</a> · <a href=\"https://profiles.wordpress.org/wplmillet/\">wplmillet</a> · <a href=\"https://profiles.wordpress.org/wprockstar2/\">wprockstar2</a> · <a href=\"https://profiles.wordpress.org/wwdes/\">wwdes</a> · <a href=\"https://profiles.wordpress.org/xate/\">xate</a> · <a href=\"https://profiles.wordpress.org/xavilc/\">xavilc</a> · <a href=\"https://profiles.wordpress.org/xpurichan/\">xpurichan</a> · <a href=\"https://profiles.wordpress.org/yahil/\">Yahil Madakiya</a> · <a href=\"https://profiles.wordpress.org/yaniiliev/\">Yani</a> · <a href=\"https://profiles.wordpress.org/yashrocz/\">Yash Kukreja</a> · <a href=\"https://profiles.wordpress.org/yellowafterlife/\">yellowafterlife</a> · <a href=\"https://profiles.wordpress.org/yogeshbhutkar/\">Yogesh Bhutkar</a> · <a href=\"https://profiles.wordpress.org/yudhisthirnahar/\">yudhisthirnahar</a> · <a href=\"https://profiles.wordpress.org/fierevere/\">Yui</a> · <a href=\"https://profiles.wordpress.org/yuliyan/\">Yuliyan Slavchev</a> · <a href=\"https://profiles.wordpress.org/omaeyusuke/\">yuu</a> · <a href=\"https://profiles.wordpress.org/zaoyao/\">zaoyao</a> · <a href=\"https://profiles.wordpress.org/zargarov/\">Zargarov</a> · <a href=\"https://profiles.wordpress.org/zebulan/\">Zebulan Stanphill</a> · <a href=\"https://profiles.wordpress.org/zeelthakkar/\">zeelthakkar</a> · <a href=\"https://profiles.wordpress.org/zunaid321/\">Zunaid Amin</a> · <a href=\"https://profiles.wordpress.org/haozi/\">耗子</a></p>\n\n\n\n<p>More than <a href=\"https://translate.wordpress.org/stats/\">60 locales have fully translated</a> WordPress 6.8 into their language making this one of the most translated releases ever on day one.&nbsp; Community translators are working hard to ensure more translations are on their way.&nbsp; Thank you to everyone who helps make WordPress available in 200 languages.</p>\n\n\n\n<p>Last but not least, thanks to the volunteers who contribute to the <a href=\"https://wordpress.org/support/\">support forums</a> by answering questions from WordPress users worldwide.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Get involved</strong></h2>\n\n\n\n<p>Participation in WordPress goes far beyond coding. And learning more and getting involved is easy.&nbsp; Discover the teams that come together to <a href=\"https://make.wordpress.org/\">Make WordPress</a> and use <a href=\"https://make.wordpress.org/contribute/\">this interactive tool</a> to help you decide which is right for you.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18701\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:66:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"WordCamp Europe 2025: Sali, Basel!\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"https://wordpress.org/news/2025/04/wordcamp-europe-2025-sali-basel/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 14 Apr 2025 19:16:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:4:{i:0;a:5:{s:4:\"data\";s:6:\"Events\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:4:\"WCEU\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:9:\"WordCamps\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18683\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:411:\"WordCamp Europe 2025 will be held in gorgeous Basel, Switzerland, from June 5 to 7. It will bring together open source enthusiasts, developers, and WordPress professionals from across the region—and the world! This year’s event offers fresh perspectives, engaging conversations, and countless opportunities to connect with the WordPress community, agencies, and innovators over three action-packed [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6552:\"\n<figure class=\"wp-block-image size-large\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"390\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=1024%2C390&#038;ssl=1\" alt=\"\" class=\"wp-image-18690\" srcset=\"https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=1024%2C390&amp;ssl=1 1024w, https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=300%2C114&amp;ssl=1 300w, https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?resize=768%2C292&amp;ssl=1 768w, https://i0.wp.com/wordpress.org/news/files/2025/04/473144529_985418666952827_8265761567676487048_n.png?w=1230&amp;ssl=1 1230w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></figure>\n\n\n\n<p>WordCamp Europe 2025 will be held in gorgeous Basel, Switzerland, from June 5 to 7. It will bring together open source enthusiasts, developers, and WordPress professionals from across the region—and the world!</p>\n\n\n\n<p>This year’s event offers fresh perspectives, engaging conversations, and countless opportunities to connect with the WordPress community, agencies, and innovators over three action-packed days of learning, networking, and collaboration.</p>\n\n\n\n<div class=\"wp-block-group has-off-white-background-color has-background is-layout-constrained wp-container-core-group-is-layout-8503c47b wp-block-group-is-layout-constrained\">\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p class=\"has-text-align-center has-large-font-size\"><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Tickets are limited—secure yours today!</strong></p>\n\n\n\n<div style=\"height:25px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<div class=\"wp-block-buttons is-content-justification-center is-layout-flex wp-container-core-buttons-is-layout-a89b3969 wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\" href=\"https://europe.wordcamp.org/2025/tickets/\">Get your ticket now</a></div>\n</div>\n\n\n\n<div style=\"height:50px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Keynotes, panels, and deep dives</h2>\n\n\n\n<p>The main conference, which will be held on June 6th and 7th, will feature <a href=\"https://europe.wordcamp.org/2025/schedule/\">a lineup of notable keynote sessions</a>, including diverse sessions on business strategy and building innovative modern features, open-source advocacy, accessibility, and more. For those looking to sharpen their skills, presentations will dive deep into topics like SEO for WordPress, performance optimization, speed-builds, and leveraging AI.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Q&amp;A Fireside Chat</h2>\n\n\n\n<p>You can join Mary Hubbard, the WordPress Executive Director, and Matt Mullenweg, co-founder of the WordPress project on June 7th to discuss WordPress and its community, followed by an in-person Q&amp;A session here in Basel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Explore Basel</h2>\n\n\n\n<p>Basel, the third-largest city in Switzerland, <a href=\"https://europe.wordcamp.org/2025/location/\">is filled with historical buildings, a cathedral, museums, and hidden gems</a>! You can get around Basel and experience it yourself using your BaselCard, which allows you to hop on and off all public transportation without a worry. A walk down Basel’s river Rhine could be the perfect evening during your visit to WordCamp Europe!</p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f6cf.png\" alt=\"🛏\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://europe.wordcamp.org/2025/location/accommodation/\"> Find accommodations in Basel<br></a><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f68c.png\" alt=\"🚌\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://europe.wordcamp.org/2025/location/getting-around-in-basel/\"> Learn about BaselCard benefits<br></a><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f4c4.png\" alt=\"📄\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /><a href=\"https://europe.wordcamp.org/2025/location/visa/\"> Need a visa? Apply by May 10, 2025</a></p>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f4c5.png\" alt=\"📅\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Plan Your WordCamp Europe Experience</strong> See the <a href=\"https://europe.wordcamp.org/2025/schedule/\">full schedule</a>, plan your sessions, and maximize your time in Basel.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Get WordCamp-ready</h2>\n\n\n\n<p><img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f39f.png\" alt=\"🎟\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /> <strong>Make sure to secure your <a href=\"https://europe.wordcamp.org/2025/tickets/\">WordCamp Europe 2025 tickets</a></strong> (if you haven’t already!)</p>\n\n\n\n<p>Follow WordCamp Europe news on <a href=\"https://bsky.app/profile/wordpress.org\">Bluesky</a>, <a href=\"https://instagram.com/wordpress/\">Instagram</a>, <a href=\"https://www.facebook.com/WordPress\">Facebook</a>, <a href=\"https://www.linkedin.com/company/wordpress/\">LinkedIn</a>, <a href=\"https://www.threads.net/@wordpress\">Threads</a>, <a href=\"https://mastodon.world/@wordpress\">Mastodon</a>, and <a href=\"https://twitter.com/WordPress\">X/Twitter</a> for real-time updates!</p>\n\n\n\n<p>You can also help us spread the word about WordCamp Europe this year! Post about your attendance <a href=\"https://europe.wordcamp.org/2025/press/spread-the-word/\">using our ready-made texts</a> or we also encourage you to use your own voice – you know your community best.</p>\n\n\n\n<p>And as always, be part of the conversation! Whether you’re attending in-person in Basel or following along online, share your experiences using the tags #WCEU and #WordPress on all social media networks!</p>\n\n\n\n<p>Basel is calling—see you at WordCamp Europe 2025! <img src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f1e8-1f1ed.png\" alt=\"🇨🇭\" class=\"wp-smiley\" style=\"height: 1em; max-height: 1em;\" /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Thank you to <a href=\"https://profiles.wordpress.org/dolgelukkig/\">@dolgelukkig</a> for drafting this copy.</p>\n\n\n\n<p></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18683\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 08 Apr 2025 15:54:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6-8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18673\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:260:\"WordPress 6.8 RC 3 is ready for download and testing! The scheduled final release date for WordPress 6.8 is April 15, 2025. Your help testing over the next week is vital to ensuring the final release is everything it should be: stable, powerful, and intuitive.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8765:\"\n<p>The third release candidate (“RC3”) for WordPress 6.8 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong>&nbsp; Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong>&nbsp; Instead, it’s recommended that you evaluate RC3 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone.&nbsp; While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.8 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.8 RC3 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the <a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\">WordPress Beta Tester</a> plugin on a WordPress install.&nbsp; (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-RC3.zip\">RC3 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following <a href=\"https://make.wordpress.org/cli/\">WP-CLI</a> command: <code>wp core update --version=6.8-RC3</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">6.8 RC3 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.8 release is <strong>April 15, 2025</strong>. Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a>, and check the <a href=\"https://make.wordpress.org/core/\">Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8-related posts</a> leading up to next week’s release for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.8 RC3?</h2>\n\n\n\n<p>Get a recap of WordPress 6.8’s highlighted features in the <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">Beta 1 announcement</a>. For more technical information related to issues addressed since <a href=\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-2/\">RC2</a>, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-04-02&amp;until=2025-04-08\">GitHub commits for 6.8</a> since April 1</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/log/branches/6.8?action=stop_on_copy&amp;mode=stop_on_copy&amp;rev=60145&amp;stop_rev=60125&amp;limit=100&amp;sfp_email=&amp;sfph_mail=\">Changes committed</a> since April 1</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community that collaborates and contributes to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable. It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">This detailed guide</a> will walk you through testing features in WordPress 6.8.&nbsp; For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">Alpha/Beta area</a> of the support forums or directly to <a href=\"https://core.trac.wordpress.org/newticket\">WordPress Trac</a> if you are comfortable writing a reproducible bug report. You can also check your issue against a list of <a href=\"https://core.trac.wordpress.org/tickets/major\">known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general?&nbsp; Follow along with the <a href=\"https://make.wordpress.org/test/\">testing initiatives in Make Core</a> and join the <a href=\"https://wordpress.slack.com/messages/core-test/\">#core-test channel</a> on <a href=\"https://wordpress.slack.com/\">Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.8 (scheduled for April 15, 2025), the <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled.&nbsp; Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the <a href=\"https://hackerone.com/wordpress\">HackerOne page</a> and in the <a href=\"https://wordpress.org/about/security/\">security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.&nbsp; For more details on developer-related changes in 6.8, please review the <a href=\"https://make.wordpress.org/core/2025/03/28/wordpress-6-8-field-guide/\">WordPress 6.8 Field Guide</a>.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.8 beta releases.&nbsp; With RC3, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your <a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\">plugin’s readme file</a> to 6.8.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the <a href=\"https://wordpress.org/support/forum/alphabeta/\">support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English?  <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo>  <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo>  <bdo lang=\"ru\" dir=\"ltr\">Русский?</bdo>  <bdo lang=\"ja\" dir=\"ltr\">日本語?</bdo> <bdo lang=\"hi\" dir=\"ltr\">हिन्दी?</bdo> <bdo lang=\"mr\" dir=\"ltr\">मराठी?</bdo> <bdo lang=\"bn\" dir=\"ltr\">বাংলা?</bdo>  You can <a href=\"https://translate.wordpress.org/projects/wp/dev/\">help translate WordPress into more than 100 languages</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC3 haiku</h2>\n\n\n\n<p><em>The launch draws closer,</em><em><br></em><em>Six-eight sings through RC3,</em><em><br></em><em>Almost time to shine.</em></p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a>, <a href=\'https://profiles.wordpress.org/mamaduka/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mamaduka</a>, <a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a>, <a href=\'https://profiles.wordpress.org/benjamin_zekavica/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>benjamin_zekavica</a>, <a href=\'https://profiles.wordpress.org/narenin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>narenin</a>, <a href=\'https://profiles.wordpress.org/joedolson/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joedolson</a>, <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a>, <a href=\'https://profiles.wordpress.org/joemcgill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joemcgill</a>, <a href=\'https://profiles.wordpress.org/marybaum/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>marybaum</a>, <a href=\'https://profiles.wordpress.org/kmgalanakis/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>kmgalanakis</a>, <a href=\'https://profiles.wordpress.org/umeshsinghin/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>umeshsinghin</a>, <a href=\'https://profiles.wordpress.org/wildworks/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>wildworks</a>, <a href=\'https://profiles.wordpress.org/mkrndmane/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mkrndmane</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18673\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/04/wordpress-6-8-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 01 Apr 2025 15:53:20 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18662\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:367:\"The second Release Candidate (“RC2”) for WordPress 6.8 is ready for download and testing! This version of the WordPress software is under development. Please do not install, run, or test this version of WordPress on production or mission-critical websites. Instead, it’s recommended that you evaluate RC2 on a test server and site. Reaching this phase [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8741:\"\n<p>The second Release Candidate (“RC2”) for WordPress 6.8 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong> Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong> Instead, it’s recommended that you evaluate RC2 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone. While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.8 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.8 RC2 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install. (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the<a href=\"https://wordpress.org/wordpress-6.8-RC2.zip\"> RC2 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: wp core update &#8211;version=6.8-RC2</td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the<a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\"> 6.8 RC2 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.8 release is <strong>April 15, 2025</strong>.&nbsp; Get an overview of the<a href=\"https://make.wordpress.org/core/6-8/\"> 6.8 release cycle</a>, and check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for<a href=\"https://make.wordpress.org/core/tag/6-8/\"> 6.8-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.8 RC2?</h2>\n\n\n\n<p>Get a recap of WordPress 6.8’s highlighted features in the<a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\"> Beta 1 announcement</a>. For more technical information related to issues addressed since RC1, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-26&amp;until=2025-04-01\">GitHub commits for 6.8</a> since March 25</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?id=63175%2C62887%2C63193%2C61219&amp;milestone=6.8&amp;group=component&amp;col=id&amp;col=summary&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=status&amp;col=priority&amp;order=priority\">Closed Trac tickets</a> since March 25</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/roster-of-design-tools-per-block-wordpress-6-8-edition/\">Roster of design tools per block (WordPress 6.8 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/13/more-efficient-block-type-registration-in-6-8/\">More efficient block type registration in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/updates-to-user-interface-components-in-wordpress-6-8/\">Updates to user-interface components in WordPress 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/24/interactivity-api-best-practices-in-6-8/\">Interactivity API best practices in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/i18n-improvements-6-8/\">Internationalization improvements in 6.8</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development. The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable.&nbsp; It’s also a meaningful way for anyone to contribute. <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">&nbsp;This detailed guide</a> will walk you through testing features in WordPress 6.8.&nbsp; For those new to testing, follow<a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\"> this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> of the support forums or directly to<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a> if you are comfortable writing a reproducible bug report.&nbsp; You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general?&nbsp; Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.8 (scheduled for April 15, 2025), the<a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\"> monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled. Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the<a href=\"https://hackerone.com/wordpress\"> HackerOne page</a> and in the<a href=\"https://wordpress.org/about/security/\"> security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.8 beta releases. With RC2, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your<a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\"> plugin’s readme file</a> to 6.8.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English?  ¿Español?  Français? Русский? 日本語?  हिन्दी?  বাংলা?  मराठी?  ಕನ್ನಡ?  You can<a href=\"https://translate.wordpress.org/projects/wp/dev/\"> help translate WordPress into more than 100 languages</a>. This release milestone (RC2) also marks the<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\"> hard string freeze</a> point of the 6.8 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC2 haiku</h2>\n\n\n\n<p><em>Testing, 1, 2, 3</em><br><em>It’s almost April fifteenth</em><br><em>Squashing all the bugs</em></p>\n\n\n\n<p><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/michelleames/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>michelleames</a>, <a href=\'https://profiles.wordpress.org/tacoverdo/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>tacoverdo</a>, <a href=\'https://profiles.wordpress.org/jopdop30/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jopdop30</a>, <a href=\'https://profiles.wordpress.org/vgnavada/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>vgnavada</a>, <a href=\'https://profiles.wordpress.org/jeffpaul/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>jeffpaul</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18662\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:69:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:4:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 6.8 Release Candidate 1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"https://wordpress.org/news/2025/03/wordpress-6-8-release-candidate-1/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 25 Mar 2025 16:19:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:5:{i:0;a:5:{s:4:\"data\";s:11:\"Development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"6.8\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:11:\"development\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:8:\"releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18639\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:267:\"WordPress 6.8 RC 1 is ready for download and testing! The scheduled final release date for WordPress 6.8 is April 15, 2025. Your help testing over the next three weeks is vital to ensuring the final release is everything it should be: stable, powerful, and intuitive.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Jeffrey Paul\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9475:\"\n<p>The first Release Candidate (“RC1”) for WordPress 6.8 is ready for download and testing!</p>\n\n\n\n<p><strong>This version of the WordPress software is under development</strong>.<strong>&nbsp; Please do not install, run, or test this version of WordPress on production or mission-critical websites.</strong>&nbsp; Instead, it’s recommended that you evaluate RC1 on a test server and site.</p>\n\n\n\n<p>Reaching this phase of the release cycle is an important milestone.&nbsp; While release candidates are considered ready for release, testing remains crucial to ensure that everything in WordPress 6.8 is the best it can be.</p>\n\n\n\n<p>You can test WordPress 6.8 RC1 in four ways:</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Plugin</strong></td><td>Install and activate the<a href=\"https://wordpress.org/plugins/wordpress-beta-tester/\"> WordPress Beta Tester</a> plugin on a WordPress install.&nbsp; (Select the “Bleeding edge” channel and “Beta/RC Only” stream).</td></tr><tr><td><strong>Direct Download</strong></td><td>Download the <a href=\"https://wordpress.org/wordpress-6.8-RC1.zip\">RC1 version (zip)</a> and install it on a WordPress website.</td></tr><tr><td><strong>Command Line</strong></td><td>Use the following<a href=\"https://make.wordpress.org/cli/\"> WP-CLI</a> command: <code>wp core update --version=6.8-RC1</code></td></tr><tr><td><strong>WordPress Playground</strong></td><td>Use the <a href=\"https://playground.wordpress.net/?php=8.0&amp;wp=beta&amp;networking=no&amp;language=&amp;multisite=no&amp;random=y4q1rn88xn\">6.8 RC1 WordPress Playground instance</a> (available within 35 minutes after the release is ready) to test the software directly in your browser without the need for a separate site or setup.</td></tr></tbody></table></figure>\n\n\n\n<p>The current target for the WordPress 6.8 release is <strong>April 15, 2025</strong>.&nbsp; Get an overview of the <a href=\"https://make.wordpress.org/core/6-8/\">6.8 release cycle</a>, and check the<a href=\"https://make.wordpress.org/core/\"> Make WordPress Core blog</a> for <a href=\"https://make.wordpress.org/core/tag/6-8/\">6.8-related posts</a> in the coming weeks for further details.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What’s in WordPress 6.8 RC1?</h2>\n\n\n\n<p>Get a recap of WordPress 6.8’s highlighted features in the <a href=\"https://wordpress.org/news/2025/03/wordpress-6-8-beta-1/\">Beta 1 announcement</a>.&nbsp; For more technical information related to issues addressed since Beta 3, you can browse the following links:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/WordPress/gutenberg/commits/wp/6.8?since=2025-03-18&amp;until=2025-03-25\">GitHub commits for 6.8</a> since March 18</li>\n\n\n\n<li><a href=\"https://core.trac.wordpress.org/query?status=closed&amp;changetime=03%2F18%2F2025..03%2F25%2F2025&amp;milestone=6.8&amp;col=id&amp;col=milestone&amp;col=owner&amp;col=type&amp;col=priority&amp;order=id\">Closed Trac tickets</a> since March 18</li>\n</ul>\n\n\n\n<p>Want to look deeper into the details and technical notes for this release? These recent posts cover some of the latest updates:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/02/17/wordpress-6-8-will-use-bcrypt-for-password-hashing/\">WordPress 6.8 will use bcrypt for password hashing</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/roster-of-design-tools-per-block-wordpress-6-8-edition/\">Roster of design tools per block (WordPress 6.8 edition)</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/13/more-efficient-block-type-registration-in-6-8/\">More efficient block type registration in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/25/updates-to-user-interface-components-in-wordpress-6-8/\">Updates to user-interface components in WordPress 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/24/interactivity-api-best-practices-in-6-8/\">Interactivity API best practices in 6.8</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2025/03/12/i18n-improvements-6-8/\">Internationalization improvements in 6.8</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">How you can contribute</h2>\n\n\n\n<p>WordPress is open source software made possible by a passionate community of people collaborating on and contributing to its development.&nbsp; The resources below outline various ways you can help the world’s most popular open source web platform, regardless of your technical expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Get involved in testing</h3>\n\n\n\n<p>Testing for issues is critical to ensuring WordPress is performant and stable.&nbsp; It’s also a meaningful way for anyone to contribute.&nbsp; <a href=\"https://make.wordpress.org/test/2025/03/04/help-test-wordpress-6-8/\">This detailed guide</a> will walk you through testing features in WordPress 6.8.&nbsp; For those new to testing, follow <a href=\"https://make.wordpress.org/test/handbook/get-setup-for-testing/\">this general testing guide</a> for more details on getting set up.</p>\n\n\n\n<p>If you encounter an issue, please report it to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> Alpha/Beta area</a> of the support forums or directly to<a href=\"https://core.trac.wordpress.org/newticket\"> WordPress Trac</a> if you are comfortable writing a reproducible bug report.&nbsp; You can also check your issue against a list of<a href=\"https://core.trac.wordpress.org/tickets/major\"> known bugs</a>.</p>\n\n\n\n<p>Curious about testing releases in general?&nbsp; Follow along with the<a href=\"https://make.wordpress.org/test/\"> testing initiatives in Make Core</a> and join the<a href=\"https://wordpress.slack.com/messages/core-test/\"> #core-test channel</a> on<a href=\"https://wordpress.slack.com/\"> Making WordPress Slack</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Search for vulnerabilities</h3>\n\n\n\n<p>From now until the final release of WordPress 6.8 (scheduled for April 15, 2025), the <a href=\"https://make.wordpress.org/core/handbook/testing/reporting-security-vulnerabilities/#enhanced-bounty-rewards-during-beta-and-release-candidate-phases\">monetary reward for reporting new, unreleased security vulnerabilities</a> is doubled.&nbsp; Please follow responsible disclosure practices as detailed in the project’s security practices and policies outlined on the<a href=\"https://hackerone.com/wordpress\"> HackerOne page</a> and in the<a href=\"https://wordpress.org/about/security/\"> security white paper</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Update your theme or plugin</h3>\n\n\n\n<p>For plugin and theme authors, your products play an integral role in extending the functionality and value of WordPress for all users.</p>\n\n\n\n<p>Thanks for continuing to test your themes and plugins with the WordPress 6.8 beta releases.&nbsp; With RC1, you’ll want to conclude your testing and update the <em>“Tested up to”</em> version in your<a href=\"https://developer.wordpress.org/plugins/wordpress-org/how-your-readme-txt-works/\"> plugin’s readme file</a> to 6.8.</p>\n\n\n\n<p>If you find compatibility issues, please post detailed information to the<a href=\"https://wordpress.org/support/forum/alphabeta/\"> support forum</a>.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Help translate WordPress</h3>\n\n\n\n<p>Do you speak a language other than English?  <bdo lang=\"es\" dir=\"ltr\">¿Español?</bdo>  <bdo lang=\"fr\" dir=\"ltr\">Français?</bdo>  <bdo lang=\"ru\" dir=\"ltr\">Русский?</bdo>  <bdo lang=\"jp\" dir=\"ltr\">日本語?</bdo> <bdo lang=\"hi\" dir=\"ltr\">हिन्दी?</bdo>  <bdo lang=\"bn\" dir=\"ltr\">বাংলা?</bdo>  <bdo lang=\"mr\" dir=\"ltr\">मराठी?</bdo>  You can<a href=\"https://translate.wordpress.org/projects/wp/dev/\"> help translate WordPress into more than 100 languages</a>.  This release milestone (RC1) also marks the<a href=\"https://make.wordpress.org/polyglots/handbook/glossary/#hard-freeze\"> hard string freeze</a> point of the 6.8 release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">An RC1 haiku</h2>\n\n\n\n<p>March fades, nearly there,<br>Six-eight hums—a steady beat,<br>RC greets the world.</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Thank you to the following contributors for collaborating on this post: <a href=\'https://profiles.wordpress.org/joemcgill/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>joemcgill</a> <a href=\'https://profiles.wordpress.org/benjamin_zekavica/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>benjamin_zekavica</a> <a href=\'https://profiles.wordpress.org/courane01/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>courane01</a> <a href=\'https://profiles.wordpress.org/mkrndmane/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>mkrndmane</a> <a href=\'https://profiles.wordpress.org/audrasjb/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>audrasjb</a> <a href=\'https://profiles.wordpress.org/areziaal/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>areziaal</a> <a href=\'https://profiles.wordpress.org/ankit-k-gupta/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>ankit-k-gupta</a> <a href=\'https://profiles.wordpress.org/krupajnanda/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>krupajnanda</a> <a href=\'https://profiles.wordpress.org/bph/\' class=\'mention\'><span class=\'mentions-prefix\'>@</span>bph</a>.</em></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:7:\"post-id\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"18639\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:32:\"https://wordpress.org/news/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:30:\"com-wordpress:feed-additions:1\";a:1:{s:4:\"site\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"14607090\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 12 Jun 2025 06:27:07 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:4:\"vary\";s:37:\"Accept-Encoding, accept, content-type\";s:25:\"strict-transport-security\";s:12:\"max-age=3600\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Mon, 09 Jun 2025 16:41:22 GMT\";s:4:\"link\";s:63:\"<https://wordpress.org/news/wp-json/>; rel=\"https://api.w.org/\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1727716820;s:21:\"cache_expiration_time\";i:1749752827;s:23:\"__cache_expiration_time\";i:1749752827;}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(879, '_transient_timeout_feed_d117b5738fbd35bd8c0391cda1f2b5d9', '1749752830', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(880, '_transient_feed_d117b5738fbd35bd8c0391cda1f2b5d9', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:112:\"\n	\n	\n	\n	\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:16:\"WordPress Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"en\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"WordPress Planet - http://planet.wordpress.org/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:50:{i:0;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"WPTavern: #172 – Reyes Martínez and Héctor De Prada on Website Maintenance for WordPress Agencies and Freelancers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=196556\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:129:\"https://wptavern.com/podcast/172-reyes-martinez-and-hector-de-prada-on-website-maintenance-for-wordpress-agencies-and-freelancers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50854:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, website maintenance for WordPress agencies and freelancers.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured on the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today, we have Reyes Martínez, and Héctor de Prada.</p>\n\n\n\n<p>Reyes has been involved in the WordPress community since 2015, with a background in journalism, digital communications, and early stage startups. From 2021 to 2024, she was sponsored by Automattic to contribute full-time to global marketing and communication efforts for the WordPress Open Source project, She led several initiatives during that time, including the experimental WordPress Media Corps. Reyes currently serves as content lead at Modular DS.</p>\n\n\n\n<p>Héctor has been building websites since he was 12, and has worked with WordPress for nearly a decade, first as a freelancer, then running his own agency. Today, he&#8217;s one of the co-founders of Modular DS. He co-organizes the WordPress meetup in León in Spain, and writes a Spanish newsletter that keeps readers updated with the latest news from the WordPress ecosystem.</p>\n\n\n\n<p>In this episode, we get into the nitty gritty of WordPress maintenance. What it takes to effectively manage multiple websites, and why maintenance is such a crucial, if often overlooked, part of running a successful client business.</p>\n\n\n\n<p>You might think that updating plugins and themes is all there is to it, but Reyes and Héctor explained that there&#8217;s much more involved, performing regular backups, monitoring, uptime, and performance, checking for security vulnerabilities, database cleanups, and ensuring essential features like contact forms continue working as expected.</p>\n\n\n\n<p>We discuss best practices for educating clients, how to position ongoing maintenance as an investment rather than a cost, and solutions which can help automate and streamline these essential tasks.</p>\n\n\n\n<p>We also chat about how the maintenance landscape is changing with upcoming legal requirements around accessibility and privacy, and the emerging business opportunities for professionals specializing solely in website care.</p>\n\n\n\n<p>If you&#8217;re a freelancer or agency owner looking to scale up your business, perhaps you offer care plans to clients, or are considering adding maintenance plans to your service, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast. Where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Reyes Martínez and Héctor de Prada.</p>\n\n\n\n<p>I am joined on the podcast today by Reyes Martinez and by Héctor de Prada. Hello Both.</p>\n\n\n\n<p>[00:03:53] <strong>Héctor de Prada:</strong> Hello Nathan.</p>\n\n\n\n<p>[00:03:54] <strong>Reyes Martínez:</strong> Hello Nathan.</p>\n\n\n\n<p>[00:03:55] <strong>Nathan Wrigley:</strong> I&#8217;m so pleased to have both of you on. This is going to be interesting because I&#8217;m going to be speaking to Héctor in about a week&#8217;s time as well, which will be kind of interesting. So there&#8217;ll be two podcasts coming out in quick succession featuring Héctor.</p>\n\n\n\n<p>But the topic will be very different, and I&#8217;ll explain in a moment what the topic is going to be about.</p>\n\n\n\n<p>But before that, I wonder if we could just get a little bit of an introduction to both of you. If we can keep it around the subject of WordPress that would be helpful.</p>\n\n\n\n<p>So let&#8217;s go to Reyes first. Tell us exactly who you are, who you work for, what do they do, whatever you like in your little potted bio.</p>\n\n\n\n<p>[00:04:29] <strong>Reyes Martínez:</strong> Yeah, sure. I&#8217;m Reyes and I have been part of the WordPress community since 2015. My background is in journalism and digital marketing and communications, and over the past 10 years, more or less, I have worked with startups and tech companies closely connected to the WordPress ecosystem.</p>\n\n\n\n<p>And from 2021 and 2024, I was sponsored by Automattic to contribute full time to the WordPress project, where I had the opportunity to contribute to different marketing and communications initiatives.</p>\n\n\n\n<p>And now I am the content lead at Modular DS. We&#8217;re building a tool to help freelancers and agencies manage multiple WordPress sites more efficiently.</p>\n\n\n\n<p>[00:05:13] <strong>Nathan Wrigley:</strong> Thank you so much. And let&#8217;s move over to Héctor. Similar question really, just give us your little potted bio.</p>\n\n\n\n<p>[00:05:19] <strong>Héctor de Prada:</strong> Of course. Well, I have been making websites, I always say almost all my life, since I was like very young, at 12, 13 years old. At the beginning, not with WordPress, I have to say. But I started working with WordPress around 8, 9 years ago when I started freelancing as a web designer, and that evolved to creating a web design agency.</p>\n\n\n\n<p>So I have been doing web design and websites, WordPress websites, for a long time. And 4 years ago almost, it&#8217;s when my partner and I, David and I, we started our current company, which is Modular DS, which is now where Reyes is working.</p>\n\n\n\n<p>I am also part of the community. This is what you were saying, Nathan, that we are going to talk about, WordCamp Europe, because I am one of the organisers at the meetup in León, in my city. So this is also something I like a lot because we go to a lot of WordCamps, a lot of WordPress events, and it&#8217;s very nice to be able to do that in our own city as well.</p>\n\n\n\n<p>[00:06:20] <strong>Nathan Wrigley:</strong> Thank you both so much. So if we stray into anything today, like a blog post is mentioned or a homepage or anything like that is mentioned, I will endeavor to link to that into the show notes. So if you head to wptavern.com and then search for the episode with these two fine people, then you&#8217;ll be able to find all of those links. It&#8217;s going to be easier to do it that way than to read anything out in an audio podcast.</p>\n\n\n\n<p>The approach I think I want to take with this episode is one of somebody fairly new in the WordPress space. So if you are new in the WordPress space, then you might just have the one website. And maintaining that one simple website is probably a reasonably straightforward thing to do. You know, you log in, you update the plugins, you update the themes and what have you.</p>\n\n\n\n<p>But if you&#8217;ve got any aspirations of becoming a bigger player in the WordPress space, perhaps you want to take on the job of maintaining multiple websites, perhaps you want to have clients and you want to maintain their websites, it becomes fairly obvious, fairly quickly, it&#8217;s a bit of a chore. There&#8217;s quite a lot of tasks that you need to do in order to keep those websites live.</p>\n\n\n\n<p>So that&#8217;s what we&#8217;re going to talk about. What are those tasks? What&#8217;s important to notice if you are a WordPress freelancer or agency owner. What are the things that you need to make sure that your clients are getting updated with and for? And then I guess we&#8217;ll sort of mention right at the beginning that Modular DS is something which kind of can take that process off your shoulders and make it fairly automated. But you can go and check out that of your own accord.</p>\n\n\n\n<p>So let&#8217;s just get into it then. What are the things that you would need to worry about? You can interrupt each other as you see fit. What are the kind of tasks that as a newbie WordPress we may not even know are coming our way, when we&#8217;ve got 2, 3, 5, 50 websites that we&#8217;ve got to keep maintained?</p>\n\n\n\n<p>[00:08:14] <strong>Héctor de Prada:</strong> I don&#8217;t think it&#8217;s, how to say, like that we don&#8217;t know we have to do that, or that we don&#8217;t expect to do it when we are trying to manage a few websites. Reyes and I, we were talking this morning, normally maintenance or maintenance tasks are something nobody is very thrilled about doing, okay. It&#8217;s not like the best job. Like, you can be a designer because you love creativity and designing things, or a developer because you love to build things.</p>\n\n\n\n<p>But I haven&#8217;t met anybody that is like, oh, my dream is to update plugins, create backups, and restore the website when it&#8217;s broken, you know? I think that&#8217;s the number one challenge, okay. Normally I see that one of the biggest problems is that we know maintenance has to be done in a website, but we don&#8217;t always do it. And when we have more and more websites, it becomes even a bigger problem, because we also let it aside more and more because it&#8217;s too much work. So that&#8217;s one of the main problems.</p>\n\n\n\n<p>[00:09:17] <strong>Nathan Wrigley:</strong> One of the things that in my life, I don&#8217;t know what the number of websites was, but there was a point where each morning, because I decided to do the updating on a more or less daily basis, there came a point where you realise that you&#8217;d now logged into X number of websites. So you&#8217;d gone to the URL to log in, you&#8217;d found the username and password, you&#8217;d logged in, you&#8217;d inspected whether there were plugins or themes to be updated. You&#8217;d gone to them individually, you&#8217;d update them in a careful manner to make sure nothing got broken, and you moved on to the next website. And at some point you kind of have the intuition, how many minutes or hours have I just lost?</p>\n\n\n\n<p>And whilst for one or two websites this really isn&#8217;t a problem, I guess what we&#8217;re talking about here is something at scale, when you&#8217;re over a, let&#8217;s say 2 or 3 or 5, or whatever that number is. It does start to add up, and you can&#8217;t afford to waste time in that way. And I think it&#8217;s exactly like you said, you don&#8217;t really know going into it that this is what you&#8217;re going to end up doing with your WordPress websites. But you&#8217;re right, nobody wrote down on their bucket list of things to do in life, I would like to update plugins for a living.</p>\n\n\n\n<p>[00:10:23] <strong>Héctor de Prada:</strong> And it&#8217;s very important at the same time. Like we said, yeah, maybe Reyes, you can say a little bit more about it. But maintenance, it&#8217;s really important for many reasons, in particular in the WordPress ecosystem.</p>\n\n\n\n<p>[00:10:34] <strong>Reyes Martínez:</strong> Yeah, I would say that it&#8217;s just that, that it&#8217;s not the most glamorous part of managing a website, like all the maintenance tasks. But I think it&#8217;s also what keep things running smoothly and professionally. I guess that&#8217;s the difference between being reactive and being proactive as well. I mean, that makes all the difference. So even though it&#8217;s not the most, I don&#8217;t know, glamorous part, it&#8217;s still very important to keep things professionally.</p>\n\n\n\n<p>[00:11:03] <strong>Nathan Wrigley:</strong> What are the things that we&#8217;re updating? So we&#8217;ve covered plugins and themes, and I suspect that they&#8217;re the ones most people, and again, the audience for this podcast is really broad, so obviously that sentence will be really blindingly obvious to many people. But there may be a proportion of people who don&#8217;t even know that that kind of stuff needs to be updated. So let&#8217;s just work from the basics upwards. There&#8217;s plugins and themes. When you talk about maintenance, what else are you bringing into that?</p>\n\n\n\n<p>[00:11:30] <strong>Héctor de Prada:</strong> You have the updates, both plugin, themes and the Core of WordPress, because it also gets updated. Now it&#8217;s once a year, it used to be like two, three times a year so those are also very important updates. But normally it&#8217;s mostly, because some people might ask, why should I update a plugin? If my website is working, if it&#8217;s perfectly fine, why do I have to update a plugin or a theme?</p>\n\n\n\n<p>Well, one of the biggest things in maintenance, because we have to do these updates, is the security part. I am positive that WordPress is a secure solution, that is why it powers 40 something percent of the web. But at the same time, we have 60,000 different plugins just in the WordPress repository. Each one of them is created by an independent team or developers. And even when everybody tries to create the best possible plugin, a secure plugin, and everything, there is human error, of course. And there is always people, since WordPress is so popular, trying to find vulnerabilities to attack these kind of plugins or themes.</p>\n\n\n\n<p>So many times, the most important updates are security updates. To avoid that, you have an older version of a plugin or a theme that maybe got exposed, and somebody found a vulnerability, and your website might get hacked because you didn&#8217;t do the updates. So even if your website is functioning perfectly, you should still do those updates. And this is something, for example, a lot of end clients, they normally don&#8217;t understand when you run an agency and stuff, because they don&#8217;t see the point of doing this. But this is one of the reasons, it&#8217;s super important.</p>\n\n\n\n<p>[00:13:08] <strong>Nathan Wrigley:</strong> In the normal experience in life, you go into a shop and you buy a thing, like some new sunglasses or a pair of shoes. You don&#8217;t anticipate having to update the shoes or update the sunglasses. You kind of just bought the thing and the thing is now yours and off it goes. You know, you expect it to function as sunglasses from now on, and the shoes will keep going as shoes. You know, you might have to replace them from time to time, but that&#8217;s another thing altogether. So it&#8217;s kind of hard to encapsulate that.</p>\n\n\n\n<p>But also, I suspect that most clients wouldn&#8217;t even know that there&#8217;s this sort of specter of security problems and the fact that bad things could potentially happen. Most clients I imagine have just come to you, the agency, the freelancer, because they want a website. They&#8217;re not interested particularly in all of that, but you have to explain that to them. And I always thought that was quite hard. I always got an intuition that the clients kind of thought, what are you on about? I&#8217;ve just bought this thing from you, why do I need to update it? Why do I need to keep doing these things?</p>\n\n\n\n<p>[00:14:07] <strong>Héctor de Prada:</strong> Education is one of the biggest parts in having a WordPress maintenance service in your agency or as a professional. Most people, end clients, many people is not tech people so they won&#8217;t understand. Updates, backups, these are all very not tangible things. So it&#8217;s not hard to explain, but it is more, it&#8217;s not like you go to a store, okay? You buy something, it normally doesn&#8217;t need maintenance. But I would say it&#8217;s like, you buy a house, you buy a car, it needs maintenance, okay? Because you can keep running with a car, but even if the car still works, maybe the brakes, at some point they will stop working and you will have a crash and nobody wants that. So I would say a website is more like a car than a normal product.</p>\n\n\n\n<p>[00:14:49] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s a really nice example because with a car particularly, there are bad people who are literally trying to break into the car and take the car away, or do damage to the car, or steal bits from the car. That explains it really well.</p>\n\n\n\n<p>Okay, let&#8217;s imagine that you&#8217;ve had that conversation, you&#8217;ve done that education piece, you&#8217;ve said to the clients, look, we need some kind of thing going on in the background. There has to be some kind of ongoing relationship between me, the website builder, the developer, and you, the client. But what are those tasks? What are the things, I guess your software will handle these kind of things, but just talking about them hypothetically, what are the list of things just beyond plugin, theme, Core updates? Are there any other things which you recommend?</p>\n\n\n\n<p>[00:15:32] <strong>Reyes Martínez:</strong> Besides updates there are also, for example, like I think it&#8217;s very important making regular backups. Monitoring up time and performance. Checking for security issues, you were just talking about that as well. Vulnerabilities, cleaning up the database, and in general, like making sure the site is running smoothly, like contact forms and links are working.</p>\n\n\n\n<p>Because there are things that even people think they might have not, I don&#8217;t know, like they are not very important. They can have an impact on their business as well. For example, like a broken contact form, that&#8217;s just like a very small example, but yeah, those things come to mind. I don&#8217;t know, Héctor, if you want to add anything else.</p>\n\n\n\n<p>[00:16:15] <strong>Héctor de Prada:</strong> I think those are the main ones, like your backups and the restoration of the backups when you have a problem. It happened to me I have to say. When we had the agency, I remember more than a few times having a client calling me and telling me, hey Héctor, the website is not working. And I was like, I didn&#8217;t know. So it&#8217;s like a very, very embarrassing moment because you&#8217;re supposed to be taking care of the website, but you didn&#8217;t know it wasn&#8217;t working until the client told you.</p>\n\n\n\n<p>So things like monitoring. When I started making websites, I couldn&#8217;t monitor them at all. If they break, I wouldn&#8217;t find out because somebody told me or I was just trying to do something and I found out. So monitoring as well. Security Monitoring, like you said, for vulnerabilities, for malware. There are a bunch of tools. I mean, it&#8217;s not only tools, maintenance tools, like it can be Modular or others.</p>\n\n\n\n<p>There are a bunch of tools in WordPress, like for everything in WordPress, that can help you with this maintenance task. Because the ideal thing, like we were saying, is to automate them so they don&#8217;t take so much time. Even if you only have one website, the ideal thing is that backups, monitoring, you have most of it automated, so you make sure even if you forget, if you go on holiday or whatever, it will still be running.</p>\n\n\n\n<p>[00:17:30] <strong>Reyes Martínez:</strong> Yeah, and you can get alerts, for example. Like Héctor was saying, if a website goes down, you can get alerts so you don&#8217;t have to be monitoring all the time. Imagine like manual monitoring or going site by site, just checking if everything is working correctly. And monitoring, it&#8217;s exactly a big task as well of maintenance and because it can help you catch problems early.</p>\n\n\n\n<p>[00:17:55] <strong>Nathan Wrigley:</strong> Okay, let&#8217;s just break all that now and then. So we&#8217;re imagining a scenario where we&#8217;ve built a website, we&#8217;ve handed it over to a client, and then we&#8217;re sort of presenting with the client the scenario, look, although we&#8217;ve given you the thing, here&#8217;s the website, there it is, it&#8217;s on the internet, there&#8217;s a whole load of other things that we need to do in the background.</p>\n\n\n\n<p>And there&#8217;s an education piece there, but there&#8217;s also a bit of sales that has to go on there because you have to persuade them, presumably that the thing that I&#8217;m suggesting here, you are going to need to pay for probably, there&#8217;ll be a, some kind of subscription model going on there. We will do all of these things in return for a monthly fee or whatever it might be.</p>\n\n\n\n<p>But broadly it is updating things. So that&#8217;s plugins, themes and Core. Making sure that those things are available. Then there&#8217;s the backup piece, a different thing altogether, and that&#8217;s just basically storing in multiple locations, an entire version of the website, the database, and the files to make sure that if an absolute catastrophe occurs, you can go back to whenever the website was last saved successfully, minus any security problems that you might have.</p>\n\n\n\n<p>And then another thing is uptime monitoring, which is the process of just alerting you, and I presume it&#8217;s you, not the client, that something&#8217;s gone wrong. The website that was there 10 minutes ago is not here now. And that&#8217;s a really, really, you know, that&#8217;s not a once a day thing, that&#8217;s once every two minutes kind of thing. You want to know the minute the website goes down, so that you can be the person that contacts the client to say, look, we see that the website&#8217;s gone down. And in some curious sense, you actually paint yourself in a good light by admitting something before they&#8217;ve even learned about it.</p>\n\n\n\n<p>But also something that you said that I never really think about is the idea of bits of the website, which may appear to work, but which don&#8217;t work. So the contact form is a big one. You know that whole egg on your face moment where you realise that possibly for six months, the contact form hasn&#8217;t worked, has never worked, and you have no way of saying to your client, look, sorry, we&#8217;ll be able to reverse that, we&#8217;ll be able to get all of the contact forms that would have been submitted over the last six months, because you won&#8217;t. It&#8217;s gone. And if it wasn&#8217;t working, that&#8217;s a catastrophe.</p>\n\n\n\n<p>But then my mind then goes to things like e-commerce. The site might look fine. Everything might check out okay, when I say checkout, I don&#8217;t mean checkout through the cart, I mean, looks fine. But the checkout might not work. Maybe people can&#8217;t actually buy things off your website, so it&#8217;s up but it&#8217;s not working.</p>\n\n\n\n<p>So there&#8217;s all this stuff. And I guess what Modular DS is doing, and the rivals that you&#8217;ve got in that space, is they&#8217;re trying to take all of those tasks, package them up into a wrapper piece of software, and basically you don&#8217;t really have to worry too much about it. You just sort of set it all up, make sure that all the dominoes are set up in the right place. And then it will do all of those things for you without you having to do too much. Have I got that about right?</p>\n\n\n\n<p>[00:20:54] <strong>Héctor de Prada:</strong> Yeah, of course. That&#8217;s the idea, to try to centralise everything when you have a lot of websites. And at the same time, like we were saying, yeah, automate these kinds of tasks so they don&#8217;t slip away. And it&#8217;s a great point about the WooCommerce because one thing about maintenance is that it&#8217;s very dependent on the type of website you have. I mean, it&#8217;s not the same maintenance you have to do for maybe a small corporate website, like the Meetup group website, for example, than a big e-commerce that is selling hundreds of products every day. You won&#8217;t need to have the same systems in place, not for backups, not for monitoring, not for any kind of checks. So that&#8217;s also very important to know. Maintenance is very different depending on the website.</p>\n\n\n\n<p>[00:21:38] <strong>Nathan Wrigley:</strong> So in the case of this whole idea of being able to do this for your client, I&#8217;m guessing your position would be that this is something that you can in fact sell to your clients on a regular basis. It&#8217;s not like you built the site back in 2024 and you&#8217;ve charged a fee for it, and then that&#8217;s the end of that. This is more of a, you charged a fee to build the website, and now we have this kind of, I think the term which I hear used a lot is like Care Plan or something like that.</p>\n\n\n\n<p>Some kind of process of, on a monthly basis, annual basis, whatever it might be, you offer these different things in return for a subscription fee, and therefore kind of have recurring revenue. And in many cases that recurring revenue might not need a lot of work. You know, fingers crossed, if everything works out okay, and WordPress updates itself correctly, and the plugins all work out and there are no security vulnerabilities, you might have days, weeks, entire months go by where your revenue is really not that difficult to manage.</p>\n\n\n\n<p>[00:22:39] <strong>Héctor de Prada:</strong> In what you said there, it&#8217;s like all the main things. Not only you can offer Care Plans or Web Maintenance Plans, but you should as a professional. Because I&#8217;ve heard you talk on another podcast, Nathan, you were saying that when you&#8217;re a freelancer or an agency, you are always waiting for next projects to see when they come. What&#8217;s going to be next? And if you&#8217;re going to have enough work to keep going.</p>\n\n\n\n<p>And that&#8217;s why recurring revenue, it&#8217;s so important for us as professionals. And in web design or web development, it&#8217;s not so easy to get besides web maintenance. It might be if you want to go to plugin development or theme development or do something like that, you can start getting recurring revenue.</p>\n\n\n\n<p>But if it&#8217;s just building websites, I think the only way to get that recurring revenue is by offering Care Plans. That&#8217;s why I always say, the critical thing that you were also mentioning before, is that it&#8217;s of course also a sales job to sell this to a client, but I don&#8217;t think it has to be once the website is generated, and you try to tell the client, okay, we did the website, it&#8217;s looking good, it&#8217;s working. And now we are going to do maintenance on the website, and you have to pay this or that.</p>\n\n\n\n<p>I think it has to go way before that. When we were an agency, what worked really good for us, so I always give this advice because it really worked for us, is that we used to talk about maintenance with the clients before we started the website project. If somebody would come to us saying, okay, we want a new website design for our company, we&#8217;d include it always in our proposal. It&#8217;ll be, okay, we are going to design the website, we are going to do the development of the website, and then after that we are going to care for the website.</p>\n\n\n\n<p>So we are going to do a maintenance on the website because this is very important. We are not going to just leave you there with your website, out in the open. Like, you don&#8217;t really know how it works, but we are going to be there with you. And this was like a massive change for us because when we were selling it this way, once the website was completed and we would tell the client, okay, now is the time to start the web maintenance job, and they were like, oh great, so this what we were talking about. It is not even a discussion anymore. It is like, oh great, it&#8217;s finally the time. So that&#8217;s like crucial. It was crucial for us.</p>\n\n\n\n<p>[00:25:00] <strong>Nathan Wrigley:</strong> Yeah, I think when people do get recurring revenue into their business, especially around maintenance, it does feel like, why didn&#8217;t I do this before? Because it really is kind of, I hate to use the phrase, you are kind of leaving money on the table a little bit.</p>\n\n\n\n<p>I wonder what both of you have in your head around the way to pitch that product. Because I went through lots of different ways of doing it. Some of them I&#8217;m not that proud of. So for example, in some cases I would emphasise the problems that could happen. You know, your website could go down. The internet can be a bit of a dark place, there&#8217;s hackers out there. And in the end it felt a bit like, I&#8217;m trying to scare you into giving me this maintenance deal. But then on the other hand, there was the sort of more positive way of doing it. You know, we&#8217;ll make sure that your website is always up and just different ways.</p>\n\n\n\n<p>I wonder how you, both of you, tackle that. Do you have a particular kind of language? Do you have like a brochure or a booklet that you pass on to somebody which outlines it all?</p>\n\n\n\n<p>[00:25:59] <strong>Héctor de Prada:</strong> For us, at least when we were an agency, you are seeing that I like to talk a lot. So for me it was like I could talk a lot with the clients. I would just try to be very educational, like we said from the beginning, in calls or in meetings I could talk about maintenance, the task it requires. Trying to explain it for everybody, of course, like not trying to make it sound technical or anything. Just trying to make them understand that technology evolves, WordPress evolves, the needs that the website, or the business, might have change so we should keep the website evolving with the business so it always stays in good shape.</p>\n\n\n\n<p>Luckily, even when this is a terrible thing for our field, is that many, many clients, they come to you when they have had a bad experience before, having a website design. And this experience, so many times has more to do about not having maintenance than about the web design itself. Because they might come after three, four years and they might tell you, somebody did this website for me four years ago and now nothing works.</p>\n\n\n\n<p>And it&#8217;s like, okay, when they did the website, everything worked. What happened? Nobody looked at the website for four years, so now nothing is working, which is understandable. So that also helps you a lot to make them understand that you don&#8217;t want that to happen again.</p>\n\n\n\n<p>[00:27:22] <strong>Reyes Martínez:</strong> I think it&#8217;s also important to maybe reframe things or just showing clients that that&#8217;s part of, I mean that you care about their success over time. So it&#8217;s not just about launching their site. I don&#8217;t know, sometimes I like to think about maintenance as insurance. You hope you don&#8217;t need it, but if something goes wrong, you&#8217;ll be glad to have it. So I think it&#8217;s the same. Like, if you have someone who&#8217;s taking care of your website to make sure it&#8217;s healthy, that it is performant and that everything is running smoothly. I think you are investing in its long-term success as well.</p>\n\n\n\n<p>[00:27:57] <strong>Nathan Wrigley:</strong> Framing it as an investment is quite a good way around it, isn&#8217;t it? As opposed to a, it&#8217;s not like a cost, it&#8217;s an investment. You&#8217;re putting something in so that it maintains. Spending money kind of feels like, oh, I&#8217;ve spent it, it&#8217;s all gone. Whereas an investment, you feel a bit more like, okay, I&#8217;ve spent some money, but as a result, things are going to be better in the future.</p>\n\n\n\n<p>[00:28:15] <strong>Héctor de Prada:</strong> You both said it, Reyes, you said right now that it is kind of an insurance also, if something bad happens. Because when something really bad, like the website crashes or gets hacked or whatever, because it can always happen, at some point everybody will be glad to have a professional taking care of things.</p>\n\n\n\n<p>Because another way to frame this, and you were saying that before Nathan, is that I&#8217;ve seen many, many professionals that they are like, okay, so the client doesn&#8217;t want to pay for maintenance, so I&#8217;m just going to wait until they have a huge problem that will come sooner or later. When they come without the maintenance deal, I&#8217;m going to charge them a bunch and then they will be glad they get the maintenance package. And they will start paying for that. I&#8217;m not saying I recommend that, I haven&#8217;t done that, but I&#8217;ve seen so many people do that at the same time.</p>\n\n\n\n<p>[00:29:04] <strong>Nathan Wrigley:</strong> Yeah, I think describing his insurance is quite interesting. The curious thing about insurance is, how to describe it, at some point you might begin to resent paying the insurance if you never have an accident or nothing is ever stolen. So one of the things that I often got with the Care Plans was this whole thing of years would go by, I would do my job well, so nothing ever happened.</p>\n\n\n\n<p>And so after 24 months of nothing ever happening, the client would turn around and say, what am I actually spending the money on? And then it occurred to me, okay, maybe there should have been some process of telling you what I was doing each month. Some kind of report or something to give to the client to say, look, literally things are happening. It&#8217;s not like we&#8217;ve gone away with your monthly subscription and done nothing.</p>\n\n\n\n<p>So I wondered if you had any thoughts around those, you know those clients who think nothing&#8217;s happening, why am I spending this each month in order for apparently nothing to happen? It&#8217;s just a black hole.</p>\n\n\n\n<p>[00:30:02] <strong>Reyes Martínez:</strong> That&#8217;s actually one of the hardest parts as well, like showing all the work that professionals are, like us are doing in the background. That work, that it&#8217;s not so visible as well, and how to communicate the value of all that work.</p>\n\n\n\n<p>So I think there are, I don&#8217;t know, there are many different ways to communicate that value, but for example, like reports are pretty common. Showing, not just task, but all you have been monitoring and performance data, updates. And just, again, like educating on how all the work done have an impact on their business.</p>\n\n\n\n<p>Because I think it&#8217;s also easy to go maybe, or to get into technical details, but I think clients don&#8217;t really care if you update a plugin or if you, you know, how you are maintaining their site. I think they care that their website is secure, fast and it&#8217;s working. It&#8217;s always working.</p>\n\n\n\n<p>[00:30:58] <strong>Nathan Wrigley:</strong> One of the things that I ended up doing, which I think worked well was, I eventually landed on the idea of this report thing. So I would issue a report and it would say, during the course of the last month, these things have happened. And it would be a list of all the plugins that been updated, maybe WordPress Core had been updated, maybe I&#8217;d done some work on the server to update that, a PHP version or something like that. So all of those kind of things. And then some kind of indication of how the uptime went. You know, it was 99.9% last month, we had a little glitch on Tuesday or whatever, but that was taken care of within five minutes.</p>\n\n\n\n<p>But the thing which worked best for me was I offered a proportion of time, based upon the plan that they gave me, of my actual time. And that could be deployed in any which way they wanted.So, for example, it could have been, I will just tell you what that report means or let&#8217;s just knock our heads together for half an hour or an hour, and figure out if there&#8217;s anything you wanted doing on the website. Maybe you want a telephone number updating or you want to have a different design on the homepage because Christmas is coming or whatever it might be.</p>\n\n\n\n<p>And interestingly, most clients never took me up on it, but the mere fact that it was offered, and I&#8217;d offered the time, there was just something a bit more to it. There was something more tangible and more credible about it. And then when the clients did take me up on it, and I could explain what had happened and that it wasn&#8217;t this black hole where the money was just falling into for the maintenance plan and nothing happened, that really worked.</p>\n\n\n\n<p>But I had the time available. And it may be that some people, most people don&#8217;t have that time available. For me, that was a good thing, you know, that kind of personal touch was a way to make it work.</p>\n\n\n\n<p>[00:32:33] <strong>Héctor de Prada:</strong> Also another thing that is very important to solve, for example, in client reports, and it&#8217;s not so obvious, it&#8217;s because it is not a job you are doing. It&#8217;s some stats about how the website is working for their business. Because 99% of the time a website comes from a business that needs an online presence.</p>\n\n\n\n<p>So it should be very important for them to know how this is performing or how this is helping the business. And I found this hundreds of times, that people have a website and they don&#8217;t know if somebody&#8217;s visiting the website, if you can find it on Google. They don&#8217;t know anything about the website. They are just like, yeah, I have a website there, but I don&#8217;t really know what&#8217;s happening with it.</p>\n\n\n\n<p>So I think adding things like, I don&#8217;t know, like Google Analytics or any other analytics. Or search console results so you know, it&#8217;s somebody coming from Google or where is people coming. Or if you have an international website, from which countries is people coming. Things like that, I think it&#8217;s like very valuable for the end client, for the business, to know how the website is performing. And it&#8217;s not always added, but I think it&#8217;s crucial to also put that information.</p>\n\n\n\n<p>[00:33:41] <strong>Nathan Wrigley:</strong> Do you know if anybody actually makes a business out of what you do? So, do people have a business of maintaining websites? Just doing that work. So they&#8217;ve decided they don&#8217;t want to be involved in creating the website, but they want to turn this product, if you like, that we&#8217;re talking about now. Is that a thing? Do people do that for a living? They maintain other people&#8217;s websites for them. Maybe you could bind yourself to an agency and they would hand the maintenance side to you. You are both nodding, so I&#8217;m guessing the answer&#8217;s yes.</p>\n\n\n\n<p>[00:34:11] <strong>Héctor de Prada:</strong> We know many people, but we are kind of biased because most of our clients are agencies or freelancers that manage a lot of websites. So many of them are actually specialised in this kind of service. So we have freelancers that manage like 120 websites, and that&#8217;s all they do. They don&#8217;t do any websites, they just manage websites.</p>\n\n\n\n<p>And then we have agencies that they are like fully specialised in web maintenance, web caring, and maybe if you have an urgency in your site because it&#8217;s broken or something, they can help you with that also. But they don&#8217;t design websites or create new websites.</p>\n\n\n\n<p>So I think, yes. And one example I always say is that, at least in Spain, if you search in Google for WordPress maintenance, there are so many page results. So that means it&#8217;s a profitable business, okay? There is a lot of competence of people trying to get leads out of those keywords. I would imagine in most countries it could be the same. So yeah, definitely. I think it&#8217;s possible. I see it every day, so yeah, a hundred percent</p>\n\n\n\n<p>[00:35:10] <strong>Nathan Wrigley:</strong> That&#8217;s kind of interesting because it may be that you are, I don&#8217;t know, you just want to take a break from actually building websites, and this might be an interesting way to pivot, especially if you&#8217;ve got your foot in the door with a bunch of agencies, and you know people that could supply you that work and they don&#8217;t wish to be involved in that. That&#8217;s curious.</p>\n\n\n\n<p>[00:35:27] <strong>Héctor de Prada:</strong> You can automate much more stuff than in a web design process, or web development. In maintenance, like we were saying, with tools like Modular or other tools, you can automate most of the maintenance tasks. So many times, yeah, like one person can manage like 120 websites. Imagine how long it would take to build 120 websites. It&#8217;s almost impossible. You could say, oh, I don&#8217;t know, like five years, seven years. But you can maintain every week or every month, 120 websites by yourselves, just with the tools that are available. So that&#8217;s a really big difference.</p>\n\n\n\n<p>[00:36:04] <strong>Nathan Wrigley:</strong> Does this maintenance landscape change? Because I&#8217;m just curious, the web industry changes all the time, but broadly, you know, plugins and theme updates, that&#8217;s been around since WordPress got plugins and themes. Hosting and backups, again, similar.</p>\n\n\n\n<p>But there have been developments in the more recent past where I&#8217;m thinking, okay, you could definitely push that into the maintenance idea. So things that come to mind are, I don&#8217;t know, optimisation, Core Web Vital scores, maybe something like that could leak in.</p>\n\n\n\n<p>And the one at the minute, which I think would be really interesting, and again, maybe it&#8217;s a thing already, is accessibility. Some kind of report about, okay, it looks like these pages need a particular bit of attention, or something&#8217;s gone wrong here from an accessibility point of view. And so really my question there is, does the landscape of maintenance change, or is it broadly fixed with whatever it is now is how it&#8217;ll be in a decade?</p>\n\n\n\n<p>[00:36:57] <strong>Héctor de Prada:</strong> Now also with AI, I don&#8217;t even know what&#8217;s going to happen in a decade. But I do think things change. For example, with accessibility, like you said, now in Europe it&#8217;s going to be big changes. With security as well, with the new Cyber Resilience Act, it&#8217;s going to be changes.</p>\n\n\n\n<p>And for example, we saw it a few years ago with the data privacy law in Europe. I&#8217;ve seen so many agencies offering legal checks for the cookie banners and things like that. To also add in maintenance, I don&#8217;t know, like seven years ago, that wasn&#8217;t a theme because it wasn&#8217;t mandatory, so nobody really cared that much. And it is the same with accessibility.</p>\n\n\n\n<p>A few years ago, nobody, almost nobody cared about that. And I think now because of the law changes, this is going to change drastically and almost every professional is going to start doing things related to accessibility, and is going to care about that. And it&#8217;s also going to be able to offer that to their clients as an upsell, or as an extra value, they&#8217;re going to give in their care plans.</p>\n\n\n\n<p>So yeah, I do think it changes. We don&#8217;t have a lot of changes because the basics are always the same, the updates, the backups, the monitoring. But there are things that, yeah, might bring big changes every once in a while and we have to adapt.</p>\n\n\n\n<p>[00:38:12] <strong>Reyes Martínez:</strong> I just wanted to add that also with AI and no-code tools, I mean, it&#8217;s easier than ever to launch a website. But what happens after that? Because maybe we find that more and more sites are being left behind with no updates, no backups.</p>\n\n\n\n<p>What I mean with this is that maybe, maybe not, there&#8217;s already a growing maybe opportunity, because there are more and more sites that we don&#8217;t know what would happen with them. And they will need maintenance for sure. So I think we are seeing a growing opportunity as well, there for people who want to manage or dedicate themselves to maintain websites, yeah.</p>\n\n\n\n<p>[00:38:51] <strong>Nathan Wrigley:</strong> Yeah, it does feel like in the year 2025 when we&#8217;re recording this, there are some key bits of legislation which are coming. You know, the European Accessibility Act very, very soon going to be completely mandatory across the whole of the EU. I mean, basically it should be something that you&#8217;ve taken care of already, but nevertheless.</p>\n\n\n\n<p>And so these kind of things I imagine, will become part of the platform, the ethos of doing maintenance in the future. So that&#8217;s kind of interesting.</p>\n\n\n\n<p>Just for the last moment or two, minute or two, let&#8217;s talk a little bit about what you have. So Modular DS, I&#8217;ll put a link into the show notes, but is the URL, is it modulards.com? Is that where we would go?</p>\n\n\n\n<p>[00:39:30] <strong>Héctor de Prada:</strong> Yeah, we could say dash EN for the English version.</p>\n\n\n\n<p>[00:39:33] <strong>Nathan Wrigley:</strong> Lovely, okay, so I will link to that into the show notes. I&#8217;ll link to the English version in this case, just because I think that makes most sense given that we&#8217;re all talking in English.</p>\n\n\n\n<p>This is what you do. This is that in a nutshell. You have a service that you can sign up to. Is it plugin based? Is it a SaaS? Is it a mixture of SaaS and a plugin? How does it work and what kind of things can you do?</p>\n\n\n\n<p>[00:39:56] <strong>Héctor de Prada:</strong> It&#8217;s kind of a mixture. It&#8217;s a SaaS outside of WordPress, we are going to say, but it needs a connector plugin to connect your websites to Modular DS. So basically what you do is you connect your different websites, the ones you manage, to Modular, and then from there you can like centralise most of the maintenance tasks, do updates, for example, in all the sites at the same time.</p>\n\n\n\n<p>And also you can automate monitoring, vulnerability analysis. You can automate client reports like the generation of this client reports. So it basically tries to help, yeah, agencies, freelancer to save time, to have a good maintenance business. And also, like we have been saying, to sell the maintenance business to their clients, which we all know is not easy. So that&#8217;s what we try to do.</p>\n\n\n\n<p>[00:40:42] <strong>Nathan Wrigley:</strong> So if I were somebody looking after my site and a bunch of others, you cater to that market, but also you are catering towards the more agency owner, if you know what I mean, where they&#8217;ve got multiple websites.</p>\n\n\n\n<p>Is it possible to, white label is often the word I hear surrounding this. Is it possible to sort of make it so that it appears your own? That seems to be something that people really like, but I don&#8217;t know if you offer that feature.</p>\n\n\n\n<p>[00:41:04] <strong>Héctor de Prada:</strong> You can white label everything that goes to the client. Let&#8217;s say, client reports. Of course, you can white label that, like your agency logo, your agency email to send the reports. Also, you can white label the plugin. So in the WordPress installation, you can change the plugin info so the client doesn&#8217;t know you&#8217;re using Modular, if you don&#8217;t want them to know. So yeah, of course, that&#8217;s important for many professionals, yeah.</p>\n\n\n\n<p>[00:41:27] <strong>Nathan Wrigley:</strong> You could definitely be checking that out. And obviously this entire episode really was to provide an education piece around what it is that you might need to do, especially for those people who are new. You may not realise that there&#8217;s an actual business opportunity here for you, but also that there&#8217;s a whole cavalcade of different things that you can do.</p>\n\n\n\n<p>So just to reprise, plugin, theme, updates, plus up time monitoring, backups, client reports. There&#8217;s a whole laundry list of things in there.</p>\n\n\n\n<p>Yeah, I think that&#8217;s everything I wanted to ask. So if that&#8217;s the case, I will say, Reyes and Héctor, thank you very much for chatting to me today. I really appreciate it.</p>\n\n\n\n<p>[00:42:04] <strong>Héctor de Prada:</strong> Well, thank you, Nathan.</p>\n\n\n\n<p>[00:42:05] <strong>Reyes Martínez:</strong> Thank you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://profiles.wordpress.org/rmartinezduque/\">Reyes Martínez</a> and <a href=\"https://profiles.wordpress.org/hdeprada/\">Héctor De Prada</a>.</p>\n\n\n\n<p>Reyes has been involved in the WordPress community since 2015, with a background in journalism, digital communications, and early-stage startups. From 2021 to 2024, she was sponsored by Automattic to contribute full-time to global marketing and communication efforts for the WordPress open-source project. She led several initiatives during that time, including the experimental WordPress Media Corps. Reyes currently serves as Content Lead at <a href=\"https://modulards.com/en/\">Modular DS</a>.</p>\n\n\n\n<p>Héctor has been building websites since he was 12 and has worked with WordPress for nearly a decade, first as a freelancer, then running his own agency. Today, he&#8217;s one of the co-founders of Modular DS. He co-organizes the WordPress meetup in León in Spain, and writes a Spanish newsletter that keeps readers updated with the latest news from the WordPress ecosystem.</p>\n\n\n\n<p>In this episode, we get into the nitty-gritty of WordPress maintenance. What it takes to effectively manage multiple websites, and why maintenance is such a crucial, if often overlooked, part of running a successful client business.</p>\n\n\n\n<p>You might think that updating plugins and themes is all there is to it, but Reyes and Héctor explain that there’s much more involved: performing regular backups, monitoring uptime and performance, checking for security vulnerabilities, database clean-ups, and ensuring essential site features like contact forms continue working as expected.</p>\n\n\n\n<p>We discuss best practices for educating clients, how to position ongoing maintenance as an investment rather than a cost, and solutions which can help automate and streamline these essential tasks.</p>\n\n\n\n<p>We also chat about how the maintenance landscape is changing, with upcoming legal requirements around accessibility and privacy, and the emerging business opportunities for professionals specializing solely in website care.</p>\n\n\n\n<p>If you’re a freelancer or agency owner looking to scale up your business, perhaps you offer care plans to clients, or are considering adding maintenance plans to your services, this episode’s for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://modulards.com/en/\">Modular DS</a></p>\n\n\n\n<p><a href=\"https://www.meetup.com/es-ES/Leon-WordPress-Meetup/\">Meetup in  León, Spain</a></p>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Cyber_Resilience_Act\">Cyber Resilience Act</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jun 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:73:\"Do The Woo Community: Rebrand: Amplifying with the Open Source Reach Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97948\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"https://openchannels.fm/rebrand-amplifying-with-the-open-source-reach-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:140:\"Bob\'s getting close to wrapping up the series and introducing \"Open Source Reach,\" exploring open source\'s real-world impacts beyond coding.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jun 2025 09:44:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Thanks to The Repository for Sharing Our Next Chapter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=98164\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"https://openchannels.fm/thanks-to-the-repository-for-sharing-our-next-chapter/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:89:\"It means a lot to be recognized by a publication that truly gets the WordPress ecosystem.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jun 2025 09:22:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Do The Woo Community: Rebrand: Moving the Needle with the Content Sparks Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97940\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"https://openchannels.fm/rebrand-moving-the-needle-with-the-content-sparks-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:372:\"On today’s BobWP Unplugged, host BobWP walks us through day five of the OpenChannel FM rebranding series. He gives us a look at Content Sparks, and each series designed to help creators make smarter digital content, from streamlining workflows and harnessing AI, to mastering storytelling and media strategy. If you’re passionate about creating great content [&#8230;]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jun 2025 08:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Aaron Jorbin: Some initial questions about FAIR\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://aaron.jorb.in/?p=192654\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"https://aaron.jorb.in/some-initial-questions-about-fair/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3344:\"<p>Congratulations to the <a href=\"https://fair.pm/\">FAIR</a> team on thier launch. <a href=\"https://ma.tt/2010/11/one-point-oh/\">1.0 is the lonliest number</a>, so getting to to this milestone is something for them to celebrate and I hope the team behind it feels great about getting this far. </p>\n\n\n\n<p>One of the best parts of getting to a public release is that you start getting feedback from real users. Some of that is coming out and I&#8217;m sure I will have some to add, at this point I don&#8217;t yet have a solid opinion on FAIR. What I do have are some questions I haven&#8217;t found the answer to while reading the <a href=\"https://github.com/fairpm/fair-protocol\">protocol documentation</a>. I am hoping someone can either point me to the documentation for each of these or answer directly while I continue to digest as much as I can:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>How does someone report a bad actor in a federated repository? If I discover someone who is acting in bad faith, do I need to track down every discovery aggregator, inform them independetly, and have each do its own investigation before users are protected?\n<ul class=\"wp-block-list\">\n<li>For this purpose, I&#8217;m using Bad Actor in all of it&#8217;s possible meanings including introducing intentional and unintentional security issues, hacked accounts, and people being jerks. </li>\n</ul>\n</li>\n\n\n\n<li>What happens if different aggregagtors accept the same name for a plugin/theme? What can be done to prevent user confusion?\n<ul class=\"wp-block-list\">\n<li>I think this is also important since someone doing local development with one aggregator but using a different in production feels like a distinct possibility.</li>\n</ul>\n</li>\n\n\n\n<li>In order to be listed in the plugin, is there a standard for the aggregator and the standards that they set for inclusion?\n<ul class=\"wp-block-list\">\n<li>Similiarly, how will these standards be monitored for potential exclusion later on?</li>\n</ul>\n</li>\n\n\n\n<li>If the <strong>Decentralized ID</strong> is based on the repo, does that mean you can not transfer ownership of a plugin?\n<ul class=\"wp-block-list\">\n<li>The <a href=\"https://github.com/fairpm/fair-protocol/blob/main/specification.md#resolving-dids\">documentaiton states</a> &#8220;Vendors SHOULD use DID methods that are future-proof for data portability, and which avoid encoding trademarks or potentially-ephemeral names or domains.&#8221; Does this mean that Github should be avoided since it is a trademark?</li>\n</ul>\n</li>\n\n\n\n<li>Does FAIR have a concept of release confirmations or other 2nd factor for releases?</li>\n\n\n\n<li>How do reviews work in a decentralized manner? If I have an opinion on a plugin, will I need to share it with all aggregators?\n<ul class=\"wp-block-list\">\n<li>On a similiar basis, if reviews are going to multiple places, what is the plan to combat sock puppets?</li>\n</ul>\n</li>\n</ol>\n\n\n\n<p>I imagine some of these are questions that will need to get answered over time, and also that for some, today&#8217;s answer may not be tomorrow’s. As with all open source projects, I can only imagine FAIR will change over time.</p>\n<p>The post <a href=\"https://aaron.jorb.in/some-initial-questions-about-fair/\">Some initial questions about FAIR</a> appeared first on <a href=\"https://aaron.jorb.in\">Aaron Jorbin</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 15:19:19 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"Do The Woo Community: Rebrand: Our New Show WP Voices\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97908\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"https://openchannels.fm/rebrand-our-new-show-wp-voices/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"BobWP is shaking things up with a rebrand of his podcast, introducing \"WP Voices\", where community members share their WordPress experiences. Expect humor, familiar faces, and new shows focusing on agency life, core and multisites.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 09:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"Tammie Lister: Defining roadmaps in the open\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://binatethoughts.com/?p=1858\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:57:\"https://binatethoughts.com/defining-roadmaps-in-the-open/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:6251:\"<p>WordCamp Europe has just concluded, and one term that emerged during the contribution day discussions across a wide range of areas was &#8216;roadmaps&#8217;. As someone who appreciates the power of a roadmap and aligning with it, working towards agreed-upon goals, this couldn&#8217;t make me happier. It makes me think curiously whether everyone is using the term in the same way, and I wanted to examine how we could define these terms openly and come to a shared understanding of what they mean.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-1859\" height=\"1024\" src=\"https://binatethoughts.com/wp-content/uploads/2025/06/openart-87541afc-67ae-4ef5-8da8-528a8ea86813.png\" width=\"1024\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Basic definitions</h2>\n\n\n\n<p>The reality is that even in companies, the definition and use of the term &#8216;roadmap&#8217; can vary significantly. This may be due to frameworks and processes, or it may simply be a matter of personal preference. In order, though, to have them work on an open project, some common understanding has to be reached. We start at the beginning, and it is clear what the vision is and what a roadmap is.</p>\n\n\n\n<p><strong>Vision: </strong>a high-level, inspirational description of what you hope to achieve in the long term. This is often seen as the &#8220;why&#8221; and &#8220;what&#8221; and the ultimate destination everyone works towards.</p>\n\n\n\n<p><strong>A roadmap</strong> is a practical, time-based plan that involves action and outlines how to achieve a vision through specific steps. It includes milestones, notes, priorities and ties to deliverables.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why not both?</h2>\n\n\n\n<p>To answer this, we need both in most projects. WordPress is no exception, and it is similar to other open source platforms; both are essential. To have both, though, you need clear definitions and differences between them.</p>\n\n\n\n<p>The vision needs to be clear about where you want to go, broad, inspiring, and strategic. It&#8217;s a partner that helps with the roadmap and the plan for getting there. This is detailed, tactical and tied to times.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>&#8220;A vision gives people a reason to care; a roadmap gives them a way to help.&#8221;</strong></p>\n\n\n\n<p>— <em>Nadia Eghbal</em></p>\n</blockquote>\n\n\n\n<p>Combining both is essential. The roadmap gets you towards the vision, but it doesn&#8217;t define it. In my opinion, as the wider project has a vision, each team and component also likely has a vision, but these should always align with and add up to support the broad vision. This is why defining roadmaps and visions in isolation is often problematic in larger projects. </p>\n\n\n\n<h2 class=\"wp-block-heading\">Essential duplicity</h2>\n\n\n\n<p>To look more at why both matter in an open-source project, you can split each into relatively easy formats:</p>\n\n\n\n<p>A vision:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Unites contributors around a shared purpose. </li>\n\n\n\n<li>Inspires commitment over time. A vision doesn&#8217;t specifically though allocate that inspiration or fund; that&#8217;s the roadmap.</li>\n\n\n\n<li>Clarifies what the project is not. Often more essential than we think.</li>\n</ul>\n\n\n\n<p>A roadmap:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Shows the process. It allows each stage to be broken down into the steps required to achieve it.</li>\n\n\n\n<li>Organizes contributions. Which in turn attracts and allocates people and funding.</li>\n\n\n\n<li>Builds trust and focus. By seeing what is being done at a given point, it can be clear to everyone, whether they are contributor, sponsors, makers, users, supporters, or implementors.</li>\n</ul>\n\n\n\n<p>Whilst they aren&#8217;t the same, they certainly are companions to each other. A roadmap without a vision is a guess. It&#8217;s placing things on a calendar and hoping for delivery. A roadmap that lacks a clear vision is unable to gain focus and often spirals due to a lack of delivery. A vision that serves as a roadmap is uninspiring and fails to clarify or unite.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Defining in open</h2>\n\n\n\n<p>This is the more complex piece. It&#8217;s all well and good to know the difference and want to do this. You then need to take these seeds, grow them into roadmaps and visions, and collectively agree, because that is how open things get buy-in. </p>\n\n\n\n<p>A simple process is a first pass from those leading the work, facilitated, distilled, and then shared, reviewed, and iterated. This is typical amongst open source projects. In WordPress, we have had several variations over time, and now we need to determine what works today. Both need to be shared; a roadmap is a document to check and measure against, a living thing.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Beyond defining</h2>\n\n\n\n<p>As we move forward into the second half of this year, the topic of roadmaps arises. Let&#8217;s make sure they are roadmaps. We could collaborate on a project to define what they are for us and share the results somewhere. Having an agreed-upon definition and working from it helps everyone, regardless of their approach to this topic. </p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p><strong>&#8220;Open source thrives on clarity. A vision tells us why to show up, and a roadmap shows us how to move forward together.&#8221;</strong></p>\n\n\n\n<p>— <em>Danese Cooper</em></p>\n</blockquote>\n\n\n\n<p>The reality is we need both vision and roadmaps, and all too often, we easily have a vision. Most likely, WordPress has not only a project vision, but we also need to gather some team visions to unite those working together. If you were to think of this as an adventure, think of them not as side quests but as storyline quest points that lead to the end point. </p>\n\n\n\n<p>Roadmaps get us to delivery, and what we need more of is that right now in WordPress across all areas. They also allow us to start thinking about measuring, but they shouldn&#8217;t be where we end the measuring. That is another conversation but an essential one. We are at step one on the path to collectively growing our processes.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 08:14:31 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"binatethoughts.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"Do The Woo Community: Rebrand: Expanding the Open Web Conversations Show\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97900\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://openchannels.fm/rebrand-expanding-the-open-web-conversations-show/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:248:\"The episode introduces the show Open Web Conversatioins during the Open Channel FM\'s rebranding series, featuring insights from builders and innovators on digital identity, emerging technologies, and online creativity, inviting listeners to engage.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 08 Jun 2025 09:20:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress.org blog: WCEU 2025: A Community Celebration in the Swiss Sun\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18776\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:28394:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-18837\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0151.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><em>Photo by Nilo Velez</em></figcaption></figure>\n\n\n\n<p>Over 1,723 attendees from 84 countries gathered at the Messe and Congress Center Basel in Switzerland, and 20,353 more joined online for WordCamp Europe 2025.</p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<figure class=\"wp-block-pullquote\"><blockquote><p>I’m personally very excited&#8230; There’s so much I want to do. I think there’s a clear pathway to 7.0 and beyond&#8230;</p><cite>Matt Mullenweg, WordPress Cofounder</cite></blockquote></figure>\n</div>\n\n\n\n<p>The flagship WordPress event kicked off in Basel, Switzerland, with a dedicated Contributor Day. It was followed by two days of engaging talks, panels, hands-on workshops, and vibrant community connections. WordPress Cofounder Matt Mullenweg and Executive Director Mary Hubbard joined a diverse lineup of speakers and panelists, sharing insights in the heart of one of Europe’s most charming cities.</p>\n\n\n\n<p>Set against the backdrop of Basel’s historic streets and Rhine-side views, the sponsor hall buzzed with activity as companies from across the WordPress ecosystem showcased their latest innovations, offered live demos, and connected with attendees. Each day, participants refueled with a range of local and international cuisine — from Swiss specialties to global favorites — making mealtime a lively space for networking, collaboration, and sparking new ideas.</p>\n\n\n\n<h2 class=\"wp-block-heading\">A Global Gathering in Basel</h2>\n\n\n\n<p>WordCamp Europe has long been one of the most anticipated WordPress events of the year — a space where community, creativity, and collaboration thrive. This year in Basel, the conference delivered an exciting and diverse program that reached every corner of the WordPress ecosystem.</p>\n\n\n\n<p>Here’s what attendees experienced:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Engaging Sessions Across Tracks</strong> &#8211; Across two full days, the conference featured informative talks, captivating keynotes, and dynamic discussions exploring WordPress and the broader web.</li>\n\n\n\n<li><strong>A Global Speaker Lineup</strong> &#8211; The stage welcomed 52 speakers from 23 countries across five continents, each bringing unique insights and global perspectives.</li>\n\n\n\n<li><strong>Wide-Ranging Topics</strong> &#8211; The schedule included 45 sessions and four hands-on workshops across three tracks, covering:\n<ul class=\"wp-block-list\">\n<li>Accessibility and key policy updates like the European Accessibility Act and the Cyber Resilience Act</li>\n\n\n\n<li>The evolving role of Artificial Intelligence in the open web</li>\n\n\n\n<li>Cutting-edge web design, development best practices, SEO, and content strategy</li>\n\n\n\n<li>Real-world case studies and showcases from across the community</li>\n</ul>\n</li>\n\n\n\n<li><strong>Hands-On Learning Opportunities</strong> &#8211; Interactive workshops allowed attendees to roll up their sleeves and develop practical skills in a collaborative setting.</li>\n\n\n\n<li><strong>A Community Built on Collaboration</strong> &#8211; Whether developer, designer, content creator, or entrepreneur, every attendee found space to connect, learn, and grow within a vibrant and welcoming community.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Contributor Day</h2>\n\n\n\n<p>WordCamp Europe began with a vibrant Contributor Day that brought together 640 contributors—including many first-timers—to collaborate, share knowledge, and support the WordPress project. Guided by 33 dedicated table leads, with 21 teams, attendees of all experience levels came together to exchange ideas, solve real challenges, and make meaningful contributions to open source. From accessibility improvements to theme development and translation efforts, every table played a part in moving WordPress forward.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped has-black-background-color has-background wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px; border-radius: 2px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18798\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568125707_c7f1d5c4a2_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18799\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568126032_465e58f52e_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18800\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568127677_4608e6c2e5_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18801\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568995131_a2b3103540_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Roan de Vries</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18802\" height=\"576\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54568997316_388cdfd4e5_k-1.jpg?resize=1024%2C576&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18803\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219743_6bc7238ce1_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18804\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569219883_c2df21a0cb_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18805\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220458_b2cc7018a6_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18806\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569220633_32194e94d5_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18807\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320070_03f700e2a1_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Levente András Tóth</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18808\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569320480_cc49061ebc_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Sebastián Echeverri Jaramillo</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18809\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569323570_dfb78eb42f_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18810\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250605-WA0137-1.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Contributor Day at WordCamp Europe 2025 brought together a mix of first-time and returning contributors across a wide range of teams, from Core and Accessibility to Polyglots, Training, and Community. Attendees tackled everything from onboarding and ticket triage to translating strings, improving documentation, and enhancing tools and workflows. Development-focused teams explored performance and testing improvements and worked through live coding exercises. Meanwhile, accessibility testers, support volunteers, and photo moderators contributed to efforts that directly impact users around the world.</p>\n\n\n\n<p>In parallel, teams like Marketing, Meta, Hosting, and Sustainability focused on future-facing initiatives—from promoting WordPress through the Showcase and social media campaigns to refining infrastructure, increasing accessibility, and preparing for long-term project growth. Whether contributing to plugins, themes, documentation, or new contributor experiences, participants reinforced the values that power the WordPress project: collaboration, inclusivity, and openness. The day served as a reminder that WordPress is not just software—it’s a community built by and for everyone.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Tomorrow Starts with WordPress</h2>\n\n\n\n<p>The first full day of WordCamp Europe 2025 brought the community together to celebrate the power of open source collaboration and innovation. Opening remarks from both global and local event leads reflected on the journey of WordCamp Europe—from its beginnings in 2013 in Leiden, Netherlands, to the vibrant event in Basel today. This full-circle moment underscored the growth of the WordPress community, united by a shared commitment to an open web.</p>\n\n\n\n<p>The day launched into an inspiring program with the keynote session, <em>WordPress Without Borders – The Fight for Digital Freedom</em>, delivered by Noel Tock. Drawing from his experiences—including time on the frontlines in Ukraine—Tock illustrated how open source supports global resilience and serves as a digital human right. His message called on contributors to see their work as part of something greater, offering a compelling and forward-looking vision to energize and unify the WordPress community.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>From there, the program unfolded across multiple tracks—each one sparking new conversations and insights. One standout session highlighted social entrepreneurship in Bulgaria, where WordPress is helping grassroots organizations drive change in education, journalism, and social justice. Petya Raykovska shared how nonprofits like Teenovator and the Bulgarian Fund for Women are using WordPress to amplify their work and strengthen their communities.</p>\n\n\n\n<p>Designers and developers explored ways to improve workflows and collaboration. In <em>Bridging Design and Development</em>, attendees learned how Figma Design Systems can connect design and development through shared structures mapped to block themes. Real-world examples, like the Novus Media Newspaper Design System, demonstrated how scalable, consistent design can power multi-brand platforms.</p>\n\n\n\n<p>Workshops played a key role throughout the day, including the interactive <em>Block Developer Cookbook: WCEU 2025 Edition</em>, where attendees worked through community-voted code recipes featuring the latest WordPress APIs. Sessions also dove into emerging technologies, such as <em>Automating WordPress Setup with Modern AI Tools</em>, which showcased how WP-CLI, scripting, and AI can accelerate project setup and reduce repetitive tasks.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-18817\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048139_5009fd3c2b_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><figcaption class=\"wp-element-caption\"><em>Photo by Marc Wieland</em></figcaption></figure>\n\n\n\n<p>Day Two of WordCamp Europe 2025 opened with a focus on the evolving role of the WordPress community in a rapidly changing digital world. Sessions explored how contributors—from local meetup organizers to global advocates—play a vital part in shaping WordPress’s future. Talks on inclusivity, such as <em>Over the Rainbow</em>, encouraged attendees to consider how individual actions can help build a more welcoming, representative open source ecosystem. Throughout the morning, the spirit of collaboration and shared purpose remained front and center.</p>\n\n\n\n<p>As the day progressed, attention turned to the tools and technologies pushing WordPress forward. From sessions on scaling multilingual sites and managing observability to hands-on workshops, developers explored new ways to streamline workflows and enhance performance. Highlights included <em>WordPress Gems for Devs</em>, which introduced the Interactivity API through live coding, and <em>Client-side Web AI Agents</em>, a look at cutting-edge browser-based AI that unlocks new possibilities for web experiences. These talks reflected the platform’s growing capacity to adapt to emerging trends while staying true to its open foundations.</p>\n\n\n\n<p>The afternoon brought a blend of practical guidance and inspiring stories across tracks. A case study on accessibility from Switzerland showed how thoughtful design can benefit all users, while a session on brand-building for women entrepreneurs highlighted the creative and economic opportunities WordPress enables. With topics spanning content strategy, business growth, regulatory readiness, and more, the second day of WCEU 2025 affirmed the strength of the WordPress ecosystem—not only as a technology platform, but as a global movement fueled by people, purpose, and possibility.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fireside Chat</h2>\n\n\n\n<p>As the final day drew to a close, Matt and Mary shared some thoughts on EU regulation (Open Web Alliance), AI, and the introduction of the WordPress AI team, and then answered questions from the audience.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Closing</h2>\n\n\n\n<p>A heartfelt thank you to the dedicated organizers who brought WordCamp Europe 2025 to life in Basel, the speakers who shared their insights, the attendees who joined us in person, and those who followed along from afar. We hope you leave with fresh ideas, meaningful connections, and renewed energy to help shape the future of the open web.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\" style=\"border-width: 20px;\">\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18827\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571099103_b61e92651c_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18825\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570002952_63c3ced847_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18824\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54569999382_839ad34def_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18823\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571194430_99b40d9280_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Thanh Nguyen</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18822\" height=\"684\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571195715_0e2dbb778c_k.jpg?resize=1024%2C684&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Maksym Kaharlytskyi</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18821\" height=\"533\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54571048019_d36c78cc86_c.jpg?resize=799%2C533&#038;ssl=1\" width=\"799\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Chris Clarke</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18820\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570870476_a8bef84c32_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Atsushi Ando</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18819\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570001717_fa54bba4e1_k.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18829\" height=\"683\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/54570869816_7de53cc2f1_k-1.jpg?resize=1024%2C683&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Jeroen Rotty</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-18859\" height=\"682\" src=\"https://i0.wp.com/wordpress.org/news/files/2025/06/IMG-20250607-WA0337.jpg?resize=1024%2C682&#038;ssl=1\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Nilo Velez</figcaption></figure>\n</figure>\n\n\n\n<p>Be sure to mark your calendars for the final major WordPress events in 2025: <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a> (Portland, Oregon, USA). Then join us in <a href=\"https://europe.wordcamp.org/2026/\">Kraków, Poland for WordCamp Europe 2026</a>! Also, if you want to get involved with WCEU, the call for organisers is already open for 2026. </p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 19:19:18 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Brett McSherry\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:198:\"WordCamp Central: WordCamp Jinja 2025 Recap: An impactful 2 days of learning, diverse speakers, hands-on workshops, contributions, charity website hackathon, and celebration of WordPress on the Nile\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://central.wordcamp.org/?p=10743950\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:217:\"https://central.wordcamp.org/news/2025/06/wordcamp-jinja-2025-recap-an-impactful-2-days-of-learning-diverse-speakers-hands-on-workshops-contributions-charity-website-hackathon-and-celebration-of-wordpress-on-the-nile/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15797:\"<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-791\" src=\"https://jinja.wordcamp.org/2025/files/2025/05/IMG_20250524_115107_645-1024x768.jpg\" /></figure>\n\n\n\n<p>From <strong>May 24th to 25th, 2025</strong>, we had the fourth annual <strong>WordCamp Jinja</strong> at the <strong>largest </strong>educational institution in the region <strong>Jinja Senior Secondary School</strong>. This year’s event was our <strong>biggest and most impactful yet</strong> both in numbers and key demographics, having <strong>over 250 attendees and participants that primarily included students</strong> as well as developers, designers, bloggers, educators, and entrepreneurs from across Uganda and East Africa.</p>\n\n\n\n<p>With the theme <em><strong>“Create, Impact, and Explore with WordPress!”</strong></em><strong>,</strong> the event was a celebration of open-source innovation, practical skills, and community spirit, all set against the stunning backdrop of the Nile.</p>\n\n\n\n<h3 class=\"wp-block-heading has-x-large-font-size\"><strong>A WordCamp Designed for Student WordPressers, Developers and Creatives Alike</strong></h3>\n\n\n\n<p><strong>Students were at the heart of WordCamp Jinja 2025</strong>, reflecting their role as a key and growing demographic in both the WordPress Jinja community and the wider Ugandan community. This year’s venue <strong>Jinja Senior Secondary School</strong>—was purposefully chosen to bring the WordPress experience closer to students, ensuring greater accessibility, relevance, and impact.</p>\n\n\n\n<p>We welcomed enthusiastic participation from students of <strong>Jinja SS</strong>, <strong>Makerere University</strong>, <strong>Macedonian Vocational School</strong>, <strong>Ezone School of Computing</strong>, and others. For most, it was their first exposure to open-source tools, and the excitement was palpable. At Jinja SS, the event left a lasting impression—inspiring students to launch their very own <strong>ICT Club</strong> to continue learning and collaborating long after the event, thus we left a standing souvenir at the school.</p>\n\n\n\n<p>As a community, we are intentional about <strong>balancing engagement</strong> between our student and creative/developer communities. We do this by <strong>alternating venues each year</strong> to better suit both these key groups and demographics, whether it’s schools, colleges or innovation hubs. We are excited to continue our <strong>outreach programs</strong> and student-focused initiatives at both <strong>Jinja Senior Secondary School</strong> and <strong>Macedonian Vocational School</strong> among other schools, nurturing future WordPress contributors, creators, and tech leaders as well as having creative and developer oriented meetups and next-gen events.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Diverse Speaker Sessions</strong></h3>\n\n\n\n<p>Attendees enjoyed powerful sessions across two tracks led by speakers from Uganda, Kenya, Rwanda, USA, and beyond. Talks covered everything from advanced contributions, development and accessibility to blogging, diversity, SEO, and AI tools for content creators—sparking learning, inspiration, and engagement throughout the event.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-1\"><img alt=\"\" class=\"wp-image-818\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/P5250896-1024x576.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-798\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250524_115609_422-1024x768.jpg\" /></figure>\n</figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-821\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/Gr49gctW0AARSNv-1024x771.png\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large wp-duotone-unset-3\"><img alt=\"\" class=\"wp-image-820\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/Gr49gdJXcAAznXz-1024x771.png\" /></figure>\n</figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Contributor Day sessions and Website Hackathon Track</strong></h3>\n\n\n\n<p>Teams collaborated in a <strong>WordPress Website Hackathon</strong>, that we have been holding each year, building websites for NGOs, community initiatives, and personal projects—all powered by WordPress. It was an energetic, purpose-driven space where learning met real-world impact.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large wp-duotone-unset-5\"><img alt=\"\" class=\"wp-image-806\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250525_093536_203-1024x768.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-801\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_9604-1024x683.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-822\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250525_132024_307-1024x458.jpg\" /></figure>\n</figure>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-833\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_20250525_132931_056-1024x768.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-800\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_9734-1024x683.jpg\" /></figure>\n</figure>\n\n\n\n<p>Throughout the event during the hackathon track and culminating on <strong>May 25th</strong>, participants joined the global open-source movement through the <strong>Contributor Day</strong> and sessions. From learning how to translate and reviewing content to contributing to the WordPress Photos and Polyglots teams, attendees learned how to give back and make an impact in the WordPress ecosystem.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>After-Party on the Nile</strong></h3>\n\n\n\n<p>The event concluded with an unforgettable <strong>after-party</strong> at the <strong>Source of the Nile</strong>, where participants networked, shared stories, and reflected on two days of community connection and creative exploration. The boat ride to the source of the Nile closed off such an eventful experience.</p>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-8 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-827\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_3273-1024x768.jpg\" /></figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-811\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_0175-1024x683.jpg\" /></figure>\n</figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-824\" src=\"https://jinja.wordcamp.org/2025/files/2025/06/IMG_0092-1-1024x794.jpg\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Thank You!</strong></h2>\n\n\n\n<p>We are deeply grateful to:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Our over <strong>250+ attendees and participants</strong> especially all the students for bringing their energy and enthusiasm for learning<br /></li>\n\n\n\n<li>Our <strong>amazing speakers and workshop facilitators</strong><strong><br /></strong></li>\n\n\n\n<li>Our <strong>sponsors and partners</strong> for their generous support<br /></li>\n\n\n\n<li>Our <strong>volunteers</strong> who made everything run smoothly<br /></li>\n</ul>\n\n\n\n<p>Your commitment and passion made this year’s WordCamp Jinja the <strong>biggest and most impactful yet</strong>! </p>\n\n\n\n<div class=\"wp-block-group\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-9d6595d7 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed alignright is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Happening Now: Patrick Lumumba  <a href=\"https://twitter.com/lumiblog?ref_src=twsrc%5Etfw\">@lumiblog</a> from Kenya delivering his presentation on Contributing to WordPress: Making an Impact on the Test Team—With or Without Coding Skills <a href=\"https://twitter.com/WordPressJinja?ref_src=twsrc%5Etfw\">@WordPressJinja</a><a href=\"https://t.co/yponyClmwm\">https://t.co/yponyClmwm</a> <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a> <a href=\"https://t.co/W75ZJ23dIA\">pic.twitter.com/W75ZJ23dIA</a></p>&mdash; Mukalele Rogers (@mrogers4christ) <a href=\"https://twitter.com/mrogers4christ/status/1926207964743938443?ref_src=twsrc%5Etfw\">May 24, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignright is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Happening now! <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a> 2025 is live at Jinja S.S School with insightful sessions<br /> Extending WordPress Block Editor with Spectra and Website Hackathon workshops led by  @rogersmukalele<a href=\"https://twitter.com/wmjackson?ref_src=twsrc%5Etfw\">@wmjackson</a> <a href=\"https://twitter.com/WordPressJinja?ref_src=twsrc%5Etfw\">@WordPressJinja</a><a href=\"https://twitter.com/NorahBetsy?ref_src=twsrc%5Etfw\">@NorahBetsy</a> <a href=\"https://t.co/sej7sEcfPl\">pic.twitter.com/sej7sEcfPl</a></p>&mdash; Jinja WordPress Meetup (@WordPressJinja) <a href=\"https://twitter.com/WordPressJinja/status/1926195145373819348?ref_src=twsrc%5Etfw\">May 24, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignright is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Jinja day 2 <img alt=\"🇺🇬\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f1fa-1f1ec.png\" style=\"height: 1em;\" /><br />I\'m glad to see students and Genzs this committed<img alt=\"❤\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/2764.png\" style=\"height: 1em;\" /><img alt=\"❤\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/2764.png\" style=\"height: 1em;\" /><a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a><a href=\"https://twitter.com/hashtag/WordPressOnTheNile2025?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPressOnTheNile2025</a> <a href=\"https://twitter.com/hashtag/TechWithTwin?src=hash&amp;ref_src=twsrc%5Etfw\">#TechWithTwin</a> <a href=\"https://t.co/9DcQnGtseQ\">pic.twitter.com/9DcQnGtseQ</a></p>&mdash; TechWithTwin (@techwithtwin) <a href=\"https://twitter.com/techwithtwin/status/1926578521154932862?ref_src=twsrc%5Etfw\">May 25, 2025</a></blockquote>\n</div></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-embed alignleft is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">Don\'t miss out on the amazing learning, networking and fun at  <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a> 24th-25th May 2025. We have an amazing set of speakers, sessions and activities this year. <br /><br />Secure your spot here: <a href=\"https://t.co/PVtyJ87ePr\">https://t.co/PVtyJ87ePr</a><a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a> <a href=\"https://twitter.com/hashtag/WordPress?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPress</a> <a href=\"https://twitter.com/hashtag/Jinja?src=hash&amp;ref_src=twsrc%5Etfw\">#Jinja</a> 1/6 <a href=\"https://t.co/riQhoIiRmo\">pic.twitter.com/riQhoIiRmo</a></p>&mdash; Jinja WordPress Meetup (@WordPressJinja) <a href=\"https://twitter.com/WordPressJinja/status/1922564449837216202?ref_src=twsrc%5Etfw\">May 14, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignleft is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"en\">We’re excited to be part of <a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a> 2025!<br />Connecting with the amazing WordPress community, sharing ideas, and learning from others.<br />Grateful for the energy, inspiration, and all the new connections!<a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a> <a href=\"https://twitter.com/hashtag/WordPressUG?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPressUG</a> <a href=\"https://twitter.com/hashtag/WordCamp2025?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCamp2025</a> <a href=\"https://twitter.com/hashtag/sharebilityug?src=hash&amp;ref_src=twsrc%5Etfw\">#sharebilityug</a> <a href=\"https://t.co/GJP1QfdMd0\">pic.twitter.com/GJP1QfdMd0</a></p>&mdash; MACARENA (@renadevug) <a href=\"https://twitter.com/renadevug/status/1926578021722407181?ref_src=twsrc%5Etfw\">May 25, 2025</a></blockquote>\n</div></figure>\n\n\n\n<figure class=\"wp-block-embed alignleft is-type-rich is-provider-twitter wp-block-embed-twitter\"><div class=\"wp-block-embed__wrapper\">\n<blockquote class=\"twitter-tweet\"><p dir=\"ltr\" lang=\"in\">Jinja day 1 <img alt=\"🥳\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f973.png\" style=\"height: 1em;\" /><a href=\"https://twitter.com/hashtag/WordCampJinja?src=hash&amp;ref_src=twsrc%5Etfw\">#WordCampJinja</a><a href=\"https://twitter.com/hashtag/WordPressOnTheNile2025?src=hash&amp;ref_src=twsrc%5Etfw\">#WordPressOnTheNile2025</a><a href=\"https://twitter.com/hashtag/TechWithTwin?src=hash&amp;ref_src=twsrc%5Etfw\">#TechWithTwin</a> <a href=\"https://t.co/vZxnrfLBzd\">pic.twitter.com/vZxnrfLBzd</a></p>&mdash; TechWithTwin (@techwithtwin) <a href=\"https://twitter.com/techwithtwin/status/1926221392137122218?ref_src=twsrc%5Etfw\">May 24, 2025</a></blockquote>\n</div></figure>\n</div>\n</div>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>What Next</strong></h2>\n\n\n\n<p>Don’t forget to follow<a href=\"https://twitter.com/WordPressJinja\"> @WordPressJinja</a> for continued updates.</p>\n\n\n\n<p>Uganda is one of the places with the highest turnover of WordPress events and a vibrant, supportive, and passionate WordPress community with over 8 WordPress events a year. Including Next Gens and Do Actions. Next inline is the <a href=\"https://events.wordpress.org/uganda/2025/competition/\">Uganda Websites Projects Competition</a> on 20th June 2025 and <a href=\"https://masaka.wordcamp.org/2025/\">WordCamp Masaka</a> on 18th and 19th July 2025 with more to follow in the coming months.</p>\n\n\n\n<p>Remember to join our <a href=\"https://www.meetup.com/Jinja-WordPress-Meetup/\">WordPress Jinja Meetup</a> community for timely updates as well. We can’t wait to welcome you to all WordPress Jinja meetups, creative and developer centric next-gen events and <strong>WordCamp Jinja 2026</strong> — which shall be even bigger and more impactful, let’s continue to create, impact, and explore together with WordPress!</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 13:18:58 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Mohammed Kateregga\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:10;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:59:\"Do The Woo Community: Version 6.0 OpenChannels.fm Changelog\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97751\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://openchannels.fm/version-6-0-openchannels-fm-changelog/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"An update to our changelog for OpenChannels.fm 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 10:19:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:11;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Jonathan Desrosiers: The Impact of Open Source Work\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://jonathandesrosiers.com/?p=4976\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://jonathandesrosiers.com/2025/06/the-impact-of-open-source-work/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:8423:\"<hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-small-font-size\"><em>June 9, 2025: The YouTube embed at the end of this post was  hanged to the upload of the specific talk mentioned instead of the Day 1 &#8211; Track 1 live stream.<br />June 10, 2025: The photo credit has been updated to include the photographer&#8217;s name and linking to the source instead of Twitter.</em></p>\n\n\n\n<hr class=\"is-style-wide wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"\">There’s been growing debate recently about whether <a href=\"https://central.wordcamp.org/\">WordCamps</a> have lost their value and relevance. Some argue that attendees rarely share meaningful takeaways afterward, and question whether the talks are impactful enough to provide real learning. They suggest that many people attend only for the travel, social events, and parties. While there may be some truth to these points for certain individuals, I don’t believe this is a fair or accurate generalization.</p>\n\n\n\n<p class=\"\">There are certainly <a href=\"https://jonathandesrosiers.com/2024/11/the-state-of-the-badge/\">areas where WordCamps could improve</a>. But there are also aspects that stand out as exceptional. They bring together people from around the world and across all walks of life. They celebrate the <a href=\"https://www.gnu.org/licenses/quick-guide-gplv3.html\">four freedoms of the GPL</a> and the core ideals that make open source meaningful. And they use the opportunity of being together in person to rally around the shared mission of <a href=\"https://wordpress.org/about/\">democratizing publishing</a>.</p>\n\n\n\n<p class=\"\">But like anything in life, these events are only as good the mindset you approach them with.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-meaningful-impact-of-open-source-software\">Meaningful Impact of Open Source Software</h2>\n\n\n\n<p class=\"\">Yesterday’s keynote at <a href=\"https://europe.wordcamp.org/2025/\">WordCamp Europe</a> struck a deep chord with me. In <em><a href=\"https://europe.wordcamp.org/2025/session/wordpress-without-borders-the-fight-for-digital-freedom/\">WordPress without Borders — The Fight for Digital Freedom</a></em>, <a href=\"https://www.noeltock.com/\">Noel Tock</a> spoke about his personal experiences in war-torn Ukraine. Through his non-profit, <a href=\"https://dog-help-kharkiv.org/\">Dog Help Kharkiv</a>, he works to evacuate dogs from the frontlines before finding them safe, loving homes.</p>\n\n\n\n<figure class=\"wp-block-image alignwide size-large wp-lightbox-container\"><img alt=\"Noel Tock on stage at WordCamp Europe. He\'s wearing a black hooded sweatshirt and is holding a remote control.\" class=\"wp-image-5019 not-transparent\" height=\"683\" src=\"https://jonathandesrosiers.com/wp-content/uploads/2025/06/noel-tock-wordcamp-europe-2025-1024x683.jpg\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Photo credit: <a href=\"https://www.flickr.com/photos/wceu/54571046049/in/album-72177720326409156/\">Paco Marchante</a>, WordCamp Europe 2025 volunteer photographer.</figcaption></figure>\n\n\n\n<p class=\"\">He witnessed how the open web enables life-changing work first-hand. Ukranian organizations are <a href=\"https://www.saveukraineua.org/\">reuniting families</a> or <a href=\"https://east-sos.org/en/\">literally</a> <a href=\"https://www.repair-together.com/home/\">changing</a> <a href=\"https://www.caritas.org/\">and</a> <a href=\"https://toukrainewithlove.org/\">saving</a> <a href=\"https://superhumans.com/\">lives</a>. These initiatives were made possible thanks in part to the work we all do building and maintaining the WordPress software powering tens of millions of websites.</p>\n\n\n\n<p class=\"\">What a powerful reality made possible by the <a href=\"https://ma.tt/2014/01/four-freedoms/\">ideals of Open Source</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-sharing-our-stories\">Sharing Our Stories</h2>\n\n\n\n<p class=\"\">While stories at the severe end of the spectrum like these are (hopefully) rare, there’s no shortage of instances where the impact of the software we maintain is life changing. But why is it so hard to find them? It&#8217;s not because they don’t exist. The people living these stories are just busy doing the actual work: fundraising, helping others, managing the demands of everyday life, and running their businesses.</p>\n\n\n\n<p class=\"\">WordCamps are more than just conferences. They are moments of connection, reflection, and renewal for a global community working toward something bigger than ourselves. The value is not always in the slides or the swag, but in the relationships formed, the perspectives expanded, and the stories shared. But they&#8217;re also an opportunity to share our own stories.</p>\n\n\n\n<p class=\"\">If we want WordCamps to improve, we have to show up with purpose. Attend the talks, ask thoughtful questions, introduce yourself to someone new, and share what you learn. Most importantly, we need to be more intentional about sharing the stories that matter.</p>\n\n\n\n<figure class=\"wp-block-image size-large wp-lightbox-container\"><img alt=\"A person standing at a microphone in front of a stage asking a question. A person is visible but out of focus in the background.\" class=\"wp-image-5020 not-transparent\" height=\"683\" src=\"https://jonathandesrosiers.com/wp-content/uploads/2025/06/299677c4502451b71.58467430-scaled-1-1024x683.jpg\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\"><a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/299677c450/\">photo</a> by <a href=\"https://www.nilovelez.com/\">Nilo Velez</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</figcaption></figure>\n\n\n\n<p class=\"\">When we tell stories about a simple blog that helps reunite a family, or a one-page fundraising site that powers a grassroots rescue effort, we remind ourselves why this work is meaningful. These are not outliers. WordPress is designed to be stable, extensible, and accessible so that anyone can build with confidence. And what they build can change lives.</p>\n\n\n\n<p class=\"\">To make WordCamps better, we must make space for stories like these. Seek them out, listen to them, and share them. When we do, we not only rediscover purpose in our work, we also learn from the people who use what we build. But we don’t have to wait for a WordCamp to do this. Reach out. Tell <a href=\"https://jonathandesrosiers.com/2017/03/why-i-wordcamp-a-reflection/\">someone how their work has impacted your community, your family, or your life</a>.</p>\n\n\n\n<p class=\"\">As I <a href=\"https://jonathandesrosiers.com/2025/06/how-a-core-committer-thinks-making-decisions-for-millions/\">highlighted in the talk I gave yesterday</a>, every line matters.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-watch-the-replay\">Watch the Replay</h2>\n\n\n\n<figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p class=\"has-text-align-right\"><em>Featured image credit: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/91461e729c/\">photo</a> by <a href=\"https://nomad.blog\">annezazu</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</em></p>\n<p>The post <a href=\"https://jonathandesrosiers.com/2025/06/the-impact-of-open-source-work/\">The Impact of Open Source Work</a> appeared first on <a href=\"https://jonathandesrosiers.com\">Jonathan Desrosiers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 08:45:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:12;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Do The Woo Community: Rebrand: Do the Woo Podcast Is Still Here\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97887\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://openchannels.fm/rebrand-do-the-woo-podcast-is-still-here/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:166:\"BobWP updates listeners on the evolution of \"Do the Woo,\" a podcast focused on WooCommerce. It features diverse hosts and segments, catering to all experience levels.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 07 Jun 2025 06:30:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:13;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:79:\"Jonathan Desrosiers: How a Core Committer Thinks: Making Decisions for Millions\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://jonathandesrosiers.com/?p=4970\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:97:\"https://jonathandesrosiers.com/2025/06/how-a-core-committer-thinks-making-decisions-for-millions/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3247:\"<p class=\"\">I just left the stage in Basel after giving my talk at <a href=\"https://jonathandesrosiers.com/2025/04/speaking-at-wordcamp-europe-2025/\">WordCamp Europe</a>. I am really happy with how it turned out, and I hope others found it insightful. There are some points that have stuck with me that I plan to dive into a bit deeper here on my blog in the coming weeks.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-further-reading\">Further Reading</h2>\n\n\n\n<p class=\"\">In my session, I covered how the WordPress philosophies and other Open Source decision making frameworks apply to evaluating suggested changes as a Core Committer. If you found yourself wanting to learn more, the philosophies of the WordPress project are largely adapted <a href=\"https://ometer.com/features.html\" rel=\"nofollow\">from some</a> <a href=\"https://ometer.com/free-software-ui.html\">essays</a> by <a href=\"https://en.wikipedia.org/wiki/Havoc_Pennington\">Havoc Pennington</a>.</p>\n\n\n\n<p class=\"\">These concepts are also detailed in <em><a href=\"https://producingoss.com/\">Producing Open Source Software: How to Run a Successful Free Software Project</a></em> by <a href=\"https://www.red-bean.com/kfogel/\">Karl Fogel</a>. My talk submissions are sometimes a way to promote exploring a subject that I am interested in more deeply. While I use the concepts in this talk at depth every time I work on WordPress, this was definitely one of those cases (<a href=\"https://amzn.to/4jC38Oc\" rel=\"sponsored nofollow\">I&#8217;ve had the paperback version</a> of Fogel&#8217;s book on my desk for longer than I&#8217;d like to admit).</p>\n\n\n\n<p class=\"\">WordPress Lead Developer Andrew Nacin also expanded on the topic a bit in his <em><a href=\"https://nacin.com/2014/02/07/how-wordpress-chooses-committers/\">The qualities of a great WordPress contributor</a></em> post on his blog.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-watch-the-replay\">Watch the Replay</h2>\n\n\n\n<p class=\"\">If you missed my talk live, you can watch the replay of the live stream. I’ve included it below and set the video to start when I took the stage. </p>\n\n\n\n<figure class=\"wp-embed-aspect-16-9 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-slide-deck\">Slide Deck</h2>\n\n\n\n<p class=\"\">And here&#8217;s my slide deck if you wish to follow along.</p>\n\n\n\n<div class=\"wp-block-file\"><a href=\"https://jonathandesrosiers.com/wp-content/uploads/2025/06/How-a-WordPress-Core-Committer-Thinks-Making-Decisions-for-Millions-WCEU.pdf\" id=\"wp-block-file--media-688a1d9c-604d-4262-88f5-7e116d4d6500\">How-a-WordPress-Core-Committer-Thinks-Making-Decisions-for-Millions-WCEU</a><a class=\"wp-block-file__button wp-element-button\" href=\"https://jonathandesrosiers.com/wp-content/uploads/2025/06/How-a-WordPress-Core-Committer-Thinks-Making-Decisions-for-Millions-WCEU.pdf\">Download</a></div>\n\n\n\n<p class=\"\"></p>\n<p>The post <a href=\"https://jonathandesrosiers.com/2025/06/how-a-core-committer-thinks-making-decisions-for-millions/\">How a Core Committer Thinks: Making Decisions for Millions</a> appeared first on <a href=\"https://jonathandesrosiers.com\">Jonathan Desrosiers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Jun 2025 16:21:02 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:14;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Press Release: Do the Woo Rebrands to OpenChannels.fm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97748\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://openchannels.fm/press-release-do-the-woo-rebrands-to-openchannels-fm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:202:\"Do the Woo has rebranded as OpenChannels.fm, expanding its podcast community to cover various aspects of the open web, while still celebrating WooCommerce as a core focus. It\'s all about diverse voices.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Jun 2025 08:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:15;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:68:\"Do The Woo Community: The Rebrand: Do the Woo is now OpenChannels.fm\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97880\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://openchannels.fm/the-rebrand-do-the-woo-is-now-openchannels-fm/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:210:\"So, the podcast \"Do the Woo\" is now \"OpenChannels.fm\"! It’s a cool rebrand to reflect their broader focus on WordPress and open web topics, while still keeping the WooCommerce content. Exciting changes ahead.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 06 Jun 2025 06:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:16;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Weston Ruter: Eliminating Layout Shifts in the Video Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://weston.ruter.net/?p=34930\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"https://weston.ruter.net/2025/06/05/eliminating-layout-shifts-in-the-video-block/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:35090:\"<p>Like the rest of the internet, I&#8217;ve been awestruck by the quality of Google&#8217;s <a href=\"https://deepmind.google/models/veo/\">Veo 3</a> AI video generator (even with audio). As you&#8217;ve seen from my posts, the <a href=\"https://en.wikipedia.org/wiki/American_bison\">American bison</a> <img alt=\"🦬\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f9ac.png\" style=\"height: 1em;\" /> is my favorite animal (aside from my cat of course). Also, perhaps I&#8217;ve watched too many <a href=\"https://www.instagram.com/moustache_farmer/\">videos</a> from the <a href=\"https://www.moustache-farmer.de/en\">Mustache Farmer</a>, but I realized I could use Veo 3 to realize a fantasy of being able to pal around with what in reality is a wild animal. Generating bison videos brought me a lot of joy so I had to share them. However, I faced a dilemma because I didn&#8217;t want to do so via WordPress&#8217;s Video block in its current state: it suffers from a bad case of <em>layout shiftitus</em>. Since web performance is an even greater passion of mine than the bison, before I could share the videos I did a deep dive on the problem and came up with a fix. <em>(Skip to the <a href=\"https://weston.ruter.net/category/wordpress/feed/#videos\">videos</a> below if you don&#8217;t care.)</em></p>\n\n\n\n<p>There&#8217;s a 2-year old Gutenberg issue (<a href=\"https://github.com/WordPress/gutenberg/issues/52185\" title=\"Video block: Should have width height dimensions to prevent cumulative layout shift (CLS)\">#52185</a>) which reported the underlying problem here that the Video block should have <code>width</code> and <code>height</code> attributes added to prevent layout shifts. Such jank causes a poor user experience and negatively impacts the <a href=\"https://web.dev/articles/cls\">Cumulative Layout Shift</a> (CLS) metric of <a href=\"https://web.dev/articles/vitals\">Core Web Vitals</a> (CWV).</p>\n\n\n\n<p>A dimensionless <code>video</code> element gets a 2:1 aspect ratio placeholder (a 300&#215;150 <a href=\"https://html.spec.whatwg.org/multipage/media.html#the-video-element:default-object-size\">default object size</a>) until the video&#8217;s metadata is loaded, at which time a layout shift happens due to the new dimensions being applied. When there&#8217;s a <code>poster</code> attribute, the placeholder dimensions get replaced with the dimensions of the poster image once it loads, also resulting in a layout shift; lastly, if the poster image doesn&#8217;t have the exact same dimensions as the video, then a second layout shift occurs once the video starts playing.</p>\n\n\n\n<p>Take a look at these screen recordings of a Video block without a poster and then with a poster provided (and there&#8217;s a script on this test page that starts video playback after 4 seconds):</p>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\" id=\"screen-recordings-with-layout-shifts\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"1080\" loop=\"loop\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/1-no-poster-layout-shift.mp4\" width=\"476\"></video><figcaption class=\"wp-element-caption\">Without a poster, causing a layout shift.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"1080\" loop=\"loop\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/2-with-poster-layout-shift.mp4\" width=\"476\"></video><figcaption class=\"wp-element-caption\">With a poster, causing a layout shift.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p>The layout shifts are somewhat exaggerated here because:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>A vertical/portrait video is used.</li>\n\n\n\n<li>A network delay is added to slow down the loading of the poster and video (which is not unexpected on a mobile connection).</li>\n\n\n\n<li>The poster image doesn&#8217;t have the same dimensions as the video.</li>\n</ol>\n\n\n\n<p>In any case, such layout shifts seem to occur anywhere the Video block is used to some degree. </p>\n\n\n\n<h2 class=\"wp-block-heading\">CLS Passing Rates</h2>\n\n\n\n<p>Layout shifts from the Video block contribute to WordPress overall having a relatively poor passing rate for CLS. On desktop, 71% of WordPress origins have a good CLS passing rate, while on mobile the passing rate is 82%. (CLS is worse on desktop presumably because more content is on the screen at a time, meaning there are more opportunities for layout shifts to appear in the viewport.) When evaluating these CLS passing rates in terms of <a href=\"https://en.wikipedia.org/wiki/Academic_grading_in_the_United_States#Grade_conversion\">academic letter grades</a>, <strong>WordPress is getting a B− on mobile and a C− on desktop.</strong> When comparing WordPress to other popular CMS platforms, it ranks near the bottom with only Joomla performing worse, as seen in this table sorted by desktop:</p>\n\n\n\n<figure class=\"wp-block-table is-style-regular has-medium-font-size\"><table><thead><tr><th>Technology</th><th><a href=\"https://httparchive.org/reports/techreport/tech?good-cwv-over-time=CLS&amp;client=desktop&amp;tech=ALL%2CWordPress%2CShopify%2CWix%2CSquarespace%2CJoomla%2CDrupal&amp;geo=ALL&amp;rank=ALL#comparison-good-cwvs\">Desktop</a></th><th><a href=\"https://httparchive.org/reports/techreport/tech?good-cwv-over-time=CLS&amp;client=mobile&amp;tech=ALL%2CWordPress%2CShopify%2CWix%2CSquarespace%2CJoomla%2CDrupal&amp;geo=ALL&amp;rank=ALL#comparison-good-cwvs\">Mobile</a></th></tr></thead><tbody><tr><td>Wix</td><td>91% (A−)</td><td>94% (A)</td></tr><tr><td>Shopify</td><td>82% (B−)</td><td>90% (A−)</td></tr><tr><td>Squarespace</td><td>77% (C+)</td><td>88% (B+)</td></tr><tr><td>Drupal</td><td>72% (C−)</td><td>85% (B)</td></tr><tr><td><em>(Any)</em></td><td>72% (C−)</td><td>79% (C+)</td></tr><tr><td><strong>WordPress</strong></td><td><strong>71%</strong> (C−)</td><td><strong>82%</strong> (B−)</td></tr><tr><td>Joomla</td><td>69% (D+)</td><td>79% (C+)</td></tr></tbody></table></figure>\n\n\n\n<details class=\"wp-block-details has-small-font-size is-layout-flow wp-block-details-is-layout-flow\">Graphs of origins with good CLS over time\n<div class=\"wp-block-columns alignwide is-layout-flex wp-container-core-columns-is-layout-0884d4d2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Desktop</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized wp-lightbox-container\" style=\"margin-top: 0;\"><img alt=\"Graph showing good CLS over time on desktop for WordPress, Shopify, Wix, Squarespace, Joomla, and Drupal. All platforms are trending upward, but WordPress is near the bottom with Joomla at ~70%, while Wix is at the top with ~90%.\" class=\"wp-image-35018\" height=\"600\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/chart-cls-desktop-svgomg.svg\" style=\"width: 600px; height: auto;\" width=\"600\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<p class=\"has-text-align-center\">Mobile</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large is-resized wp-lightbox-container\" style=\"margin-top: 0;\"><img alt=\"Graph showing good CLS over time on mobile for WordPress, Shopify, Wix, Squarespace, Joomla, and Drupal. All platforms are trending upward, but WordPress is near the bottom with Joomla at ~80%, while Wix is at the top with ~95%.\" class=\"wp-image-35019\" height=\"600\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/chart-cls-mobile-svgomg.svg\" style=\"width: 600px; height: auto;\" width=\"600\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n</div>\n</div>\n</details>\n\n\n\n<p>The passing rates for WordPress are unsurprisingly very close to the passing rates for the web overall (any technology) since WordPress has the largest market share by far. <strong>Whenever WordPress performs badly, the web as a whole suffers. Whenever WordPress performs well, the web as a whole improves.</strong> This was the drive behind my “scaled activation” Chrome team at Google <a href=\"https://weston.ruter.net/2025/05/14/a-decade-as-a-core-committer-my-wordpress-contribution-history/\">when I was sponsored</a> there to work on WordPress performance full time.</p>\n\n\n\n<p>Now, CLS in WordPress is not nearly as problematic as Largest Contentful Paint (LCP), which is getting an <strong>F grade</strong> for its passing rates of <a href=\"https://httparchive.org/reports/techreport/tech?good-cwv-over-time=LCP&amp;client=mobile&amp;tech=ALL%2CWordPress%2CShopify%2CWix%2CSquarespace%2CJoomla%2CDrupal&amp;geo=ALL&amp;rank=ALL#comparison-good-cwvs\">54% on mobile</a> and <a href=\"https://httparchive.org/reports/techreport/tech?good-cwv-over-time=LCP&amp;client=desktop&amp;tech=ALL%2CWordPress%2CShopify%2CWix%2CSquarespace%2CJoomla%2CDrupal&amp;geo=ALL&amp;rank=ALL#comparison-good-cwvs\">65% on desktop</a>. Because of this, improving LCP has been the primary focus for us on the WordPress Core Performance Team, and the <a href=\"https://make.wordpress.org/core/2023/09/19/analyzing-the-core-web-vitals-performance-impact-of-wordpress-6-3-in-the-field/\">metric has improved</a> thanks in part to <a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">adding</a> <code>fetchpriority=high</code> to LCP-probable <code>img</code> tags, <a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/#:~:text=Lazy%2Dloading%20issues%20addressed\">adjusting</a> image lazy-loading heuristics, <a href=\"https://core.trac.wordpress.org/ticket/58472\">optimizing</a> the emoji loader, and most recently landing <a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">Speculative Loading</a>. And work continues on improving LCP, for example, by <a href=\"https://weston.ruter.net/2025/05/26/improve-lcp-by-deprioritizing-interactivity-api-script-modules/\">deprioritizing non-critical scripts</a> and by leveraging client-side metrics to more accurately prioritize images via the <a href=\"https://github.com/WordPress/performance/blob/trunk/plugins/optimization-detective/docs/introduction.md\">Optimization Detective</a> project (see also <a href=\"https://weston.ruter.net/2025/02/21/boosting-performance-with-optimization-detective/\">my talk</a>).</p>\n\n\n\n<p>The other CWV metric, Interaction to Next Paint (INP), is in relatively great shape with a passing rate of <a href=\"https://httparchive.org/reports/techreport/tech?good-cwv-over-time=INP&amp;client=mobile&amp;tech=ALL%2CWordPress%2CShopify%2CWix%2CSquarespace%2CJoomla%2CDrupal&amp;geo=ALL&amp;rank=ALL#comparison-good-cwvs\">85% on mobile</a> (B) and <a href=\"https://httparchive.org/reports/techreport/tech?good-cwv-over-time=INP&amp;client=desktop&amp;tech=ALL%2CWordPress%2CShopify%2CWix%2CSquarespace%2CJoomla%2CDrupal&amp;geo=ALL&amp;rank=ALL#comparison-good-cwvs\">98% on desktop</a> (A+).</p>\n\n\n\n<p>So, in parallel with the continued work to improve LCP, it&#8217;s important to not neglect WordPress&#8217;s sub-optimal CLS passing rate. Prior work to improve CLS included <a href=\"https://make.wordpress.org/core/2020/07/14/lazy-loading-images-in-5-5/\">adding</a> <code>width</code> and <code>height</code> attributes to <code>img</code> tags for the sake of lazy-loading. There&#8217;s also a ticket (<a href=\"https://core.trac.wordpress.org/ticket/59119\" title=\"Measure layout stability metrics in performance tests\">#59119</a>) to measure CLS in performance tests. Additionally, a key feature of the <a href=\"https://wordpress.org/plugins/embed-optimizer/\">Embed Optimizer</a> extension to the aforementioned Optimization Detective <a href=\"https://wordpress.org/plugins/optimization-detective/\">plugin</a> is the <strong>reduction of layout shifts</strong> caused by embeds that resize when they load. This is commonly seen in embeds for Twitter, Bluesky, and WordPress itself. Embed Optimizer keeps track of these embeds&#8217; resized heights. Then, with these resized heights stored, Embed Optimizer sets the appropriate height on the container <code>figure</code> element as the viewport-specific <code>min-height</code> so that when the embed loads any layout shift is minimized.</p>\n\n\n\n<p>Lastly, coming back to the impetus of this post, there&#8217;s the issue of layout shifts in the Video block.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Fixing the Video Block</h2>\n\n\n\n<p>Preventing layout shifts in the Video block is straightforward. As described in the <a href=\"https://github.com/WordPress/gutenberg/issues/52185\">Gutenberg issue</a>, the <code>width</code> and <code>height</code> attributes need to be supplied on the <code>video</code> tag, although a bit more is needed than just that. When a video is uploaded to the Media Library, the metadata is <a href=\"https://developer.wordpress.org/reference/functions/wp_generate_attachment_metadata/\">obtained</a> via the <code><a href=\"https://developer.wordpress.org/reference/functions/wp_read_video_metadata/\">wp_read_video_metadata()</a></code> function, including its width and height. Assuming that reading the metadata was successful, these dimensions can then be injected into the <code>video</code> tag in the same way as dimensions are being <a href=\"https://developer.wordpress.org/reference/functions/wp_img_tag_add_width_and_height_attr/\">added</a> to the <code>img</code> tag. (For external videos added by URL not uploaded into the Media Library, the dimensions could be read client-side in the block editor or they could be <a href=\"https://github.com/WordPress/performance/issues/10#issuecomment-2601037707\">gathered via Optimization Detective on the frontend</a>.)</p>\n\n\n\n<p>This goes full circle for me because we did something similar in <time datetime=\"2018-05-21\">2018 (7 years ago!)</time> to <a href=\"https://github.com/ampproject/amp-wp/pull/1026\">add dimensions to videos</a> in the <a href=\"https://wordpress.org/plugins/amp/\">AMP plugin</a> when converting from the <code>video</code> tag to the <code><a href=\"https://amp.dev/documentation/components/amp-video\">amp-video</a></code> component. The <a href=\"https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml\">AMP HTML spec</a> <a href=\"https://amp.dev/documentation/guides-and-tutorials/learn/amp-html-layout/#width-and-height\">mandates</a> (generally) that all elements must have dimensions supplied to <a href=\"https://blog.amp.dev/2020/04/16/cumulative-layout-shift-in-amp/\">prevent layout shifts</a>, as the first of <a href=\"https://amp.dev/about/mission-and-vision#:~:text=merchant%2C%20and%20advertiser.-,Design%20Principles,-These%20design%20principles\">AMP&#8217;s design principles</a> is to prioritize the user experience. As I <a href=\"https://weston.ruter.net/2025/05/14/a-decade-as-a-core-committer-my-wordpress-contribution-history/#:~:text=Ultimately%2C%20a%20lot,improving%20CWV%20metrics.\">mentioned</a> in my recent <a href=\"https://weston.ruter.net/2025/05/14/a-decade-as-a-core-committer-my-wordpress-contribution-history/\">contribution retrospective</a>, AMP predates CWV; as part of <a href=\"https://blog.amp.dev/2019/05/21/contributing-back-lessons-learned-part-1/\">contributing back lessons learned from AMP to the whole web</a>, it “invested in defining additional metrics that would paint a more holistic image of user perceived performance.” This included a “Layout Stability” metric which came to be known as CLS.</p>\n\n\n\n<p>In addition to providing the <code>width</code> and <code>height</code> attributes, for the <code>video</code> to scale to fit its container and to have the correct aspect ratio, the element needs to be styled with <code>height:auto</code> since it has <code>width:100%</code>. Finally, because of an <a href=\"https://github.com/w3c/csswg-drafts/issues/7524\" title=\"[css-sizing-4] aspect-ratio via width and height attributes doesn\'t work for &lt;video&gt;\">issue</a> in the CSS spec (as <a href=\"https://jakearchibald.com/2022/img-aspect-ratio/#:~:text=Update%3A%20Although%20browsers%20implemented%20the%20feature%20for%20%3Cvideo%3E%20as%20per%20the%20spec%2C%20the%20spec%20is%20broken%2C%20so%20it%20doesn%27t%20work%20in%20practice.\">highlighted</a> by <a href=\"https://jakearchibald.com/\">Jake Archibald</a>), the width and height need to be replicated in an <code><a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/aspect-ratio\">aspect-ratio</a></code> style. This currently has to be added as an inline style since the following desired use of the <a href=\"https://developer.mozilla.org/en-US/docs/Web/CSS/attr\"><code>attr()</code></a> function in a style rule is currently only <a href=\"https://caniuse.com/css3-attr\">supported</a> in Chromium:</p>\n\n\n<pre class=\"wp-block-code has-medium-font-size\"><span><code class=\"hljs language-css\"><span class=\"hljs-selector-class\">.wp-block-video</span> <span class=\"hljs-selector-tag\">video</span><span class=\"hljs-selector-attr\">&#91;width]</span><span class=\"hljs-selector-attr\">&#91;height]</span> {\n	<span class=\"hljs-attribute\">aspect-ratio</span>:\n		<span class=\"hljs-built_in\">attr</span>(width  type(&lt;number&gt;)) /\n		<span class=\"hljs-built_in\">attr</span>(height type(&lt;number&gt;));\n}</code></span></pre>\n\n\n<p>I&#8217;ve submitted the fix in Gutenberg pull request #70293: <a href=\"https://github.com/WordPress/gutenberg/pull/70293\">Fix layout shift caused by video tag in Video block lacking width and height</a>.</p>\n\n\n\n<p>And since I didn&#8217;t want to wait for that fix to be merged and available in a new Gutenberg release, I also adapted it into a standalone <a href=\"https://github.com/westonruter/layout-stabilized-video-block\">Layout-stabilized Video Block</a> plugin which is active here on my blog (since I wanted to share those AI-generated bison videos!). Please install the plugin on your site and test how it works with your Video blocks.</p>\n\n\n\n<p>Compare the <a href=\"https://weston.ruter.net/category/wordpress/feed/#screen-recordings-with-layout-shifts\">above screen recordings</a> of layout-shifting Video blocks with the following screen recordings where the fix is applied:</p>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\" id=\"screen-recordings-without-layout-shifts\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"1080\" loop=\"loop\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/3-no-poster-and-no-layout-shift.mp4\" width=\"476\"></video><figcaption class=\"wp-element-caption\">Without a poster, not causing a layout shift.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"1080\" loop=\"loop\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/4-with-poster-and-no-layout-shift.mp4\" width=\"476\"></video><figcaption class=\"wp-element-caption\">With a poster, not causing a layout shift.</figcaption></figure>\n</div>\n</div>\n\n\n\n<details class=\"wp-block-details has-small-font-size is-layout-flow wp-block-details-is-layout-flow\">Aside: Command used for transcoding screen recordings\n<p>I was really impressed with how well FFmpeg compressed the original Quicktime screen recordings from ~32MB down to just ~400KB, and since the args to <code>ffmpeg</code> are always something I have to re-discover, here&#8217;s the command for (my) future reference:</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\"><span class=\"hljs-keyword\">for</span> video <span class=\"hljs-keyword\">in</span> $(ls *.mov); <span class=\"hljs-keyword\">do</span>\n  ffmpeg \n    -i <span class=\"hljs-string\">\"<span class=\"hljs-variable\">$video</span>\"</span> \\\n    -vf <span class=\"hljs-string\">\"scale=-2:1080\"</span> \\\n    -c:v libx264 \\\n    -preset medium \\\n    -crf 30 \\\n    -an \\\n    -b:a 128k \\\n    -movflags \\\n    +faststart \\\n    <span class=\"hljs-string\">\"<span class=\"hljs-variable\">${video/.mov/.mp4}</span>\"</span>\n<span class=\"hljs-keyword\">done</span></code></span></pre></details>\n\n\n\n<p>You can <a href=\"https://weston.ruter.net/?p=34930&amp;disable_layout_stabilized_video_block=1#screen-recordings-without-layout-shifts\">try loading this post without the fix</a> by adding a special query var to the URL (and then keep hard reloading to see more layout instability).</p>\n\n\n\n<p>And now, with the layout shift fixed, let&#8217;s get to the bison videos.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"videos\">AI Bison Videos</h2>\n\n\n\n<p>The following Veo-generated videos were downloaded from Gemini and uploaded without any transcoding, although they are encoded quite well for the web at ~3MB each for 8 seconds of high quality 720p video with audio. I manually selected a representative frame of each video to create the poster images.</p>\n\n\n\n<aside class=\"wp-block-group is-style-section-1 has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained is-style-section-1--1\">\n<p class=\"is-style-default\">Bonus: This site is running the <a href=\"https://wordpress.org/plugins/image-prioritizer/\">Image Prioritizer</a> extension of Optimization Detective which improves the loading of videos by:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Lazy loading the videos by setting the <code>preload</code> initially to <code>none</code>, and then removing this when the video enters the viewport.</li>\n\n\n\n<li>Lazy loading the poster images.</li>\n\n\n\n<li>Reducing the size of the poster image according to the max width of the <code>video</code> across all viewport sizes.</li>\n\n\n\n<li>Preloading poster images for LCP <code>video</code> elements (not relevant for this post).</li>\n</ol>\n</aside>\n\n\n\n<p>This first video leans a little too hard into the “mustache” of the Mustache Farmer:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Video_Ready_Bison_and_Man.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Video_Ready_Bison_and_Man.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison falls asleep in the lap of a man in the style of the Mustache Farmer.</figcaption></figure>\n\n\n\n<p>I like how this guy seemingly pretends he didn&#8217;t know where the bison was in the open field, “Oh, there you are buddy!”:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Nuzzles_Man_Video_Ready.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Nuzzles_Man_Video_Ready.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison runs over to a man and affectionately nuzzles him, putting his head next to the man to rub up against him. The man pets the bison&#8217;s head and smiles. The bison is the man&#8217;s pet.</figcaption></figure>\n\n\n\n<p>Awkward running:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Nuzzles_Petting_Man_Video.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Nuzzles_Petting_Man_Video.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison and a man run toward each other. When they meet, the bison affectionately nuzzles him, putting his head next to the man to rub up against him. The man pets the bison&#8217;s head and smiles. The bison is the man&#8217;s pet.</figcaption></figure>\n\n\n\n<p>A somewhat less awkward run:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_and_Man_s_Affectionate_Meeting.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_and_Man_s_Affectionate_Meeting.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison and a man run toward each other. When they meet, the bison affectionately nuzzles him, putting his head next to the man to rub up against him. The man pets the bison&#8217;s head and smiles. The bison is the man&#8217;s pet.</figcaption></figure>\n\n\n\n<p>There&#8217;s an invisible stirrup in this one:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Ride_Video_Ready.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Ride_Video_Ready.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison kneels down for a man, and the man climbs on the back of the bison and they gallop off into the sunset.</figcaption></figure>\n\n\n\n<p>Apparently Tom Cruise with maniacal laughter and a magically-appearing saddle:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Ride_Video_Ready_.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Ride_Video_Ready_.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison kneels down for a man to mount on top of the bison. The bison wants to give the man a ride. The man laughs and smiles as he climbs onto the back of the bison and they gallop off into the sunset.</figcaption></figure>\n\n\n\n<p>Just heartwarming:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_and_Man_s_Affectionate_Moment.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_and_Man_s_Affectionate_Moment.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison walks up to a man. The bison rubs his head against the man, nuzzling him like a cat. The man affectionately rubs the bison&#8217;s head. The man smiles. The bison could be the man&#8217;s pet.</figcaption></figure>\n\n\n\n<p>The guy&#8217;s smile is a little intense in this one, but it&#8217;s also heartwarming:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Video_of_Man_and_Bison.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Video_of_Man_and_Bison.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A man and a bison having fun together, rolling in the grass and wrestling. The bison is the man&#8217;s pet.</figcaption></figure>\n\n\n\n<p>This guy seems a little fake (almost like he&#8217;s AI):</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Petting_Video_Ready_.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Bison_Petting_Video_Ready_.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison is standing close to a man. The man scratches the bison under its neck and he pets the hair on the bison&#8217;s head. The bison is enjoying the affection. The man smiles and tells the bison, &#8220;You&#8217;re such a good boy.&#8221; The bison likes the man. The bison is the man&#8217;s pet.</figcaption></figure>\n\n\n\n<p>Nice purring sound effect, followed by flapping bird wings?</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Cat_and_Bison_Video_Link.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Cat_and_Bison_Video_Link.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A gray tabby cat with faint stripes jumps on top of a bison and starts to knead its paws into the bison&#8217;s thick fur. The bison likes it. The bison and the cat are friends.</figcaption></figure>\n\n\n\n<p>Cozy, but the cat glitches a bit at the end:</p>\n\n\n\n<figure class=\"wp-block-video\"><video controls=\"controls\" height=\"720\" poster=\"https://weston.ruter.net/wp-content/uploads/2025/06/Video_Bison_and_Cat_Nap.jpg\" src=\"https://weston.ruter.net/wp-content/uploads/2025/06/Video_Bison_and_Cat_Nap.mp4\" width=\"1280\"></video><figcaption class=\"wp-element-caption\">Prompt: A bison is lying down in the grass. A gray tabby cat nuzzles up to the bison and climbs on its back to lie down for a nap. The bison likes the cat&#8217;s company.</figcaption></figure>\n\n\n\n<p>Now I&#8217;m going to go pet my real cat. <img alt=\"😸\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f638.png\" style=\"height: 1em;\" /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-medium-font-size\">Where I&#8217;ve shared this:</p>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.linkedin.com/posts/westonruter_eliminating-layout-shifts-in-the-video-block-activity-7336504092174729217-HmKO\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-bluesky  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://bsky.app/profile/weston.ruter.net/post/3lqvbcqwx622q\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bluesky</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-mastodon  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://mastodon.social/@westonruter/114632880406289198\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Mastodon</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://x.com/westonruter/status/1930738990308884546\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-threads  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.threads.com/@westonruter/post/DKmwlxgOHzL\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M16.3 11.3c-.1 0-.2-.1-.2-.1-.1-2.6-1.5-4-3.9-4-1.4 0-2.6.6-3.3 1.7l1.3.9c.5-.8 1.4-1 2-1 .8 0 1.4.2 1.7.7.3.3.5.8.5 1.3-.7-.1-1.4-.2-2.2-.1-2.2.1-3.7 1.4-3.6 3.2 0 .9.5 1.7 1.3 2.2.7.4 1.5.6 2.4.6 1.2-.1 2.1-.5 2.7-1.3.5-.6.8-1.4.9-2.4.6.3 1 .8 1.2 1.3.4.9.4 2.4-.8 3.6-1.1 1.1-2.3 1.5-4.3 1.5-2.1 0-3.8-.7-4.8-2S5.7 14.3 5.7 12c0-2.3.5-4.1 1.5-5.4 1.1-1.3 2.7-2 4.8-2 2.2 0 3.8.7 4.9 2 .5.7.9 1.5 1.2 2.5l1.5-.4c-.3-1.2-.8-2.2-1.5-3.1-1.3-1.7-3.3-2.6-6-2.6-2.6 0-4.7.9-6 2.6C4.9 7.2 4.3 9.3 4.3 12s.6 4.8 1.9 6.4c1.4 1.7 3.4 2.6 6 2.6 2.3 0 4-.6 5.3-2 1.8-1.8 1.7-4 1.1-5.4-.4-.9-1.2-1.7-2.3-2.3zm-4 3.8c-1 .1-2-.4-2-1.3 0-.7.5-1.5 2.1-1.6h.5c.6 0 1.1.1 1.6.2-.2 2.3-1.3 2.7-2.2 2.7z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Threads</span></a></li></ul>\n\n\n\n<p></p>\n<p>The post <a href=\"https://weston.ruter.net/2025/06/05/eliminating-layout-shifts-in-the-video-block/\">Eliminating Layout Shifts in the Video Block</a> appeared first on <a href=\"https://weston.ruter.net\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jun 2025 21:09:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:17;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"Felix Arntz: Introducing the View Transitions Plugin for WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://felix-arntz.me/?p=2122\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://felix-arntz.me/blog/introducing-view-transitions-wordpress-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:16276:\"<p>I&#8217;m thrilled to announce a new plugin from the WordPress Core Performance Team: <a href=\"http://wordpress.org/plugins/view-transitions/\" rel=\"noreferrer noopener\" target=\"_blank\">View Transitions</a>! This experimental plugin brings the power of the <a href=\"https://developer.chrome.com/docs/web-platform/view-transitions/cross-document\" rel=\"noreferrer noopener\" target=\"_blank\">cross-document View Transitions browser API</a> to your WordPress site, allowing for smoother, animated transitions between page navigations.</p>\n\n\n\n<h2 class=\"wp-block-heading\">View Transitions?</h2>\n\n\n\n<p>Traditionally, moving from one page (or, technically, URL) to another on the web has always involved an abrupt, &#8220;hard&#8221; reload. While this might seem completely natural to many of us on the web, user expectations have shifted drastically in the past (almost) two decades.</p>\n\n\n\n<p>Native mobile applications, with their seamless in-app navigations and smooth transitions, have set a new bar for user experience. This has led web developers to try to catch up with that experience, often turning to Single Page Applications (SPAs). While SPAs aim to mimic native app navigations by dynamically updating content without full page reloads, this often comes with increased development complexity and a shift in how you structure your entire website, often at the cost of accessibility or performance.</p>\n\n\n\n<p>Now, with <a href=\"https://developer.chrome.com/docs/web-platform/view-transitions/cross-document\">cross-document view transitions</a>, you can achieve that desired user experience through smooth transitions on the web without any extensive overhaul of your website. And the new <a href=\"http://wordpress.org/plugins/view-transitions/\">View Transitions</a> plugin makes it super simple in WordPress.</p>\n\n\n\n<span id=\"more-2122\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">How Do View Transitions Work in WordPress?</h2>\n\n\n\n<p>As soon as you have activated the plugin on your WordPress site and navigate between a few pages of your site, you&#8217;ll notice that the plugin implements a gentle fade effect for the transition, creating a more graceful and visually engaging user experience. This is the default behavior not only for the plugin, but also for the View Transitions API in the browser.</p>\n\n\n\n<p>If you want to see a live demo &#8211; you&#8217;re on it! The plugin is active on my site, so for example you could click on the &#8220;Blog&#8221; link in the header navigation. You should see a smooth transition if your browser supports it (see further below). Just make sure to navigate back here afterwards to continue reading. 😁</p>\n\n\n\n<p>(If you want to test it more, you could navigate to the home page by clicking on the site title, scroll down to &#8220;Latest posts&#8221;, then click on the &#8220;View post&#8221; button for this post. When using a large enough viewport, that transition should expand/morph the small featured image from the post in the grid to the much larger featured image shown above. If the animation is too fast, try clicking the Back/Forward button in your browser a few times to get a better sense of what I&#8217;m referring to.)</p>\n\n\n\n<p>Because the nature and style of transitions can be heavily dependent on a theme&#8217;s specific layout and design, the long-term vision is for themes to opt in and customize this behavior. This is facilitated through the WordPress theme support API, for instance by calling <code>add_theme_support( \'view-transitions\' )</code>.</p>\n\n\n\n<p>For now, since this plugin&#8217;s explicit purpose is to enable and showcase view transitions, it automatically enables them across your site, regardless of the theme currently in use.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"customizing-view-transitions\">Customizing View Transitions</h2>\n\n\n\n<p>For this initial experimental phase, the plugin offers a user-friendly way to explore different configurations directly within the WordPress admin. You&#8217;ll find settings under <strong>Settings &gt; Reading</strong> that allow you to tweak the view transitions behavior. This UI is primarily for easy exploration and testing at this early stage. Should view transitions make their way into Core, customization would solely be managed through code via the theme support API. That said, even with this early plugin version, themes can already start using the theme support API.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Customizing with <code>add_theme_support()</code></h3>\n\n\n\n<p>To quickly enable view transitions with standard settings, add the following to your theme&#8217;s <code>functions.php</code> file (typically within the <code>after_setup_theme</code> action hook):</p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-php\"><span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span> <span class=\"hljs-title\">mytheme_setup</span><span class=\"hljs-params\">()</span> </span>{\n	add_theme_support( <span class=\"hljs-string\">\'view-transitions\'</span> );\n}\nadd_action( <span class=\"hljs-string\">\'after_setup_theme\'</span>, <span class=\"hljs-string\">\'mytheme_setup\'</span> );</code></span></pre>\n\n\n<p>For more control, you can pass an array of arguments to <code>add_theme_support( \'view-transitions\', $args )</code>. Here are the available arguments:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong><code>default-animation</code></strong>: Specifies the default animation style for transitions.</li>\n\n\n\n<li><strong><code>post-selector</code></strong>: CSS selector(s) to identify individual post containers, crucial for applying post-specific transitions from archive/listing pages.</li>\n\n\n\n<li><strong><code>global-transition-names</code></strong>: A map (associative array) defining CSS selectors for global elements (like headers or sidebars) and their view transition names that should have persistent <code>view-transition-name</code> values across the entire site.</li>\n\n\n\n<li><strong><code>post-transition-names</code></strong>: A map (associative array) defining CSS selectors for elements <em>within</em> post containers (like titles or featured images) and their view transition names that should animate during transitions to/from single views.</li>\n</ul>\n\n\n\n<p>To provide additional context on what the view transition names are for: Whenever an element has the same view transition name assigned between two URLs that the user navigates between, it will gently morph as part of the transition, maintaining a clear association. For example, a post title in a grid of posts in an archive might scale up in size and move to the top of the page when navigating to its single post URL.</p>\n\n\n\n<p>For the <code>default-animation</code>, a few animations are available by default. Additionally, the plugin provides an API to register additional animations, each of which encompasses a unique identifier, some configuration values, a CSS stylesheet, and optional aliases. I&#8217;m not going to cover this here for now since it&#8217;s a more advanced integration, but ideally in the long term there could be plugins or themes that register their own view transition animations that themes could use. For now, a few basic animations are available out of the box, mostly as an example of what can be done. The initial supported identifiers (and their aliases) are:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>fade</code></li>\n\n\n\n<li><code>slide</code>\n<ul class=\"wp-block-list\">\n<li><code>slide-from-right</code></li>\n\n\n\n<li><code>slide-from-bottom</code></li>\n\n\n\n<li><code>slide-from-left</code></li>\n\n\n\n<li><code>slide-from-top</code></li>\n</ul>\n</li>\n\n\n\n<li><code>swipe</code>\n<ul class=\"wp-block-list\">\n<li><code>swipe-from-right</code></li>\n\n\n\n<li><code>swipe-from-bottom</code></li>\n\n\n\n<li><code>swipe-from-left</code></li>\n\n\n\n<li><code>swipe-from-top</code></li>\n</ul>\n</li>\n\n\n\n<li><code>wipe</code>\n<ul class=\"wp-block-list\">\n<li><code>wipe-from-right</code></li>\n\n\n\n<li><code>wipe-from-bottom</code></li>\n\n\n\n<li><code>wipe-from-left</code></li>\n\n\n\n<li><code>wipe-from-top</code></li>\n</ul>\n</li>\n</ul>\n\n\n\n<p>You can customize any or all of the supported arguments by passing an array to <code>add_theme_support()</code>. Here’s an example modifying all available options:</p>\n\n\n<pre class=\"wp-block-code alignwide\"><span><code class=\"hljs language-php\"><span class=\"hljs-function\"><span class=\"hljs-keyword\">function</span> <span class=\"hljs-title\">mytheme_custom_view_transitions_setup</span><span class=\"hljs-params\">()</span> </span>{\n	add_theme_support( <span class=\"hljs-string\">\'view-transitions\'</span>, <span class=\"hljs-keyword\">array</span>(\n		<span class=\"hljs-string\">\'default-animation\'</span>       =&gt; <span class=\"hljs-string\">\'wipe-from-right\'</span>,\n		<span class=\"hljs-string\">\'post-selector\'</span>           =&gt; <span class=\"hljs-string\">\'.wp-block-post.post, article.post, article.entry\'</span>,\n		<span class=\"hljs-string\">\'global-transition-names\'</span> =&gt; <span class=\"hljs-keyword\">array</span>(\n			<span class=\"hljs-string\">\'.site-branding\'</span> =&gt; <span class=\"hljs-string\">\'logo\'</span>,\n			<span class=\"hljs-string\">\'.site-header\'</span>   =&gt; <span class=\"hljs-string\">\'header\'</span>,\n        	),\n        	<span class=\"hljs-string\">\'post-transition-names\'</span>   =&gt; <span class=\"hljs-keyword\">array</span>(\n			<span class=\"hljs-comment\">// These are mostly just the defaults, but there\'s one extra entry.</span>\n			<span class=\"hljs-string\">\'.wp-block-post-title, .entry-title\'</span>     =&gt; <span class=\"hljs-string\">\'post-title\'</span>,\n			<span class=\"hljs-string\">\'.wp-post-image\'</span>                         =&gt; <span class=\"hljs-string\">\'post-thumbnail\'</span>,\n			<span class=\"hljs-string\">\'.wp-block-post-content, .entry-content\'</span> =&gt; <span class=\"hljs-string\">\'post-content\'</span>,\n			<span class=\"hljs-string\">\'.post-meta\'</span>                             =&gt; <span class=\"hljs-string\">\'post-meta\'</span>, <span class=\"hljs-comment\">// Additional entry.</span>\n		),\n	) );\n}\nadd_action( <span class=\"hljs-string\">\'after_setup_theme\'</span>, <span class=\"hljs-string\">\'mytheme_custom_view_transitions_setup\'</span> );</code></span></pre>\n\n\n<p>As you can see in this example, which also indicates some of the default values, they aim to capture common patterns that work across block themes and classic themes alike. That said, block themes are likely a perfect fit for view transitions, given their more predictable nature in markup due to using exclusively blocks.</p>\n\n\n\n<p>The default values for all the supported arguments are based partly on WordPress-generated classes that should almost always be included in WordPress sites, and partly on very common conventions. The goal is that the defaults should work well for the majority of WordPress sites. That said, it is impossible to make it look perfect for every possible WordPress theme. That&#8217;s precisely why the theme support approach was chosen for making View Transitions available in WordPress.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Customizing via <em>Settings &gt; Reading</em></h3>\n\n\n\n<p>A limited subset of what can be customized via <code>add_theme_support</code> is made available via the &#8220;View Transitions&#8221; settings section under <em>Settings &gt; Reading</em>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Settings section of the View Transitions plugin for WordPress\" class=\"wp-image-2131\" height=\"576\" src=\"https://felix-arntz.me/wp-content/uploads/2025/05/view-transitions-wordpress-settings-1024x576.webp\" width=\"1024\" /></figure>\n\n\n\n<p>You can customize the default animation, and the selectors for the default view transition names for both global and post-specific elements. While this means the customization options are limited via the UI, it still allows you to play around with different configurations via UI, and likely for the majority of sites these are the most relevant parameters to customize anyways. Keep in mind that this UI is only supplemental, and it only exists for easy exploration in the plugin. The recommended way to customize is via <code>add_theme_support</code> in your site&#8217;s WordPress theme.</p>\n\n\n\n<h3 class=\"wp-block-heading\">A Note on Configuration Precedence</h3>\n\n\n\n<p>It&#8217;s important to be mindful that, for now, any configurations you make via the Settings UI will take precedence over what is defined in your theme&#8217;s code using <code>add_theme_support()</code>. This is something to keep in mind as you test and explore the plugin.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Browser Support</h2>\n\n\n\n<p>Cross-document view transitions are currently supported in a range of modern browsers, including Chrome, Edge, and Safari. For users on browsers that do not yet support this API, there should be no adverse effects; they will simply experience the traditional hard transitions between pages. You can always check the latest browser compatibility at <a href=\"https://caniuse.com/mdn-css_at-rules_view-transition\" rel=\"noreferrer noopener\" target=\"_blank\">caniuse.com</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Your Feedback is Needed!</h2>\n\n\n\n<p>If you&#8217;re a WordPress theme developer or maintainer, I strongly encourage you to install the <a href=\"http://wordpress.org/plugins/view-transitions/\" rel=\"noreferrer noopener\" target=\"_blank\">View Transitions plugin</a> and give it a spin. Better yet, consider experimenting with adding support directly into your theme using <code>add_theme_support( \'view-transitions\' )</code>.</p>\n\n\n\n<p>And if you&#8217;re simply curious about the feature and want to enable it on your WordPress site, I similarly encourage you to try out the plugin. The Core Performance Team would love to get your feedback.</p>\n\n\n\n<p>While this is a fresh first release and still experimental, like other plugins incubated within the <a href=\"https://wordpress.org/plugins/performance-lab/\" rel=\"noreferrer noopener\" target=\"_blank\">Performance Lab program</a>, it holds the potential to one day become a part of WordPress Core.</p>\n\n\n\n<p>Your early feedback and real-world use cases will be absolutely instrumental in refining this feature, addressing potential issues, and shaping its future.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Join Us at WordCamp Europe 2025 Contributor Day!</h3>\n\n\n\n<p>I&#8217;m publishing this post in a very timely manner &#8211; today is <a href=\"https://europe.wordcamp.org/2025/contributor-day/\">WordCamp Europe 2025 Contributor Day</a>! I&#8217;ll be at the Core Performance Team table, and a key part of our agenda will be testing, discussing, and gathering feedback on this new <a href=\"https://wordpress.org/plugins/view-transitions/\">View Transitions</a> plugin.</p>\n\n\n\n<p>If you&#8217;re attending and are curious to learn more, want to get involved, or have initial thoughts to share, I would love for you to join us. Your insights will be invaluable!</p>\n\n\n\n<h3 class=\"wp-block-heading\">Feedback and Contributions</h3>\n\n\n\n<p>As this plugin is in its early stages, your feedback is highly encouraged and deeply appreciated.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>If you have suggestions, ideas for new features, or encounter any bugs, please <a href=\"https://github.com/WordPress/performance/issues/new/choose\" rel=\"noreferrer noopener\" target=\"_blank\">submit them as an issue in the WordPress Core Performance Team&#8217;s GitHub repository</a>.</li>\n\n\n\n<li>If you need help with troubleshooting or have questions about the plugin, please <a href=\"https://wordpress.org/support/plugin/view-transitions/#new-topic-0\" rel=\"noreferrer noopener\" target=\"_blank\">create a new topic on our support forum</a>.</li>\n</ul>\n\n\n\n<p>And of course, contributions are always welcome! You can learn more about how to get involved by checking out the <a href=\"https://make.wordpress.org/performance/handbook/get-involved/\" rel=\"noreferrer noopener\" target=\"_blank\">Core Performance Team Handbook</a>.</p>\n\n\n\n<p>I&#8217;m really excited to see how the community uses and shapes this new feature!</p>\n<p>The post <a href=\"https://felix-arntz.me/blog/introducing-view-transitions-wordpress-plugin/\">Introducing the View Transitions Plugin for WordPress</a> appeared first on <a href=\"https://felix-arntz.me\">felix-arntz.me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jun 2025 04:09:09 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Felix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:18;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tammie Lister: May in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://binatethoughts.com/?p=1853\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://binatethoughts.com/may-in-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:4014:\"<p>This month was full of backlog management, prioritisation and clearing out queues. I focused on identifying where things were blocking and preparing for WordCamp Europe.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Areas of contribution</h3>\n\n\n\n<p>Whilst my focus was on backlog management, it split into two distinct areas:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Closing tickets:</strong> I focused on Trac and the Gutenberg repo for this. Make sure to go oldest first.</li>\n\n\n\n<li><strong>Focusing design: </strong>Ensuring the design queue was clear about what needed design and what required feedback. This was something that arose from contributor input as a point of confusion, and I have made considerable progress through this. I worked on issues, focusing on having only one of those states, and also addressed items in &#8216;needs design&#8217; that were truly ready for implementation, having an agreement in place. This work does need to continue.</li>\n</ul>\n\n\n\n<p>I also began thinking about how to optimise and make reporting easier for backlog management, and I want to bring those discussions to WordCamp Europe. </p>\n\n\n\n<p>Some stats across the backlog management of issues and tickets in Trac and Github.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Triaged: </strong>around 143</li>\n\n\n\n<li><strong>Closed:</strong> 60</li>\n\n\n\n<li><strong>Prioritised in design</strong>: around 49</li>\n</ul>\n\n\n\n<p>In other contributions, I worked on some designs and gave feedback across a range of tickets. I also began exploring how far DataViews can go and have a list of things to now report from this. It reminded me of the value of pushing the boundaries of our learning features.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Upcoming plans for contribution</h3>\n\n\n\n<p>The big event is WordCamp Europe, which is taking place this week. I will be attending Contribution Day. After that, the following are my objectives:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Extensibility:</strong> Continue my focus on work there and prioritise how to establish criteria for what gets in and what does not. Hopefully, unblocking a range of issues during WordCamp Europe.</li>\n\n\n\n<li><strong>Backlog management: </strong>My work is constant, but I want to explore how it can evolve smarter, potentially utilising systems to manage and enhance workflow.</li>\n\n\n\n<li><strong>Papercuts: </strong>After WordCamp, I will pick this up again with several issues to focus on.</li>\n</ul>\n\n\n\n<p>With WordCamp Europe, I am restricting my plans beyond what I have mentioned above, as things will likely emerge from it and change.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Sponsors this month</h3>\n\n\n\n<p>I now have three company sponsors: <a href=\"https://www.bigscoots.com/\" rel=\"noreferrer noopener\" target=\"_blank\">BigScoots</a>, <a href=\"https://greyd.io/\" rel=\"noreferrer noopener\" target=\"_blank\">Greyd</a> and <a href=\"https://kinsta.com/\" rel=\"noreferrer noopener\" target=\"_blank\">Kinsta</a>. I also have five sponsors through GitHub: <a href=\"https://github.com/aaronjorbin\" rel=\"noreferrer noopener\" target=\"_blank\">Aaron Jorbin</a>, <a href=\"https://github.com/timnashcouk\" rel=\"noreferrer noopener\" target=\"_blank\">Tim Nash</a>, <a href=\"https://github.com/jeffpaul\" rel=\"noreferrer noopener\" target=\"_blank\">Jeffrey Paul</a>, <a href=\"https://github.com/foosantos\" rel=\"noreferrer noopener\" target=\"_blank\">Felipe Santos</a> and <a href=\"https://github.com/scotrumery\">Scot Rumery</a>. To everyone who sponsored me and helped me secure a sponsorship, thank you.</p>\n\n\n\n<p><strong>Want to sponsor me? </strong>You can go through <a href=\"https://github.com/karmatosed\" rel=\"noreferrer noopener\" target=\"_blank\">GitHub</a> or also get in <a href=\"mailto:[email protected]\" rel=\"noreferrer noopener\" target=\"_blank\">touch</a>.</p>\n\n\n\n<p>There is always sponsorship, of course, that is volunteered, and I&#8217;ll do as much as possible whilst still keeping things flowing – let&#8217;s get contributing!</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 04 Jun 2025 08:48:26 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"binatethoughts.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:19;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Jonathan Desrosiers: WordPress Grab Bag: WCEU, WordPress turns 22, new AI team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:38:\"https://jonathandesrosiers.com/?p=4833\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://jonathandesrosiers.com/2025/06/wordpress-grab-bag-wceu-wordpress-turns-22-new-ai-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:5531:\"<p class=\"\">I haven&#8217;t been doing a great job blogging regularly so far this year. We&#8217;ve now passed the 40% mark of the calendar year, and I&#8217;m hoping to make up for that during the remaining 60% of the time. To get started, here are some thoughts on a few topics that have been on my mind over the course of the last week.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-attending-and-presenting-at-wordcamp-europe\">Attending and presenting at WordCamp Europe</h2>\n\n\n\n<p class=\"\">I&#8217;m currently sitting in Terminal A of <a href=\"https://www.massport.com/logan-airport\">Boston Logan International Airport</a> waiting for the first leg of my journey to <a href=\"https://jonathandesrosiers.com/2025/04/speaking-at-wordcamp-europe-2025/\">attend WordCamp Europe in Basel, Switzerland</a>. In addition to the obvious reasons to be excited (seeing friends, meeting new people, checking out what everyone in the community has been building), I&#8217;m also really happy with what my presentation has grown into and can’t wait to present it. It’s not just about the decision making frameworks Core Committers use, but also a reflection on the project&#8217;s foundational philosophies and how they&#8217;ve helped the project thrive.</p>\n\n\n\n<figure class=\"wp-block-image alignwide size-large wp-lightbox-container\"><img alt=\"\" class=\"wp-image-4896 not-transparent\" height=\"576\" src=\"https://jonathandesrosiers.com/wp-content/uploads/2025/06/wceu-title-slide-1024x576.jpg\" width=\"1024\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p class=\"\">There are several points in my speaker notes that have stuck with me. I plan to write some additional posts to explore deeper in the coming weeks!</p>\n\n\n\n<p class=\"\">If you&#8217;re unable to join in person, I&#8217;m including the live stream below.</p>\n\n\n\n<figure class=\"wp-embed-aspect-4-3 wp-has-aspect-ratio wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<h2 class=\"wp-block-heading\">WordPress reaches 22 years old</h2>\n\n\n\n<p class=\"\">Last week was the 22nd birthday for the WordPress project. The <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">first version of the software was released on May 27, 2003</a>. While 22 is not as exciting as 21, I always enjoy reading the reflections from the community and seeing how the software we all help maintain has changed lives.</p>\n\n\n\n<p class=\"\">I first used WordPress around 2007, and received my first credit for contributing in 2013. This means I’ve now been a user of WordPress for over 80%, and a contributor for over 55% of the project’s lifespan.</p>\n\n\n\n<p class=\"\">Happy Birthday WordPress! <img alt=\"🎉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" style=\"height: 1em;\" /><img alt=\"🎊\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f38a.png\" style=\"height: 1em;\" /><img alt=\"🍾\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f37e.png\" style=\"height: 1em;\" /><img alt=\"🥳\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f973.png\" style=\"height: 1em;\" /></p>\n\n\n\n<h2 class=\"wp-block-heading\">New WordPress AI team</h2>\n\n\n\n<p class=\"\">Also last week, a post was published to <a href=\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\">announce the formation of a new AI team for the project</a>. I&#8217;m really looking forward to this team getting started. Initially, the <a href=\"https://make.wordpress.org/core/2023/05/02/lets-talk-wordpress-core-artificial-intelligence/\">stance of the Core team</a> was to observe and wait for the needs to become more clear. But the time has come to explore taking action in some important areas. Specifically extensibility of the block editor, documentation, and ensuring any necessary internal functionality is available through APIs.</p>\n\n\n\n<p class=\"\">Near term, I think once some of these items have a plan to be addressed, what could make the most sense is several canonical AI plugins that integrate with different models or services similar to how importing site content works (WordPress, Tumblr, Movable Type/TypePad, etc. each have their own plugin).</p>\n\n\n\n<p class=\"\">If you have thoughts about the place AI has in the project, join the conversation in the <a href=\"https://wordpress.slack.com/archives/C08TJ8BPULS\">#core-ai channel</a> of the <a href=\"https://make.wordpress.org/chat/\">WordPress.org Slack</a>!</p>\n\n\n\n<p class=\"has-text-align-right\"><em>Featured image credit: <a href=\"https://creativecommons.org/publicdomain/zero/1.0/\">CC0</a> licensed <a href=\"https://wordpress.org/photos/photo/8456505dd5/\">photo</a> by <a href=\"https://www.nilovelez.com/\">Nilo Velez</a> from the <a href=\"https://wordpress.org/photos/\">WordPress Photo Directory</a>.</em></p>\n<p>The post <a href=\"https://jonathandesrosiers.com/2025/06/wordpress-grab-bag-wceu-wordpress-turns-22-new-ai-team/\">WordPress Grab Bag: WCEU, WordPress turns 22, new AI team</a> appeared first on <a href=\"https://jonathandesrosiers.com\">Jonathan Desrosiers</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 03 Jun 2025 11:32:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:19:\"Jonathan Desrosiers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:20;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Tammie Lister: Optimising Triage and Review Processes in WordPress Using AI\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"https://binatethoughts.com/?p=1826\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://binatethoughts.com/optimising-triage-and-review-processes-in-wordpress-using-ai/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:7538:\"<p>Integrating advancements into open source processes makes sense. The friction often comes in the how and the usefulness. While AI holds immense potential for revolutionising triage and review processes, it&#8217;s crucial to acknowledge its current limitations and look to where it can evolve, learn, and grow to its full capacity. This post aims to explore this potential, offering a realistic perspective. It&#8217;s not a post that claims to solve everything; instead, it will show how we can get started and regain some hours to focus on other needed areas of the project.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-1827\" height=\"1024\" src=\"https://binatethoughts.com/wp-content/uploads/2025/06/openart-38ad7cab-43e0-4eed-be32-4d7835b68423.png\" width=\"1024\" /></figure>\n\n\n\n<p>Before we delve into this topic, it&#8217;s important to note that while AI can achieve a great deal, it also has its limitations. This post will focus on high-level inferences rather than direct proposals, starting with small steps. I don&#8217;t have all the answers, but together, we can find them. My perspective is informed by extensive theme reviews and ongoing triage work, so I won&#8217;t cover areas where I lack knowledge.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What can it do today</h2>\n\n\n\n<p>In simple terms, the things we likely shouldn&#8217;t be doing manually include reviews, first-pass triage, testing and routine checks. Historically, there have been areas where we have been slowly adding more processes over time before the term AI was widely used. That&#8217;s one of the key things: often, having a robust process, a path trodden and documented, means the parsing is simple to learn, and therefore you can hand it over more easily.</p>\n\n\n\n<p>Triage is already being done incredibly effectively in areas like healthcare. There it is improving accuracy and saving lives, as noted in an article by Reuters:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>&#8220;Our study provides the first multinational evidence that artificial intelligence can help enhance accuracy&#8221; in determining HER2 clinical categories, &#8220;potentially closing critical diagnostic gaps and enabling more patients to have access to new therapies, said Dr. Marina De Brot of the A.C. Camargo Cancer Center in Sao Paulo, Brazil, who led the study.<br />&#8220;Until recently, most of these patients would have not been offered these options,&#8221; she said.&#8221;<br /><a href=\"https://www.reuters.com/business/healthcare-pharmaceuticals/health-rounds-amgen-blood-platelet-booster-helps-patients-who-need-chemotherapy-2025-05-30/?utm_source=chatgpt.com\">Link</a>: Reuters</p>\n</blockquote>\n\n\n\n<h2 class=\"wp-block-heading\">A triage first-pass</h2>\n\n\n\n<p>The first area is improving first-pass triages. What do I mean by this? In simple terms, doing a lot of the manual work like duplicate label removal, closing after a specific time, checking for details and even duplicate issue detection. Pattern-matching tasks are where these systems excel, and a lot of this is simply a matter of pointing to our learnings during triage and matching them accordingly.</p>\n\n\n\n<p>This is basic; it&#8217;s not AI as much as it&#8217;s processing. It&#8217;s one step above issue templates. The following piece is where it gets interesting: the model for triage needs to learn comprehension of the issue contents. We need to add features like dashboards to the flow because the first stage could be a catch-all that, over time, allows it to triage more to a buffer dashboard, recommending specific states. </p>\n\n\n\n<p>All of these approaches are an excellent way of training, as it provides the model with some freedom to make mistakes, be corrected, learn from them, and refine its patterns. We also collectively don&#8217;t have to worry about labels being added and things closed. Whilst those of us doing triage, get to benefit early on and help train.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The impact of triage processing</h2>\n\n\n\n<p>As far as triage goes, we will be far from achieving full automation of this for quite some time. My instinct is that this is more of a help in clearing a percentage and making it easier for those working on issues. It can do that in significant numbers, to the extent that over 50% of the time spent in triage could be recovered I&#8217;d suggest sooner over later. I do see this going up over time, but how much depends on the quality of the modelling and our trust as a project.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Theme review first-pass</h2>\n\n\n\n<p>Just as triage, I suggest adopting a similar model for theme reviews. In this case, too, if we are honest, reviewing what we do and don&#8217;t want in reviews would be beneficial. I will be bold here, but nearly 100% of theme reviewing could be done through a process without manual interaction fairly soon.</p>\n\n\n\n<p>How do we get there? We achieve this through a balance of reviewing the theme review guidelines and, similarly, triage training. These reviews are very formulaic and matching. This is what models thrive on. Suppose we gain trust in this approach and implement the process. In that case, we can then focus all our effort on manual reviewing in various areas, including raising the quality of the core product, documentation, education, and our theme offerings as a project.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Testing</h2>\n\n\n\n<p>We have, over the years, even before the recent AI tech wave, been leaning into less manual testing. Issues and tickets needed less manual testing. We require testing for regression across all areas in our project. That&#8217;s not AI, but we can take it even further, adopting a more updated approach to our testing.</p>\n\n\n\n<p>The reality of the world today is that you can share a screenshot with code editors and get an application mocked up that looks like that. We also need to evolve our systems to test for differences and minimise the need for multiple humans to be involved in each ticket.</p>\n\n\n\n<h2 class=\"wp-block-heading\">What will we do if it does this?</h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"\" class=\"wp-image-1829\" height=\"1024\" src=\"https://binatethoughts.com/wp-content/uploads/2025/06/openart-48c1cda1-444d-40e3-89b1-5d046bc4143f.png\" width=\"1024\" /></figure>\n\n\n\n<p>I share these perspectives as someone who performs triage and frequently engages in this manual work. Some may be sceptical or wonder how their sponsored time will be allocated. The point is that there is a great deal that needs to be done in this project. These systems to implement today&#8217;s technology need people. The models require training by experts. Then they need to be nurtured and grown by those same people. There will always be a need for contributors.</p>\n\n\n\n<p>At this time, with our capabilities in automation and AI in a world of agentic flows, we can do better than relying solely on manual processes. We must do so in order not to be left behind. It is also not resourceful to use humans this way. We can use our scarce human resources more sensibly. Our time is finite, and this project requires us to accomplish many tasks. There will be a balance between what we automate and utilise as resources and what we provide to a system. That, though, is something we need to start working out, and we do that by realising we need to find a balance in how we do things and measure the costs of our processes today and in the future.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 01 Jun 2025 12:42:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"binatethoughts.com\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:21;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Do The Woo Community: Building Reliable WooCommerce Sites: Insights into Hosting, Scaling, and Workflow\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97002\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"https://openchannels.fm/building-reliable-woocommerce-sites-insights-into-hosting-scaling-and-workflow/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:222:\"Shared strategies to ensure reliable WooCommerce performance during traffic spikes, emphasizing standardized processes, trusted hosting partnerships, and automated testing to foster client trust and ease agency operations.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2025 12:38:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:22;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"Do The Woo Community: Launching Upload Worthy: Video Strategy, Brand Awareness, and Conversions for WordPress Product Creators\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97496\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:126:\"https://openchannels.fm/launching-upload-worthy-video-strategy-brand-awareness-and-conversions-for-wordpress-product-creators/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:229:\"The inaugural episode of \"Upload Worthy\" explores video marketing strategies with hosts Christian Taylor and Adam Weeks. They discuss timing for video investment, brand awareness versus conversions, and measuring content success.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 29 May 2025 09:57:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:23;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"WordPress Foundation: Thank You, Automattic: Announcing the Open Horizons Scholarship\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"https://wordpressfoundation.org/?p=1201015\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:104:\"https://wordpressfoundation.org/news/2025/thank-you-automattic-announcing-the-open-horizons-scholarship/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:1467:\"<p>We’re thrilled to announce the Open Horizons Scholarship, a new initiative to help contributors from underrepresented regions attend flagship WordCamp events, made possible through a generous $30,000 donation from Automattic to the WordPress Foundation.</p>\n\n\n\n<p>Thank you, Automattic, for funding this important work. Your support expands opportunities for contributors around the world to participate in person, starting with WordCamp US 2025.</p>\n\n\n\n<p>The scholarship will be managed by the WordPress Foundation, which will oversee the application and selection process and ensure that funds are distributed equitably. This new program joins the Kim Parsell Memorial Scholarship and the Diversity Scholarship by WordPress Community Support, reinforcing a shared commitment to a more inclusive and globally representative WordPress community.</p>\n\n\n\n<p>If your company believes in a more diverse, open, and accessible web, we invite you to join us. Support a scholarship. Sponsor a contributor. Help build the future of WordPress, together</p>\n\n\n\n<p><strong>Interested in applying?<br /></strong><a href=\"https://automattic.survey.fm/open-horizons-scholarship\">Apply for the Open Horizons Scholarship</a> and take your next step toward joining the flagship WordCamp experience. To learn more, you can read <a href=\"https://automattic.com/2025/05/28/automattic-open-horizons-scholarship/\">Automattic’s full announcement</a> about the program.</p>\n\n\n\n<p></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 May 2025 19:28:55 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Isotta Peira\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:24;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:95:\"WPTavern: #171 – Felix Arntz on How Speculative Loading Is Speeding Up Your WordPress Website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=196101\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"https://wptavern.com/podcast/171-felix-arntz-on-how-speculative-loading-is-speeding-up-your-wordpress-website\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:60964:\"<details>Transcript<div>\n<p>[00:00:19] <strong>Nathan Wrigley:</strong> Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress, the people, the events, the plugins, the blocks, the themes, and in this case, how speculative loading is speeding up your WordPress website.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you, or your idea, featured. On the show. Head to wptavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Felix Arntz. Felix is a Senior Software Engineer at Google, and a WordPress Core contributor from Germany, currently residing in San Francisco, California. He helped establish the WordPress Core performance team, and has been heavily contributing to its efforts. He has been using WordPress for a decade and contributing back to the project since 2015. More recently, he has stepped into the role of the inaugural performance lead for the WordPress 6.2 release, and subsequently of the 6.3 and 6.8 releases. In the latter release, he spearheaded development, and launch, of the new speculative loading feature, which is the focus of the podcast today.</p>\n\n\n\n<p>Speculative loading is one of the most important, and yet, almost invisible performance enhancements of recent times. If you&#8217;re on WordPress 6.8, this new feature is already active on your site, working quietly in the background to make page navigation faster, but you might never know from the WordPress UI. There&#8217;s no menu, no toggle, and no obvious indicator to show it&#8217;s there.</p>\n\n\n\n<p>Felix explains exactly what speculative loading is and why it feels almost like browser magic. The Ability for WordPress, using the browser&#8217;s new Speculation Rules API to load the next page just as the user is about to visit it. It&#8217;s a clever use of browser signals like mouse clicks, and hovers, to anticipate navigation, shaving off precious milliseconds, sometimes even providing what feels like an instant page load.</p>\n\n\n\n<p>Felix clarifies the difference between conservative and more aggressive approaches to speculative loading. And why the WordPress core team opted for the safest, least wasteful, option by default, while still giving developers or advanced users the hooks and tools to customize, or even disable it, as needed.</p>\n\n\n\n<p>Felix discusses the origins of the feature as a plugin, the testing and data collection undertaking with tens of thousands of sites, and how this real world data gave the team confidence to ship speculative loading to all WordPress users. We talk about what those performance wins mean at scale, how a 2% improvement on 43% of the internet translates into saving users untold hours of waiting collectively.</p>\n\n\n\n<p>We also get into the weeds on measurement and methodology, how the team uses data from the Chrome user Experience Report and HTTP Archive to track web performance, prioritize features, and validate real world impact. Felix offers insights into how these global, anonymized data, sets allow the performance team to make truly data-driven decisions.</p>\n\n\n\n<p>Beyond the tech, Felix addresses practical considerations such as how to opt out or fine tune speculative loading if you have specific needs. How environmental concerns are balanced by default configurations. And how plugins or agencies might build on this foundation in the future.</p>\n\n\n\n<p>If you&#8217;ve ever wondered how large scale browser level improvements make their way into WordPress Core, or simply want to know if there&#8217;s a way to make your own WordPress site that much faster, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wptavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Felix Arntz. I am joined on the podcast by Felix Arntz. Hello, Felix.</p>\n\n\n\n<p>[00:04:46] <strong>Felix Arntz:</strong> Hey. Happy to be here.</p>\n\n\n\n<p>[00:04:47] <strong>Nathan Wrigley:</strong> Yeah, thank you. I appreciate you joining us. Felix is joining us all the way from California. I&#8217;m in the UK so there&#8217;s a big time gap. And I appreciate you getting up early and talking to me. That&#8217;s fantastic.</p>\n\n\n\n<p>Felix is going to be talking to us today about something which is now in WordPress, and you may not even know that it&#8217;s in there because there&#8217;s nothing to see here. But the endeavor of what Felix has built is to make all WordPress websites basically immediately better. More performant, so that the end users of your websites will be able to access your content more quickly.</p>\n\n\n\n<p>It is something that&#8217;s really fascinating. But before we begin digging into all that, I know it&#8217;s a dreadfully banal question, Felix, but would you just tell us who you are so that people understand your credentials in the WordPress space?</p>\n\n\n\n<p>[00:05:32] <strong>Felix Arntz:</strong> Sure. Thank you. I have been contributing to WordPress now for 10 years. So I started as a freelancer building websites using WordPress, and eventually got into contributing to WordPress Core after I went to my first WordCamp, which was a great way to get started.</p>\n\n\n\n<p>Yeah, ever since then I&#8217;ve been contributing to WordPress Core, and eventually became a Core Committer. And now, for over six years, I&#8217;ve been working at Google, the team where we focus on CMS projects for the most part. So I&#8217;ve been, especially in the last good three years or so, I&#8217;ve been sponsored by Google to contribute to WordPress with a specific focus on improving performance.</p>\n\n\n\n<p>So our team essentially co-founded the WordPress performance team, which is an official part of the wordpress.org project. And ever since that was founded in late 2021, we&#8217;ve been contributing to that effort, and the speculative loading feature is a big part of that.</p>\n\n\n\n<p>[00:06:25] <strong>Nathan Wrigley:</strong> That&#8217;s what we&#8217;re going to talk about today. Can I just rewind a little bit though, and talk about Google for a minute. So, are you employed by Google to commit to WordPress Core? Do you spend a hundred percent of your time working on WordPressy things, or do you have a proportion of your time which is devoted to more, and I&#8217;m doing air quotes, Google things?</p>\n\n\n\n<p>[00:06:46] <strong>Felix Arntz:</strong> Yeah, I mean, I wouldn&#8217;t say that I contribute a hundred percent of my time, but a good chunk, probably 70, 80 or something. Our focus is, when it&#8217;s not on WordPress, it&#8217;s still on other somewhat related open source projects. So we have been contributing, we&#8217;ve been also working with other CMSs here and there.</p>\n\n\n\n<p>[00:07:02] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s interesting because I know that Google have a big presence. If you go to the flagship WordPress events, you know, WordCamp Asia, WordCamp US, and so on, then Google very often have a huge advertising booth. You know, they&#8217;re a global partner if you like.</p>\n\n\n\n<p>But drawing the line between Google and Open Source CMS is a little bit hard to do. It&#8217;s almost like a philanthropic thing. Because I guess their job is to just try and make the internet better and part of it, if they can make 43% of the internet better by seconding somebody like you to commit to the project, that&#8217;s just good for everybody.</p>\n\n\n\n<p>So yeah, bravo to Google. I appreciate the fact that they&#8217;re sponsoring you and helping the project in that way.</p>\n\n\n\n<p>Also bravo to you and the team, the Performance Team. It is just a relentless good news story coming out of the Performance Team. So, I don&#8217;t know, when did you say, 2019 it was founded?</p>\n\n\n\n<p>[00:07:54] <strong>Felix Arntz:</strong> Late 2021, but things really kicked off like mid 2022 I feel.</p>\n\n\n\n<p>[00:07:58] <strong>Nathan Wrigley:</strong> Yeah, and I am habitual about the WordPress news, and it just never stops. The Performance Team do something profound, help everybody out, it just ships into Core. Most people don&#8217;t even know that things have happened because, you know, they&#8217;re not in the baseball in the same way that you and I probably are.</p>\n\n\n\n<p>A profound thanks. Maybe there was just this massive backlog of things that needed to be tackled. Maybe not. But it did seem that the minute the doors opened to the Performance Team, lots of dominoes fell really quickly.</p>\n\n\n\n<p>So thank you on behalf of me and everybody who uses WordPress for the work that, I don&#8217;t know whether you feel that you get the credit that&#8217;s due to you, but I&#8217;m giving you some credit now, so thank you.</p>\n\n\n\n<p>[00:08:37] <strong>Felix Arntz:</strong> Thank you. I appreciate it. That&#8217;s definitely great to hear.</p>\n\n\n\n<p>[00:08:39] <strong>Nathan Wrigley:</strong> I&#8217;m pleased you know, that there&#8217;s people as capable as you who are doing this kind of work and that you&#8217;re willing to do it in the background. And a big piece of that is what we&#8217;re going to talk about today.</p>\n\n\n\n<p>Landed in WordPress 6.8, but has a history prior to that as a plugin. It&#8217;s called speculative loading. It sounds impressive. But it also, I guess it is impressive and it&#8217;s a bit like voodoo. It&#8217;s kind of doing things that you wouldn&#8217;t imagine were possible. Do you want to just tell us what it is? What is speculative loading?</p>\n\n\n\n<p>[00:09:08] <strong>Felix Arntz:</strong> So essentially, speculative loading, the idea is that when you navigate to a new URL, when you are browsing through a website and you go to a URL, the moment that you land on the URL, it starts loading. And we probably know that the performance aspect of that is very important to the user experience.</p>\n\n\n\n<p>So if a page takes, I don&#8217;t know, three seconds to load, that&#8217;s not great. If it takes eight seconds to load, it&#8217;s probably horrible of a user experience. And so one of the performance team&#8217;s goals is to make that time that it takes a load shorter. So what then speculative loading does is load the URL, the idea is that it loads the URL before you even get there.</p>\n\n\n\n<p>[00:09:47] <strong>Nathan Wrigley:</strong> Yeah, that&#8217;s the bit that&#8217;s voodoo. That&#8217;s the bit that just sounds like you&#8217;ve basically hopped into Back to the Future and you&#8217;ve gone back in time a moment or something. It&#8217;s very counterintuitive. So you are going to have to explain, how on earth does it do that?</p>\n\n\n\n<p>[00:09:59] <strong>Felix Arntz:</strong> Right, right. Essentially, there are browser, there are heuristics which can be relied upon to hopefully assume correctly that a URL will be visited. So when you are on a page on the website, there is of course links to other pages on the website. So if you hover over the link with your mouse, if you&#8217;re on a computer for instance, and you hover over the link with your mouse, maybe you&#8217;ll click it. That&#8217;s like one level of signal. It&#8217;s not the strongest signal.</p>\n\n\n\n<p>But then an even stronger signal is when you actually click the link. When you click a link, you want to go to that URL. I think that&#8217;s a fair assumption in like 99 plus percent of cases. So when you click on the link, that&#8217;s technically still before you&#8217;re at the other URL though. We&#8217;re talking about milliseconds. You probably think when you click, you are already on the other URL, but that&#8217;s not the reality. There is like maybe, I don&#8217;t know, 200, 300, 500, however long it takes, there are some milliseconds in between the time you actually click and that the other URL opens.</p>\n\n\n\n<p>So by loading, for instance, by loading a URL, when you click on the link, you still gain those, whatever, maybe 500 milliseconds. I&#8217;m just going to make that up now, and reduce the actual load time by that.</p>\n\n\n\n<p>[00:11:07] <strong>Nathan Wrigley:</strong> Let me just prize that apart. So we are now going to talk about a tiny fraction of time. For the next few minutes, we&#8217;re going to be talking about literal milliseconds. So let me imagine that I&#8217;m on my computer, desktop computer, let&#8217;s start there. I&#8217;m on a webpage and there&#8217;s a bunch of links, buttons, what have you.</p>\n\n\n\n<p>I&#8217;m holding my mouse, my mouse approaches the button and it begins to slow down, you know, because at some point we have to rest on the button. So there&#8217;s this deceleration of the mouse and the cursor, and it eventually lands there. And then I click it.</p>\n\n\n\n<p>Now my intuition is that the click event is the moment, that&#8217;s when everything begins, if you know what I mean. But are you saying that you can go back in time prior to me actually hitting the button with my finger? Is it the mere fact that, okay, the mouse has come to a standstill, you haven&#8217;t engaged the finger yet. Maybe the finger is literally on the way down in the real world, in this slow motion universe we&#8217;re imagining. Is that kind of it? It&#8217;s taking heuristics about, where is the mouse now? How is it decelerating? Or is it literally he clicked? Because if it&#8217;s the click bit, then I don&#8217;t understand what&#8217;s different to how it usually was because it felt like the click was always the moment.</p>\n\n\n\n<p>[00:12:19] <strong>Felix Arntz:</strong> There are different ways to configure speculative loading. And one way, and that&#8217;s the way that WordPress Core does now, is to only speculatively load on the click. You say now that that feels like it&#8217;s always been like that, but it&#8217;s not quite always been like, that because of what I tried to mention with there&#8217;s still like 500, maybe 300, whatever, little milliseconds time between the click and the actual URL loading.</p>\n\n\n\n<p>So when you hit the other URL, then it starts fetching the HTML document and all the CSS and JavaScript and so on. By doing that already on the click, on the link, on the previous page that you are on, you still gain those, I&#8217;m going to say valuable milliseconds. And we&#8217;re probably talking about at the very least, a hundred milliseconds, maybe a few hundred milliseconds.</p>\n\n\n\n<p>[00:13:04] <strong>Nathan Wrigley:</strong> It doesn&#8217;t sound like a lot, but it&#8217;s, you&#8217;ve invented time out of nowhere. You&#8217;ve completely conjured up time that didn&#8217;t, well, actually you&#8217;ve removed time. You&#8217;ve gone in the opposite direction. But that time was needlessly spent before. Now that time has been saved.</p>\n\n\n\n<p>You also mentioned that the WordPress implementation, and we&#8217;ll get into how you might be able to configure that in a moment, but the default WordPress installation, so this is in every WordPress website from 6.8 onwards, it is set to, and I&#8217;m going to use the word conservative, but it&#8217;s set to a fairly dialed back approach to this Speculation Rules API.</p>\n\n\n\n<p>I&#8217;m curious, and we&#8217;ll get into how you do it in WordPress, but just in terms of the Speculation Rules API, what are some of the more aggressive things that you could do if you wanted to? And is things like the mouse slowing down, is that potentially part of it? Those kind of things.</p>\n\n\n\n<p>[00:13:55] <strong>Felix Arntz:</strong> Right. So maybe let me take a step back, first to clarify that there&#8217;s a speculative loading feature that is in WordPress Core, it&#8217;s built on a browser API that is called Speculation Rules API. We can talk about maybe two things. There&#8217;s like, well, how can you use the Speculation Rules API? There&#8217;s different ways to configure it, and that&#8217;s something that we could apply in WordPress. But then we could go beyond that, and I&#8217;m probably not the best person to speak about that, but we could also think, how can you actually, what could the Speculation Rules API possibly do, that it isn&#8217;t able to do today?</p>\n\n\n\n<p>So in terms of using the Speculation Rules API, it allows different configuration modes in for what is called eagerness. And you actually said it right. It&#8217;s called conservative, the mode that WordPress currently uses. And it just means, I think it is conservative in the sense that it is the safest measure if you want to make sure you only load URLs that the user actually goes to.</p>\n\n\n\n<p>But it&#8217;s also the least performance of all the options. It&#8217;s always a trade off because unfortunately we cannot predict the future, so there&#8217;s no real wizardry going on here. And because of that, there is always going to be a trade off. You can use signals that are very reliable on the user visiting the other URL, like clicking on the link. There is an scenario where you click a link and then you pull your mouse away before you let go of your finger. We probably all have done this, but we probably do this like 1% of our clicks, if even that. But people do this occasionally, very occasionally.</p>\n\n\n\n<p>So that&#8217;s the way where a click would not trigger the actual URL to the link to be, that wouldn&#8217;t result in the user visiting the other URL. This would be the one example where conservative speculative loading would still load the other URL and the user wouldn&#8217;t go to it. But I think that risk, that trade off is very, very little because of how rarely that happens.</p>\n\n\n\n<p>[00:15:46] <strong>Nathan Wrigley:</strong> Right, so the posture of the Performance Team was to go conservative. So although it&#8217;s not the most performant, it is the least likely to end up in, you know, needlessly downloading content that is perhaps never going to be looked at.</p>\n\n\n\n<p>But again, just moving ourselves away from WordPress for a minute, the Speculation Rules API, if we were to go on the more eager side, what kind of things could be brought to bear? And again, not in the WordPress setup at the moment, but I know that you can modify those things. But what can the Rules API do, if you go like full eager?</p>\n\n\n\n<p>[00:16:18] <strong>Felix Arntz:</strong> Right. So you can also use, the next after conservative is called moderate. That uses signals that are less explicit, like a hover. Again, I have to specify, on desktop it uses hovering, because on the phone you can&#8217;t hover, like you don&#8217;t have a mouse and it doesn&#8217;t know where your finger is if you don&#8217;t press the screen.</p>\n\n\n\n<p>So, essentially, moderate on desktop, it relies on the hover over a link to preload the URL that is behind that link. So that generally, yeah, of course if you hover over link and then you click it, there may be like a second, easily a second between this, or there may even be five seconds in between those two actions, right? And sometimes you hover and click immediately. Other times you hover and you get back there, and then you click, and in that case, the whole page can technically be already loaded.</p>\n\n\n\n<p>So that&#8217;s the part where speculative loading, if you configure it more eagerly, you can get to situations where you get instant page load. You go to the other page and it&#8217;s already completely loaded. There&#8217;s, for instance, there is also Core Web Vitals, metric Largest Contentful Paint, which measures the load time speed. So you can get to an LCP of zero. Like, literally. If you use it, for instance as moderate eagerness, let&#8217;s say your page normally takes two seconds to load completely, and you hover over a link, and then you get back there like three seconds later, you click, it&#8217;s already there, and your LCP is literally zero because you didn&#8217;t need to wait at all.</p>\n\n\n\n<p>That&#8217;s the performance power that it has. But of course, it does also come with a trade off to consider. Like, how do you configure this in a way that it&#8217;s the least wasteful? And wasteful in the sense of loading URLs that the user does not go to, ends up not navigating to. But you have to basically weigh off, what is the performance gain? How do users typically use your website?</p>\n\n\n\n<p>There&#8217;s also, there&#8217;s a lot of individual configurations that websites may want to do on their specific site. So going back to the conservative option that WordPress now uses, it&#8217;s just that, it&#8217;s simply that we want to give the bare minimum feature and we want to make the feature available in general to WordPress sites. But because WordPress is so massive, you need to go with a literally conservative default.</p>\n\n\n\n<p>[00:18:25] <strong>Nathan Wrigley:</strong> Okay. So that&#8217;s all really interesting, but it sounds like all of this is happening in the browser. So all of these events are being triggered by the browser. Again, forgive my ignorance, I&#8217;m presuming that Chromium, Chrome, Firefox, all of the other variants that there may be out there, I guess they&#8217;re all shipping some variant of this inside the browser because obviously it can&#8217;t be WordPress that&#8217;s doing this.</p>\n\n\n\n<p>If that&#8217;s the case, is there kind of like a broad consortium of people who are working on this initiative, maybe other similar related performance initiatives, and trying to make them all browser compatible?</p>\n\n\n\n<p>[00:19:03] <strong>Felix Arntz:</strong> So there is, the Speculation Rules API is currently, it&#8217;s available in Chrome, Edge and Opera, so in the Chromium based browsers, but it&#8217;s not available yet in Safari and Firefox. That means that people that use Safari or Firefox, they&#8217;re basically just not going to get the benefit.</p>\n\n\n\n<p>[00:19:18] <strong>Nathan Wrigley:</strong> So it&#8217;s like a progressive enhancement. There&#8217;s no downside, it&#8217;s just an upside.</p>\n\n\n\n<p>[00:19:22] <strong>Felix Arntz:</strong> Exactly. So because overall the browsers that support it are very widely used, plus the other browsers not having any negative effects of this feature being on a website, that&#8217;s why we thought it was a good time to roll it out.</p>\n\n\n\n<p>[00:19:36] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s really interesting. It just suddenly, and completely unrelated to the conversation that we&#8217;ve had so far, it kind of makes me think that maybe in the future there&#8217;ll be a hardware layer to this. You know, imagine if my mouse had built into it some pressure sensation, or even proximity sensor where it could perceive that, you know, my finger is descending and it could fire the signal from the mouse to say, yeah, he&#8217;s about to click. Or even in a mobile phone, you know, you were mentioning earlier, we don&#8217;t know where your finger is. Maybe at some point in the future we will know where your finger is.</p>\n\n\n\n<p>[00:20:09] <strong>Felix Arntz:</strong> That would be really powerful, yeah.</p>\n\n\n\n<p>[00:20:10] <strong>Nathan Wrigley:</strong> It&#8217;d be kind of interesting. Okay, you heard it here first. But it&#8217;s not there yet. So, what has been the way that this has been implemented? My understanding is that you launched this as a plugin. I think you got a fairly high user account. I think 30,000, 50,000 or something websites.</p>\n\n\n\n<p>[00:20:27] <strong>Felix Arntz:</strong> I think it&#8217;s now at 50,000.</p>\n\n\n\n<p>[00:20:28] <strong>Nathan Wrigley:</strong> 50,000. So tons of data coming back. And presumably that data gave you the confidence to, yeah, let&#8217;s push this through. And I have a memory that, broadly speaking, you got fairly close to a 2% productivity gain. And obviously at 43% of the web, if we can do things 2% faster, doesn&#8217;t sound like a lot, 2%. But 2% of everything that WordPress gives up, that&#8217;s a lot.</p>\n\n\n\n<p>[00:20:53] <strong>Felix Arntz:</strong> Performance is really like, people say sometimes things are numbers games, but performance is a tiny numbers game. Like it&#8217;s very hard to make performance wins sound very appealing. It&#8217;s like, here is 2% win. We scratched off 80 milliseconds of this, and it&#8217;s like, what is this even, like.</p>\n\n\n\n<p>[00:21:08] <strong>Nathan Wrigley:</strong> But it literally is human years. It&#8217;s probably decades of time when you think about the internet as a whole. If you think about it in that sense, it&#8217;s really quite a lot of time.</p>\n\n\n\n<p>[00:21:18] <strong>Felix Arntz:</strong> Exactly, and I think it&#8217;s important to remind ourselves of that sometimes. I feel myself like announcing something where it&#8217;s like, oh, here we scratched 80 milliseconds off. It sounds like nothing. It is quite something, but it sounds like so little that, I don&#8217;t know, I feel self-consciously saying such a tiny number as a great win.</p>\n\n\n\n<p>But yeah, again, like I think it, you exactly mentioned it, the scale of rolling out performance enhancements like this, it really makes the number matter. And also, people browse so many webpages a day, like even for an individual person. If you go on one website, you easily might visit 10 URLs or more, and that&#8217;s just one website. So think about , again, I&#8217;m just continuing with that number, like if you had 80 milliseconds gain on all the webpages you visit in a day, I don&#8217;t know, it might come out at some seconds, maybe a minute, who knows. And if you do that every single day, like you gain time.</p>\n\n\n\n<p>[00:22:09] <strong>Nathan Wrigley:</strong> Yeah, I agree. It&#8217;s difficult to parse, isn&#8217;t it? The human brain doesn&#8217;t kind of work that microscopic level. That really tiny fraction of time is so difficult to become important. But there&#8217;s this compound interest effect to it. You know, the more that it adds up, the more time you spend on the internet every day clicking things. And I suppose the curious thing here is, nobody even knows that it&#8217;s happened. You would presumably just think, gosh, that is a very quick website. You know, I&#8217;m having a fabulous experience here. Everything&#8217;s loading amazingly. They must have an amazing server set up or, you know, they&#8217;ve got everything configured perfectly. And all the while it&#8217;s the Speculation Rules API working in the background.</p>\n\n\n\n<p>But I think we&#8217;ve got it, you know, it&#8217;s adding up to tons of time, probably years, maybe decades of time when you throw that across the whole footprint that WordPress have.</p>\n\n\n\n<p>However, most people who don&#8217;t follow the WordPress news really, really carefully probably won&#8217;t know about this. And there&#8217;s nowhere to know about it really, apart from WordPress journalism, and the blog posts that go out from the Performance Team. Because there&#8217;s no way in the WordPress UI, there&#8217;s no setting, there&#8217;s no menu item to go to, there&#8217;s no toggle, there&#8217;s none of that.</p>\n\n\n\n<p>So that then leads me to ask, is there a way to modify this? If you have a need for more eager. Or you just wish to, I don&#8217;t know, you&#8217;ve got a desire to turn it off for some reason. Can it be modified with code, with hooks, with whatever?</p>\n\n\n\n<p>[00:23:31] <strong>Felix Arntz:</strong> Yeah, certainly. Quick context on the reason that there is no UI in WordPress Core to control it, is that it&#8217;s considered a very technical feature, and the philosophy of WordPress Core says, decisions not options. That&#8217;s one of the Core philosophies. So try to use defaults that work for the majority, and most people won&#8217;t have to change. And then especially when it comes to very technical things, you don&#8217;t want to bother an end user that just wants to maintain, create their website with, here you need to learn now about this complex Speculation Rules API.</p>\n\n\n\n<p>Like, we already talk about this for like 30 minutes now, and there&#8217;s probably so much more to uncover. So you can imagine that certain site owners don&#8217;t want to deal with that. So that&#8217;s why there&#8217;s no UI in WordPress Core. But it can be modified through hooks like you&#8217;re saying. There are several filters and actions to modify the behavior programmatically.</p>\n\n\n\n<p>And in addition, the Speculative Loading plugin that existed prior to the Core launch, that still exists and it&#8217;s now, when you install it on top of 6.8, it still serves a purpose. While it doesn&#8217;t ship the whole API anymore, because that&#8217;s now part of WordPress Core, it&#8217;s still includes a UI where you can configure it via UI in different ways.</p>\n\n\n\n<p>And it also changes the default behavior of WordPress, for the speculative loading feature. And that&#8217;s essentially because when we started the plugin, we went with a more aggressive default, because we want to know, the plugin only launches at first at small scale, it&#8217;s meant to, especially in the case of a feature plugin, it&#8217;s meant to inform us about how well it&#8217;s working, are there potential issues, and so on.</p>\n\n\n\n<p>So we went with a more more performant configuration out of the box with the Speculative Loading plugin. So if you use the plugin, it will use the moderate eagerness that I mentioned before. And then in addition, it uses, and we haven&#8217;t covered that at all yet, so it pre-renders the URL. So I can explain that briefly.</p>\n\n\n\n<p>The WordPress Core implementation, the Speculation Rules API allows you two alternative modes for speculatively loading a URL. Either you can pre-fetch the URL, or you can pre-render the URL.</p>\n\n\n\n<p>Pre-fetching means you essentially just load the, you get the HTML content already, but then you don&#8217;t do anything else. Like, it doesn&#8217;t load any JavaScript or it doesn&#8217;t load any CSS or images, it still waits with all of that until you go to the other page.</p>\n\n\n\n<p>With pre-render, it does everything, like literally everything. It loads the HTML, it loads also all the JavaScripts, CSS, images and whatever else is on your page. And it even renders this in the browser, like it basically does everything as if you were already on the page in the browser. Let&#8217;s think about it as if you had the page open in another tab and you couldn&#8217;t see it.</p>\n\n\n\n<p>[00:26:08] <strong>Nathan Wrigley:</strong> Yeah, you&#8217;ve just like pulled back a curtain suddenly and there it is. It&#8217;s just, it always there. You just couldn&#8217;t see it and suddenly.</p>\n\n\n\n<p>[00:26:14] <strong>Felix Arntz:</strong> And the pre-rendering is the thing that can get you to those immediate page loads. Because when you use pre-fetching, it only loads the HTML, so then when you get to the page, it&#8217;ll be faster, but you still have to load all the other things, and render it. But pre-render is where, if you have pre-render and eagerness of moderate, and then we go back to our previous example, you hover over link, go back there, two seconds, three seconds later, then you might get this immediate page load with LCP zero.</p>\n\n\n\n<p>[00:26:43] <strong>Nathan Wrigley:</strong> Okay, that&#8217;s really interesting. So you&#8217;ve kind of got two options. The first option is just accept WordPress Core. That&#8217;s how it is. And then, maybe three options. The second option then might be you can modify things with hooks and what have you. And I&#8217;m going to link to the articles that Felix wrote in the blog post that goes with this. So go to wptavern.com and search for the episode and you&#8217;ll be able to find all the bits. It&#8217;s more easy for me to say that than it is to read out the blog titles and things.</p>\n\n\n\n<p>And then the other option, the third option would be to download the plugin, which gives you a UI, but just caveat emptor, beware, it will then automatically make things moderate. It&#8217;s going to be doing things in a more, a slightly more aggressive way.</p>\n\n\n\n<p>[00:27:21] <strong>Felix Arntz:</strong> It brings you better performance, but it might also have more trade offs on, it will load, certainly to some capacity, load URLs that may not be navigated to. If you install the plugin, just keep in mind that the UI that it provides also would allow you to go back to the WordPress Core default. If you just want a UI and you install the plugin, just go into the UI of the plugin immediately, change it back to conservative pre-fetch, and you&#8217;re back at what Core would do as well.</p>\n\n\n\n<p>[00:27:45] <strong>Nathan Wrigley:</strong> Great. Yeah, thank you. Now you mentioned LCP and things like that. And I think there&#8217;s been an obsession for the last, let&#8217;s go for four years, with speed and trying to get Lighthouse scores to be impressive for your website. I&#8217;m curious, is there a way that Google scraping the internet can perceive any of this?</p>\n\n\n\n<p>In other words, if you do this, are you doing it simply to make your visitors happy, because they&#8217;re the people who are doing the clicking or what have you? Or is there some like Core Web Vitals metric which can be improved by this? Because it feels like there couldn&#8217;t be, because I doubt that Google Bot has the capacity to kind of speculatively load anything, but maybe there&#8217;s some flag in the, I don&#8217;t know, I have no idea how that would work.</p>\n\n\n\n<p>[00:28:31] <strong>Felix Arntz:</strong> So, that&#8217;s a great question. I think you&#8217;d, certainly when you apply performance enhancements like this, the goal is that they benefit your website&#8217;s end users. Google, of course, would love to know how well these features work, right? And also the people that work on the actual Speculation Rules API would love to see how the features are used in production, on production sites. And we, as a Performance Team, would also like to know that, how it goes with WordPress specifically.</p>\n\n\n\n<p>So there is a public data set called Chrome User Experience Report, which is sourced from anonymous data from users that use Chrome and have opted into this anonymous data tracking. So there is essentially a data set that collects the performance data of people visiting websites. And that is made publicly available, you can literally, if you know how to use BigQuery, which is this kind of advanced version of MySQL, where you can query gigantic amounts of data, you can query the Chrome User Experience Report data set, and you could be checking like, I don&#8217;t know, as long as sites that appear, it basically aggregates all the page, all the data by origin, so the domain.</p>\n\n\n\n<p>Any site that is relatively popular is in there. I don&#8217;t know exactly what the threshold is, but something like, maybe like at least 50 monthly users or something like that. So then your site will appear in there and you could query this for your own site to see how your site is doing. And you could do this every single month. And you get like a chart, how the performance of your site is doing over time.</p>\n\n\n\n<p>Of course, neither Google nor we as a Performance Team cares about one specific site. We&#8217;re doing things like in our team, we were building things for WordPress, for the WordPress ecosystem, try to improve the performance of the ecosystem as a whole. So I have been working a lot in the past years and learning a lot about this stuff. How to query the Crux, that&#8217;s a short version of it, Crux, the Crux Report, to gain insights on, how do you possibly measure the impact a certain feature has on these metrics?</p>\n\n\n\n<p>There&#8217;s another data set called HTTP Archive, which is the domains that are in this are also sourced from the Crux Report. But what HTTP Archive is, it basically scrapes all of these URLs every single month, one time, and gets all sorts of public information from these URLs, like which technologies it uses, does it use WordPress? Does it use, I don&#8217;t know, React or whatever, all these things. It also stores, from this one momentary point, it also stores the actual HTML body, and it&#8217;s a gigantic data set. And also that is public as well. You can look it up on httparchive.org and how to use it.</p>\n\n\n\n<p>So the goal of these efforts is to make these different performance data and to basically assess the health of the web ecosystem, publicly available, and then also these, especially HTTP Archive has a lot of charts on their own website based on their own data that essentially, yeah, makes it easily available without having to query BigQuery data.</p>\n\n\n\n<p>But when you actually can query BigQuery data, it becomes really powerful. So we can combine the data from HTTP Archive to see which origins are using WordPress. So then we get like a scaled down version of the whole web that is just the WordPress sites. And then we can combine it with the Crux data that has the performance results for all origins, but scope it down to only the origins that use WordPress.</p>\n\n\n\n<p>And that way we can see, for instance, the median LCP for a given month across all WordPress sites is this. Or the median INP and all the other metrics. More importantly, what we have been using as a more important metric though, is what&#8217;s called the passing rate. For every Core Web Vitals metric, there is a threshold where it&#8217;s, under this threshold is good, above this threshold, it&#8217;s not good. So for LCP for instance, that&#8217;s 2.5 seconds.</p>\n\n\n\n<p>And passing rate is essentially the number of, in this example, is the number of origins that have a median LCP that&#8217;s better than 2.5 seconds, the percentage of origins that have an LCP that&#8217;s better than 2.5 seconds. And that you can track over time to see how WordPress LCP is improving or decreasing over time. That&#8217;s how we essentially monitor performance for WordPress at a high level.</p>\n\n\n\n<p>And then we&#8217;ve been doing all sorts of experiments to try to get feature specific improvements. That&#8217;s really the difficult part because these data sets only gather data, the Archive data set only gathers data once a month, the Crux data set gave this data, it has all the data, but only the performance data. So it does not know, at what point did you activate a certain feature or deactivate another feature? That data doesn&#8217;t exist. So we can only make assumptions.</p>\n\n\n\n<p>Like, for instance, even when you want to measure the difference, and like an easy example, and that&#8217;s already complicated, is to measure the difference from one WordPress version to the next. HTTP Archive has data, whether a site is on, let&#8217;s say 6.8 or 6.7, but it&#8217;s from one specific moment in time. And we generally broaden these moments in time to the whole month because that&#8217;s the generally, like they do it once a month. If you see that a site is on 6.8, I think the HTTP Archive runs, like the actual queries usually run somewhere between 20th and 25th of the month.</p>\n\n\n\n<p>So if you see that the site is 6.8, you don&#8217;t know, is the site on 6.8 the entire month or did it just update to 6.8 a day before and most of the month data is actually the previous version? This is just unknowns that we have to deal with. And the data set being so huge, because WordPress is so popular, that helps a lot to sort of like make these unknowns maybe less impactful. Because if you&#8217;re at scale see that 6.8 has a big improvement, we can&#8217;t say that this value precisely is correct, but if it&#8217;s a clear improvement, we can assume that there is an actual improvement to a certain degree.</p>\n\n\n\n<p>And doing that for feature specific level is even more complex. I don&#8217;t think we have time to get into this too much right now, but I just want to say that this 1.9% value that is in the blog post is based on such an effort, where I try to look at all the sites that have speculation rules, and I looked at all the same sites before they activated speculation rules and get this median difference between all of them. And I don&#8217;t even know how to explain anymore because I don&#8217;t remember, because it was so complicated.</p>\n\n\n\n<p>[00:34:42] <strong>Nathan Wrigley:</strong> I am so glad that you are able to explain it though. I mean, firstly, really interesting, all of that, really interesting. Because you just sort of peeled back a whole curtain that I didn&#8217;t even know existed. So there&#8217;s just this aggregated, opted-in data coming out of the browser, dropping into this massive data set. I can only imagine what that is like to deal with.</p>\n\n\n\n<p>But it does mean that you&#8217;ve got anonymised data. You can make reasonable guesses, in the aggregate, about what&#8217;s happening. You know, you can refine it to WordPress, you can refine it to 6.7, 6.8, okay? And day by day, maybe it&#8217;s not meaningful. But if you spread it over one month, six months, what have you, more and more trends start to pop out.</p>\n\n\n\n<p>So you can see over time, you&#8217;ve got this 1.9%. And it, terribly complicated though it might be, I&#8217;m glad that you did that work for us. That&#8217;s amazing. Okay. And I didn&#8217;t know that whole thing was going on.</p>\n\n\n\n<p>And again, getting back to the point that you made at the beginning, the whole purpose of this is to make it better for your users. The purpose is not for the data that Google&#8217;s gathering, but it&#8217;s gathering it. And it&#8217;s helpful because people like you can then use it and make reasonable assumptions about what the rest of us ought to be doing with our WordPress websites. But the key metric there is, does it perform better for your users? And of course, we know the answer to that.</p>\n\n\n\n<p>[00:36:00] <strong>Felix Arntz:</strong> Just wanted to quickly add like we have been, these two data sets have been important source for us as a Performance Team from the very beginning in terms of even prioritising what we work on. There&#8217;s ways to get a high level idea. Like, out of all the 50 things that we could do to improve performance, which have shown to be the most impactful on the web so far outside of WordPress, or maybe even on the few WordPress sites that already use it through some other way. So it has helped a lot on the prioritisation, and personally a big advocate for data driven decision making. And in many parts of the WordPress project, we are not able to do that because we don&#8217;t have much data. But I&#8217;m really pleased that on the performance side, there is this big data set that can be used to see what is actually impactful.</p>\n\n\n\n<p>[00:36:46] <strong>Nathan Wrigley:</strong> Yeah, you can be really confident that your decisions are based upon fact, which is so nice. A lot of the WordPress project is, you know, intuition and design and things like that, and it&#8217;s hard to get agreement about that, and hard to get things right for everybody. But in this case, that&#8217;s slightly different.</p>\n\n\n\n<p>[00:37:00] <strong>Felix Arntz:</strong> For anybody that&#8217;s interested in this to learn more, I did write a blog post on makewordpress.org/core at some point about it. How to assess performance with HTTP Archive, something like that. That&#8217;s something that we can probably, that you can probably look at. There&#8217;s a whole collab. I worked out for a while on a collab to teach as a sort of like tutorial, how to get started with this for anybody that&#8217;s interested.</p>\n\n\n\n<p>[00:37:23] <strong>Nathan Wrigley:</strong> Okay, I&#8217;ve got a couple of pieces that I&#8217;ve got open over here, which are probably not the piece that you&#8217;ve just mentioned. So when I come back and edit this, I&#8217;ll make sure that I get in touch with you and we find that, and we&#8217;ll put that into the show notes. So there&#8217;ll be at least three things that you, dear listener, can go and check out.</p>\n\n\n\n<p>I&#8217;m just wondering if there are any situations, because we know what people are like. Performance experts, they love to configure their servers, they love to put things at the edge that, you know, all these clever things that are going on. Are there any scenarios where things like the speculative loading that that can conflict, or overlap or be something that you actually don&#8217;t want to do because you&#8217;ve already got something in place that might be handling, I don&#8217;t know, let&#8217;s say for example, you&#8217;re in team Cloudflare, and you&#8217;ve jumped in on all the different things that they&#8217;ve got? Perhaps they do this already. I don&#8217;t know. But I&#8217;m just wondering if there are any scenarios where, let&#8217;s say I&#8217;m a hosting company, or I&#8217;m just really into my performance. Are there any scenarios where I need to be mindful, maybe I want to switch this off?</p>\n\n\n\n<p>[00:38:22] <strong>Felix Arntz:</strong> I don&#8217;t think there&#8217;s a lot on the hosting side, but there can be on the whatever client side&#8217;s technologies you use. So because this speculative loading happens in the browser, so the, I don&#8217;t think there&#8217;s anything on the hosting side, or server side, that could do something similar. I think that wouldn&#8217;t work.</p>\n\n\n\n<p>But there are other ways that some similar things like this have already been done outside of a browser specification, outside of a browser API. Like there are certain JavaScript frameworks, for instance, that have something like speculative loading. Like, if you have a Next.js site, for instance, which I think is not very common to be used together with WordPress, but if you do have a Next.js site for instance, it might load URLs speculatively too, but through its own mechanism, like a completely separate approach. I&#8217;m not sure about specific JavaScript libraries right now that do exactly this, but there are definitely things like it that some sites were already using before the browser Speculation Rules API came around.</p>\n\n\n\n<p>[00:39:15] <strong>Nathan Wrigley:</strong> Okay, so broadly speaking, if you&#8217;re a WordPress, a typical WordPress user, you&#8217;ve got nothing to worry about. And you probably know that you&#8217;ve got something interesting and unusual going on with loading things in a different way, so you&#8217;re probably okay.</p>\n\n\n\n<p>One of the things that I did want to know, I just wondered if there were certain, I don&#8217;t know, let&#8217;s say I&#8217;ve got a WordPress website, maybe there are bits of that website that I don&#8217;t wish to be speculatively loading.</p>\n\n\n\n<p>I&#8217;m not really sure what that might be. An example that I think came out of one of your blog posts was you took the example of a Woo, well, I presume it was WooCommerce, you know, the end of the URL being cart or something like that, you know, so forward slash cart, forward slash whatever.</p>\n\n\n\n<p>That&#8217;s possible though. I presume, again, with hooks you could say, okay, this predetermined set of URLs, we don&#8217;t want to speculatively load anything. That kind of stuff can be done. The URL parameters can be configured into all this.</p>\n\n\n\n<p>[00:40:05] <strong>Felix Arntz:</strong> Yeah, exactly. So you can exclude certain URLs, or URL patterns from being applied to the speculative loading. And you can also configure whether you want to exclude them entirely or whether you want to exclude them only from pre-rendering, but not pre-fetching.</p>\n\n\n\n<p>So this is important to consider because the WordPress site, well, probably now 95% of the sites with 6.8 use pre-fetch because that&#8217;s a default. There are still sites that change it to pre-render. And then there are different implications for the site, for the URLs that are pre-rendered.</p>\n\n\n\n<p>And one of the considerations is, that&#8217;s actually another reason why we went with pre-fetch. because also pre-fetch, even though it&#8217;s less performant than pre-render, is also a safer option at the scale that we roll this out to all WordPress sites. Because the only risk with pre-fetch occurs if there is a URL that modifies something just by visiting that URL, which is an anti-pattern, like you should not do this, but there are plugins that do this occasionally. For instance, if you have like a URL that&#8217;s called empty cart, and just by visiting that URL you empty your shopping cart.</p>\n\n\n\n<p>That means, if you speculatively load the URL and you don&#8217;t visit it, your cart is emptied. You don&#8217;t want that. This is the only risk with pre-fetch. But, for what it&#8217;s worth, WordPress, the WordPress Core implementation also includes some default exclusions already. One of them is that it won&#8217;t speculatively load any URL with query parameters, like those question marks, something. And that&#8217;s because most WordPress sites by far are using pretty permalinks, and on those sites, having a query parameters is extremely unusual. And if there is, it&#8217;s usually from a plugin that does something specific.</p>\n\n\n\n<p>And so that&#8217;s why we exclude URLs because the chance that, like WordPress Core doesn&#8217;t have anything in the front end that will change something when you visit a URL, but plugins might. And plugins would usually handle this through query parameters if they do, and that&#8217;s why we exclude any query parameter URLs.</p>\n\n\n\n<p>[00:42:07] <strong>Nathan Wrigley:</strong> Yeah, I know that you will not have an answer to the next question, but I&#8217;m going to ask it anyway. But I&#8217;m just curious on your thoughts about it, because I know that anybody listening to this, there&#8217;s going to be a proportion of people thinking, wait, we want less bits traveling across the internet.</p>\n\n\n\n<p>And I&#8217;m thinking about the environmental impact of things now. You know, we don&#8217;t want pre-fetching anything, because that&#8217;s then potentially just wasted energy. Just carbon being burnt for stuff which may, or may not, be looked at. And obviously the WordPress approach that you&#8217;ve taken is to try and minimise that.</p>\n\n\n\n<p>But I just wondered if you had any thoughts, you know, around that and whether you could sort of calm people down about that or whether or not it, was that whole thing disregarded? Where does it fit into the thinking of all of this?</p>\n\n\n\n<p>[00:42:52] <strong>Felix Arntz:</strong> Yeah, like I said in the beginning, it is a trade off that you have to make, but it also depends like, which decision you take probably depends on how your site is being used, like what is the best configuration of speculative loading for your own site?</p>\n\n\n\n<p>If you go with a too eager configuration where there&#8217;s tons of URLs are eagerly loaded and then they might never be visited, then this definitely has a negative impact, like you&#8217;re saying. But obviously the ideal outcome is that the wasteful reloaded URLs are minimised and at the end of the day you, by speculatively loading, you improve the user experience.</p>\n\n\n\n<p>I can&#8217;t really answer where you draw the line in that. That being said, the adverse effects of URLs being loaded that you don&#8217;t navigate to with this conservative eagerness is so little. That&#8217;s why we chose that value to be the default. And you can go for more performant solutions, or configurations, but when you do so, please test how that works out.</p>\n\n\n\n<p>You can also, don&#8217;t want to get too deep into this, but you can also, if you have some kind of analytics provider for your site, you can gather like performance data or you can see which links users typically click on. And then you could configure speculation rules in the way that these links specifically may use like a more eager configuration. But the other ones don&#8217;t.</p>\n\n\n\n<p>This is where people really get, I&#8217;ve not personally done this but when, I&#8217;ve heard from other people when they work with enterprise clients, they really go in and look at, oh, when somebody has sent this URL, they usually click one of these four URLs, one of these four links, and then you can configure speculation rules to say, these four links should have moderate eagerness, but all other ones only conservative, for instance.</p>\n\n\n\n<p>[00:44:22] <strong>Nathan Wrigley:</strong> I can see a whole third party ecosystem of plugin developers kind of rubbing their hands together. You know, those that create performance plugins kind of leaning into exactly what you just said. Here&#8217;s your entire WordPress website, and here&#8217;s what we think, you know, in the same way that SEO plugins might give you a traffic light. Here&#8217;s a set of URLs, which we think you are not serving in the way that is going to be beneficial to your users or what have you. So, oh, that&#8217;s interesting as well.</p>\n\n\n\n<p>[00:44:46] <strong>Felix Arntz:</strong> The tough thing though is that it&#8217;s usually, I think it&#8217;s going to be very heavily dependent on the individual site. That&#8217;s where my hesitation is with that is that like, I&#8217;m not sure how much a plugin, a generally applied plugin, throughout the ecosystem could predict that. I think it&#8217;s often depending on the layout of the site. What is even the content of the site, right? What do people mostly click on? I think that makes it challenging from a general plugin perspective. Like to me, that&#8217;s mostly something that developers would do for their client&#8217;s websites, or agencies would do for a client&#8217;s website or at an individual level.</p>\n\n\n\n<p>[00:45:18] <strong>Nathan Wrigley:</strong> Yeah. Well, I mean, it&#8217;s just the beginning, isn&#8217;t it? It&#8217;s dropped in fairly recently. No doubt, the WordPress ecosystem will kind of figure out a posture on this. Maybe third party plugins will come along. Maybe developers will produce more documentation about how to wrangle it. How to surmise whether or not your website is using the Speculation Rules API in a way which is helping you, I don&#8217;t know, measuring the cost of your server infrastructure and what have you. But just the beginning.</p>\n\n\n\n<p>So there you go. Now, dear listener, you know a whole load of stuff about WordPress 6.8 that you didn&#8217;t. Before because probably, it was completely invisible to you. So, is there anything we missed, Felix? Is there any burning issue that you think we did not cover that and that was important?</p>\n\n\n\n<p>[00:45:58] <strong>Felix Arntz:</strong> No. I think we covered pretty much anything, everything. I just wanted to add that the new data from the Crux Report comes out, I think actually it came out yesterday, I believe. So it comes out every second Tuesday of the month. So I&#8217;m about to look at that. I want to take a look at that, definitely by the end of this week to see whether we can get any impact data now that speculative loading is out because, so the way that this works is the Crux data is released for the month before. That&#8217;s what happened, I think yesterday. So now we should have data on April where WordPress 6.8 came out. So now we can see how much did this feature launching in 6.8, and 6.8 in general, affect performance, hopefully in a good way.</p>\n\n\n\n<p>[00:46:39] <strong>Nathan Wrigley:</strong> Okay. Yeah, yeah. So this is actually for you, quite a big moment. You are suddenly going to get this data dump, which is going to actually cover this 43% of the web. It will be on all, well, most of the sites, and you are suddenly going to see what the impact is. Do you know, if you write that up, I will find it, if it&#8217;s out before I produce this post, then I will definitely link to that. And I&#8217;ll be fascinated to see if we can calculate how many decades, or weeks, or months, or years of time we have actually saved. That&#8217;s absolutely brilliant.</p>\n\n\n\n<p>Thank you so much for explaining it, helping to create it in the first place, and basically improving WordPress in a very, very demure way. You know, not shouting it from the rooftops, but doing a lot in the background to make everybody&#8217;s experience of the web a whole lot better. Felix Arntz, thank you so much for chatting to me today.</p>\n\n\n\n<p>[00:47:29] <strong>Felix Arntz:</strong> Yeah. Thank you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://felix-arntz.me/\">Felix Arntz</a>.</p>\n\n\n\n<p>Felix is a Senior Software Engineer at Google, and a WordPress Core committer from Germany, currently residing in San Francisco, California. He helped establish the WordPress Core Performance Team and has been heavily contributing to its efforts. He has been using WordPress for a decade and contributing back to the project since 2015. More recently, he has stepped into the role of the inaugural Performance Lead for the WordPress 6.2 release and subsequently of the 6.3 and 6.8 releases. In the latter release, he spearheaded development and launch of the new speculative loading feature, which is the focus of the podcast today.</p>\n\n\n\n<p>Speculative loading is one of the most important, and yet almost invisible, performance enhancements of recent times. If you’re on WordPress 6.8, this new feature is already active on your site, working quietly in the background to make page navigation faster. But you might never know from the WordPress UI, there’s no menu, no toggle, and no obvious indicator to show it’s there.</p>\n\n\n\n<p>Felix explains exactly what speculative loading is, and why it feels almost like browser magic. The ability for WordPress, using the browser’s new Speculation Rules API, to load the next page just as a user is about to visit it. It’s a clever use of browser signals like mouse clicks and hovers to anticipate navigation, shaving off precious milliseconds, sometimes even providing what feels like an instant page load.</p>\n\n\n\n<p>Felix clarifies the difference between conservative and more aggressive approaches to speculative loading, and why the WordPress Core team opted for the safest, least wasteful option by default, while still giving developers, or advanced users, the hooks and tools to customise or even disable it as needed.</p>\n\n\n\n<p>Felix discusses the origins of the feature as a plugin, the testing and data collection undertaken with tens of thousands of sites, and how this real-world data gave the team confidence to ship speculative loading to all WordPress users. We talk about what those performance wins mean at scale. How a 2% improvement on 43% of the internet translates into saving users untold hours of waiting collectively.</p>\n\n\n\n<p>We also get into the weeds on measurement and methodology. How the team uses data from the Chrome User Experience Report and HTTP Archive to track web performance, prioritise features, and validate real-world impact. Felix offers insight into how these global, anonymised data sets allow the Performance Team to make truly data-driven decisions.</p>\n\n\n\n<p>Beyond the tech, Felix addresses practical considerations, such as how to opt out, or fine-tune speculative loading if you have specific needs, how environmental concerns are balanced by default configurations, and how plugins or agencies might build on this foundation in the future.</p>\n\n\n\n<p>If you’ve ever wondered how large-scale, browser-level improvements make their way into WordPress Core, or simply want to know if there’s a way to make your own WordPress site that much faster, this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://make.wordpress.org/performance/handbook/about-the-team/\"> WordPress Performance Team</a></p>\n\n\n\n<p><a href=\"https://codelabs.developers.google.com/speculation-rules\">Achieve instant navigations with the Speculation Rules API</a></p>\n\n\n\n<p><a href=\"https://developers.google.com/search/docs/appearance/core-web-vitals\">Understanding Core Web Vitals and Google search results</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/speculation-rules/\">Speculative Loading plugin</a></p>\n\n\n\n<p><a href=\"https://felix-arntz.me/blog/speculative-loading-history-performance-feature-in-wordpress-core/\">Speculative Loading, or A Brief History of Landing a Performance Feature in WordPress Core</a></p>\n\n\n\n<p><a href=\"https://developer.chrome.com/docs/crux\">Overview of CrUX</a></p>\n\n\n\n<p><a href=\"https://cloud.google.com/bigquery\">BigQuery</a></p>\n\n\n\n<p><a href=\"https://httparchive.org/\">HTTP Archive</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 May 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:25;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:93:\"Do The Woo Community: Reinventing Careers and Building Resilience in Tech with Mendel Kurland\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97469\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"https://openchannels.fm/reinventing-careers-and-building-resilience-in-tech-with-mendel-kurland/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:155:\"Zach and Carl chat with Mendel Kurland, sharing stories of resilience, reinvention, and the human side of tech, wrapping it all in laughs and life lessons.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 May 2025 09:32:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:26;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:51:\"Matt: The Five Layers of Sharing Thoughts and Ideas\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=142705\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:37:\"https://ma.tt/2025/05/sharing-levels/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:3920:\"<p>I&#8217;ve been thinking a lot about mimetic formation, how a thought becomes an idea, and how that idea gestates and evolves as it&#8217;s progressively shared in wider and wider circles.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-142868\" height=\"198\" src=\"https://i0.wp.com/ma.tt/files/2025/05/five-layers-1024x335.png?resize=604%2C198&#038;quality=80&#038;ssl=1\" width=\"604\" /></figure>\n\n\n\n<p>During a recent product review of <a href=\"https://dayoneapp.com/\">Day One</a>, I was struck by how central the app is to my perspective on humans, relationships, and what we share. There are several layers to it, ranging from your innermost thoughts to what you share with the world. Each layer has its own context, challenges, and possibilities, and Automattic offers technology and products tailored to each.</p>\n\n\n\n<p>1. Layer one is your internal thoughts. Your consciousness, what exists only in your mind, or what I like to call meatspace. This space is yours and yours alone. This generative space is at the core of human creativity and existence.</p>\n\n\n\n<p>2. Layer two is triggered as soon as you put something into a medium, like writing it down. It’s everything that leaves your head, but is just reserved for you. In the past, we only had physical journals. Today, we have <a href=\"https://dayoneapp.com/\">Day One</a> as our strongest product in this space, but many people also have a private WordPress installation just for themselves. There are so many tools out there that help you create! Colors, brushes, canvases. Harper, for example, helps you write better — think of it as an open-source <a href=\"https://www.grammarly.com/\">Grammarly</a>, right now just in a few limited contexts, but in the future everywhere you write. </p>\n\n\n\n<p>3. Layer three is you and someone else. This is everything you share with one other person, which is an incredibly sacred act. <a href=\"https://dayoneapp.com/shared-journals/\">Shared journals</a> on Day One, messaging on <a href=\"https://www.beeper.com/\">Beeper</a>, DMs, private blogs with your best friend. A shared Google doc. This is its own special space. It has an intimacy and privacy that is core to the human experience. This is also phase 3 of Gutenberg, which is all about real-time co-editing and collaboration. This layer is the one I&#8217;m most excited about expanding in 2025 and 2026.</p>\n\n\n\n<p>4. Layer four is sharing within a finite group. N+1. It&#8217;s a space of collaboration and brainstorming with families, tribes, and teams. <a href=\"https://wordpress.com/p2/\">P2</a>, Linear, Github, group chats, and cozy communities. You lose some of the intimacy of layer three but gain more group intelligence.</p>\n\n\n\n<p>5. Finally, we have the fifth layer. This is the public layer, where I have spent a lot of my time at <a href=\"https://automattic.com/\">Automattic</a>. It is an extremely competitive space of social media and blogs: <a href=\"https://wordpress.org/\">WordPress</a>, <a href=\"http://wordpress.com\">WordPress.com</a>, and <a href=\"https://tumblr.com/\">Tumblr</a>. Once you publish publicly, you open yourself up to the beauty and chaos of the wider world. The best reason to blog is comments, the people who find you and add to your thoughts, who you never would have imagined. This is a crucible, but makes your own writing and thinking so much better, it&#8217;s worth the mishegoss. <img alt=\"🙂\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/16.0.1/72x72/1f642.png\" style=\"height: 1em;\" /></p>\n\n\n\n<p>This has been kicking around in my head and at layer four for a while. Thanks to <a href=\"https://kelly.blog/\">Kelly Hoffman</a> for helping me get this to layer five.</p>\n\n\n\n<p>P.S. Happy 22<sup>nd</sup> birthday to WordPress! <a href=\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\">Very excited about the new AI team on .org</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 May 2025 00:55:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:27;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"Aaron Jorbin: Happy 22nd Birthday WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://aaron.jorb.in/?p=185698\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:52:\"https://aaron.jorb.in/happy-22nd-birthday-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:862:\"<p>I don&#8217;t know about you, but <a href=\"https://wordpress.org/news/2003/05/wordpress-now-available/\">WordPress is feeling 22.</a></p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n\n\n\n<p>I am celebrating by helping WordPress do what it has done nearly every day for 22 years: <a href=\"https://core.trac.wordpress.org/changeset/60258\">getting</a> a little better (and <a href=\"https://core.trac.wordpress.org/changeset/60257\">being ok</a> making <a href=\"https://core.trac.wordpress.org/changeset/60256\">mistakes</a> in the process).</p>\n<p>The post <a href=\"https://aaron.jorb.in/happy-22nd-birthday-wordpress/\">Happy 22nd Birthday WordPress</a> appeared first on <a href=\"https://aaron.jorb.in\">Aaron Jorbin</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 23:37:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:6:\"jorbin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:28;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:69:\"WordPress.org blog: Announcing the Formation of the WordPress AI Team\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://wordpress.org/news/?p=18769\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:2959:\"<p>Today, I’m pleased to announce the formation of a new <strong>WordPress AI Team,</strong> a dedicated group focused on accelerating and coordinating artificial intelligence projects across the WordPress ecosystem.</p>\n\n\n\n<p>AI is already transforming how people create and manage content online. As this technology evolves, it’s essential that WordPress remains at the forefront, ensuring innovation happens in the open, guided by community values, and built to core standards.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Why This Matters</h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Strategic focus</strong>: A unified team stewards AI development thoughtfully, avoids fragmentation, and ensures alignment with the long-term goals of WordPress. </li>\n\n\n\n<li><strong>Shared innovation</strong>: Contributors and companies are actively exploring AI across the ecosystem. This team provides a central place to collaborate, share ideas, and build together.</li>\n\n\n\n<li><strong>Rapid iteration</strong>: Like the Performance Team, we’ll take a plugin-first approach. <a href=\"https://make.wordpress.org/core/2022/09/11/canonical-plugins-revisited/\">Canonical Plugins</a> will allow us to move quickly, gather feedback, and deliver real value without waiting on the Core release cycle.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">What to Expect</h2>\n\n\n\n<p>The AI Team will:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Coordinate cross-team efforts to explore AI-powered features responsibly and inclusively.</li>\n\n\n\n<li>Publish and maintain a public roadmap of AI initiatives and Canonical Plugins.</li>\n\n\n\n<li>Collaborate closely with Core, Design, Accessibility, and other teams to ensure strong integration and shared standards.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\">Meet the Team</h2>\n\n\n\n<p>The WordPress AI Team brings deep experience in open-source, performance, and product development and a strong commitment to building AI features the WordPress way. The team will launch with the following team contributors:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>James LePage</strong> – Automattic</li>\n\n\n\n<li><strong>Felix Arntz</strong> – Google</li>\n\n\n\n<li><strong>Pascal Birchler</strong> – Google</li>\n\n\n\n<li><strong>Jeff Paul</strong> – 10up</li>\n</ul>\n\n\n\n<p>To help get things started, James and Felix will serve as the initial <a href=\"https://make.wordpress.org/updates/team-reps/\">Team Reps</a> in supporting team organization, communication, and coordination with other Make WordPress teams.</p>\n\n\n\n<p>This is an exciting and important step in WordPress’s evolution. I look forward to seeing what we’ll create together and in the open.</p>\n\n\n\n<p>If you’re interested in contributing or following along, please join the conversations in <a href=\"https://wordpress.slack.com/archives/C08TJ8BPULS\">#core-ai</a> and watch for upcoming meeting announcements on <a href=\"https://make.wordpress.org/ai/\">https://make.wordpress.org/ai/</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 16:28:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Mary Hubbard\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:29;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:109:\"Do The Woo Community: How One Solo Agency Owner Manages Hundreds of WordPress Sites (Without Losing His Mind)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97117\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:110:\"https://openchannels.fm/how-one-solo-agency-owner-manages-hundreds-of-wordpress-sites-without-losing-his-mind/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:191:\"Running a massive web design business solo, while focusing on one platform, automating wisely, networking locally, and keeping support simple can help with strategies to scale without stress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 11:14:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:30;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:102:\"Do The Woo Community: Community Engagement Strategies for Successful WooCommerce and WordPress Plugins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97436\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:105:\"https://openchannels.fm/community-engagement-strategies-for-successful-woocommerce-and-wordpress-plugins/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:194:\"In this episode of Woo Product Chat, co-hosts discuss \"community thinking\" in WordPress and WooCommerce plugins, highlighting the importance of user feedback and effective engagement strategies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 27 May 2025 08:44:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:31;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"Weston Ruter: Improve LCP by Deprioritizing  Script Modules from the Interactivity API\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://weston.ruter.net/?p=34457\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://weston.ruter.net/2025/05/26/improve-lcp-by-deprioritizing-interactivity-api-script-modules/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:42031:\"<p class=\"is-style-text-subtitle is-style-text-subtitle--3\">Adding a <code>fetchpriority</code> of <code>low</code> to script modules and moving them from the <code>head</code> to the footer can improve <abbr title=\"Largest Contentful Paint\">LCP</abbr> by &gt;9%! I&#8217;ve <a href=\"https://github.com/westonruter/script-fetchpriority-low\" title=\"Script Fetch Priority Low\">written</a> <a href=\"https://github.com/westonruter/script-modules-in-footer\" title=\"Script Modules in Footer\">plugins</a> you can use to implement this now while waiting for them to land in WordPress core.</p>\n\n\n\n<p>The past week I&#8217;ve been doing a deep dive into the performance impact of how WordPress loads script modules for the <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/\">Interactivity API</a>. When the Interactivity API was first introduced, it used classic non-module scripts which were printed at the end of the <code>body</code> (i.e. in the footer, at <code>wp_footer</code>) so that they would not block the <a href=\"https://developer.mozilla.org/en-US/docs/Web/Performance/Guides/Critical_rendering_path\">critical rendering path</a>. With support for <a href=\"https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/\">script loading strategies</a> in core, I <a href=\"https://github.com/WordPress/gutenberg/pull/52536\">added</a> <code>defer</code> to these scripts and moved them to the <code>head</code> (i.e. at <code>wp_head</code>) in block themes, <a href=\"https://core.trac.wordpress.org/ticket/59115#:~:text=Leaving%20them%20in%20the%20head%20is%20advantageous%20because%20it%20means%20the%20browser%20will%20discover%20these%20scripts%20earlier%20and%20start%20loading%20them%20with%20other%20page%20resources%2C%20but%20the%20presence%20of%20defer%20means%20that%20they%20will%20no%20longer%20block%20page%20rendering.\">reasoning</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Leaving them in the <code>head</code> is advantageous because it means the browser will discover these scripts earlier and start loading them with other page resources, but the presence of <code>defer</code> means that they will no longer block page rendering.</p>\n</blockquote>\n\n\n\n<p>Ultimately, when the Interactivity API was <a href=\"https://make.wordpress.org/core/2024/03/04/interactivity-api-dev-note/\">fully launched</a> in WordPress 6.5, it had switched to using <a href=\"https://make.wordpress.org/core/2024/03/04/script-modules-in-6-5/\">script modules</a>. One great thing about script modules is that they don&#8217;t block rendering: they have the <code>defer</code> behavior <a href=\"https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Modules#:~:text=There%20is%20no%20need%20to%20use%20the%20defer%20attribute%20(see%20%3Cscript%3E%20attributes)%20when%20loading%20a%20module%20script%3B%20modules%20are%20deferred%20automatically.\">by default</a>. This means that they are safe to place in the <code>head</code>, and they continue to be printed there in block themes. (In classic themes, the block scripts are printed in the footer since blocks aren&#8217;t parsed before <code>wp_head</code> runs.) However, as I&#8217;ve been researching the past week, there can still be negative implications to the LCP metric when these script modules are discovered early, even though they don&#8217;t block rendering.</p>\n\n\n\n<p>I set up a vanilla test site with Local WP and the Twenty Twenty-Five default theme active. I configured the theme template and post content so that all block configurations which depend on the Interactivity API are present:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The theme template has a <strong>Navigation</strong> block with the mobile overlay menu enabled (which is the default).</li>\n\n\n\n<li>A <strong>Search</strong> block is added to the header with the “Button only” configuration which depends on the Interactivity API.</li>\n\n\n\n<li>The <a href=\"https://gist.github.com/westonruter/9ef0dfa42e4237b8a823e4b6803d3d7a#file-post_content-html\">post content</a> starts with an <strong>Image</strong> block whose <code>IMG</code> is the LCP element. It is configured to “Enlarge on click”.<sup class=\"fn\"><a href=\"https://weston.ruter.net/category/wordpress/feed/#c7a2be25-eace-4671-8089-f9286a5703ea\" id=\"c7a2be25-eace-4671-8089-f9286a5703ea-link\">1</a></sup> This uses a <a href=\"https://en.wikipedia.org/wiki/File:American_bison_k5680-1.jpg\">photo</a> of a Bison of course. <img alt=\"🦬\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f9ac.png\" style=\"height: 1em;\" /></li>\n\n\n\n<li>After a few paragraphs of Lorem Ipsum, I added a <strong>File</strong> block for a PDF with “Show inline embed” enabled.</li>\n\n\n\n<li>The “More Posts” section of the template has a <strong>Query Loop</strong> which has its “Reload full page” advanced setting turned off.</li>\n</ul>\n\n\n\n<p>In the end, this results in the following markup being printed in the <code>head</code> (from the <a href=\"https://gist.github.com/westonruter/9ef0dfa42e4237b8a823e4b6803d3d7a#file-before-html\">full page source</a> with some prettying): </p>\n\n\n<pre class=\"wp-block-code\"><span><code class=\"hljs language-xml\"><span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">script</span> <span class=\"hljs-attr\">type</span>=<span class=\"hljs-string\">\"importmap\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"wp-importmap\"</span>&gt;</span><span class=\"actionscript\">\n{\n	<span class=\"hljs-string\">\"imports\"</span>:{\n		<span class=\"hljs-string\">\"@wordpress/interactivity\"</span>: <span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffb\"</span>,\n		<span class=\"hljs-string\">\"@wordpress/interactivity-router\"</span>: <span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/interactivity-router/index.min.js?ver=dc4a227f142d2e68ef83\"</span>,\n		<span class=\"hljs-string\">\"@wordpress/a11y\"</span>: <span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/a11y/index.min.js?ver=b7d06936b8bc23cff2ad\"</span>\n	}\n}\n</span><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">script</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">script</span> <span class=\"hljs-attr\">type</span>=<span class=\"hljs-string\">\"module\"</span> <span class=\"hljs-attr\">src</span>=<span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/block-library/file/view.min.js?ver=fdc2f6842e015af83140\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"@wordpress/block-library/file/view-js-module\"</span>&gt;</span><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">script</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">script</span> <span class=\"hljs-attr\">type</span>=<span class=\"hljs-string\">\"module\"</span> <span class=\"hljs-attr\">src</span>=<span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/block-library/image/view.min.js?ver=e38a2f910342023b9d19\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"@wordpress/block-library/image/view-js-module\"</span>&gt;</span><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">script</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">script</span> <span class=\"hljs-attr\">type</span>=<span class=\"hljs-string\">\"module\"</span> <span class=\"hljs-attr\">src</span>=<span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/block-library/navigation/view.min.js?ver=61572d447d60c0aa5240\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"@wordpress/block-library/navigation/view-js-module\"</span>&gt;</span><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">script</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">script</span> <span class=\"hljs-attr\">type</span>=<span class=\"hljs-string\">\"module\"</span> <span class=\"hljs-attr\">src</span>=<span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/block-library/query/view.min.js?ver=f55e93a1ad4806e91785\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"@wordpress/block-library/query/view-js-module\"</span>&gt;</span><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">script</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">script</span> <span class=\"hljs-attr\">type</span>=<span class=\"hljs-string\">\"module\"</span> <span class=\"hljs-attr\">src</span>=<span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/block-library/search/view.min.js?ver=208bf143e4074549fa89\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"@wordpress/block-library/search/view-js-module\"</span>&gt;</span><span class=\"hljs-tag\">&lt;/<span class=\"hljs-name\">script</span>&gt;</span>\n<span class=\"hljs-tag\">&lt;<span class=\"hljs-name\">link</span> <span class=\"hljs-attr\">rel</span>=<span class=\"hljs-string\">\"modulepreload\"</span> <span class=\"hljs-attr\">href</span>=<span class=\"hljs-string\">\"/wp-includes/js/dist/script-modules/interactivity/index.min.js?ver=55aebb6e0a16726baffb\"</span> <span class=\"hljs-attr\">id</span>=<span class=\"hljs-string\">\"@wordpress/interactivity-js-modulepreload\"</span>&gt;</span></code></span></pre>\n\n\n<p>When loading the page in Chrome, here&#8217;s the network panel in DevTools:</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large wp-lightbox-container\"><img alt=\"Screenshot of the Chrome DevTools network panel where the script module resources are being loaded with high priority before the Bison image (for the LCP element)\" class=\"wp-image-34758\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/chrome-network-panel-script-modules-default-priority-two-columns.png?resize=501%2C700&#038;ssl=1\" width=\"501\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p>Notice how the script modules are being loaded with a <strong>high</strong> priority and <em>before</em> the all-important Bison image resource is loaded for the LCP element. This is bad. Here&#8217;s a view of the waterfall in the Performance panel, where you can see the script modules indeed start loading before the Bison image:</p>\n\n\n\n<figure class=\"wp-block-image alignwide size-large wp-lightbox-container\"><img alt=\"Network waterfall in Chrome DevTools showing script modules loading before the LCP image resource.\" class=\"wp-image-34739\" height=\"187\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/chrome-devtools-waterfall-script-modules-default-priority.png?resize=700%2C187&#038;ssl=1\" width=\"700\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p>In my tests, both Chrome and Safari set a default fetch priority of <strong>high</strong> for module scripts and <code>modulepreload</code> links. In Firefox, the default fetch priority for a <code>modulepreload</code> link is <strong>highest</strong>, while the script modules are loaded with <strong>normal</strong> fetch priority. In all these cases, the priorities are <em>incorrect</em>. They should all have a fetch priority of <strong>low</strong> because they are not in the critical rendering path. This is because the very first requirement/goal defined for the Interactivity API was for <a href=\"https://developer.wordpress.org/block-editor/reference-guides/interactivity-api/iapi-about/#:~:text=It%20must%20support%20server%2Dside%20rendering.%20Server%2Drendered%20HTML%20and%20client%2Dhydrated%20HTML%20must%20be%20exactly%20the%20same.%20This%20is%20important%20for%20SEO%20and%20the%20user%20experience.\">server-side rendering</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>It must support server-side rendering. Server-rendered HTML and client-hydrated HTML must be exactly the same. This is important for SEO and the user experience.</p>\n</blockquote>\n\n\n\n<p>Since blocks using the Interactivity API are intended to leverage server-side rendering, the script modules for these blocks<sup class=\"fn\"><a href=\"https://weston.ruter.net/category/wordpress/feed/#b77dfd89-ba79-47f9-b93a-b5825558c8a3\" id=\"b77dfd89-ba79-47f9-b93a-b5825558c8a3-link\">2</a></sup> by definition should not be prioritized over loading other resources which are in the critical rendering path, <em>especially</em> any image resource for the LCP element.</p>\n\n\n\n<p>I wanted to find out what the LCP performance impact would be if these script modules had their priorities changed to low from the default of high. The <code><a href=\"https://developer.mozilla.org/en-US/docs/Web/API/HTMLLinkElement/fetchPriority\">link</a></code> and <code><a href=\"https://developer.mozilla.org/en-US/docs/Web/API/HTMLScriptElement/fetchPriority\">script</a></code> tags both support the <code>fetchpriority</code> attribute, same as the <code>img</code> tag does. While WordPress now <a href=\"https://make.wordpress.org/core/2023/07/13/image-performance-enhancements-in-wordpress-6-3/\">facilitates</a> adding <code>fetchpriority</code> to <code>img</code> tags, it doesn&#8217;t do the same for registered scripts or script modules. This is what <a href=\"https://core.trac.wordpress.org/ticket/61734\" title=\"Add the ability to handle &quot;fetchpriority&quot; to ES Modules and Import Maps\">#61734</a> is about, and it is why I&#8217;m analyzing the performance impact. In the same way that WordPress facilitates adding <code>async</code> and <code>defer</code> to scripts, and does so by default for some scripts, there should perhaps be a way to declare the <code>fetchpriority</code> for a script or script module.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"performance-of-low-priority-script-modules\">Performance of Low Priority Script Modules</h2>\n\n\n\n<p>In order to benchmark the performance impact, I developed the <strong><a href=\"https://github.com/westonruter/script-fetchpriority-low\">Script Fetch Priority Low</a> plugin</strong> which automatically adds <code>fetchpriority=low</code> to the <code>module</code> scripts used by the Interactivity API, as well as any <code>modulepreload</code> links which are printed for static import dependencies. If a page is loaded with a specific query parameter, then the plugin short-circuits; this allows for doing before/after benchmarks.</p>\n\n\n\n<p>With this plugin active, this is the change to the network panel in Chrome DevTools:</p>\n\n\n\n<figure class=\"wp-block-image aligncenter size-large wp-lightbox-container\"><img alt=\"Screenshot of the Chrome DevTools network panel where the script module resources are being loaded with low priority after the Bison image (for the LCP element)\" class=\"wp-image-34759\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/chrome-network-panel-script-modules-low-priority-two-columns.png?resize=501%2C700&#038;ssl=1\" width=\"501\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p>Notice how the script modules are now being loaded with a <strong>low</strong> priority and <em>after</em> the Bison image. This can also be seen in the Performance panel waterfall:</p>\n\n\n\n<figure class=\"wp-block-image alignwide size-large wp-lightbox-container\"><img alt=\"Network waterfall in Chrome DevTools showing script modules loading after the LCP image resource.\" class=\"wp-image-34740\" height=\"190\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/chrome-devtools-waterfall-script-modules-low-priority.png?resize=700%2C190&#038;ssl=1\" width=\"700\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p>This looks much better. But what is the performance impact in terms of LCP? To analyze that I used the <a href=\"https://github.com/GoogleChromeLabs/wpp-research/tree/main/cli#benchmark-web-vitals\">benchmark-web-vitals</a> tool to obtain the median web vitals metrics for 100 requests with and without the reduction in fetch priority:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer&amp;disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals is-style-regular has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td><abbr title=\"First Contentful Paint\">FCP</abbr></td><td>142.6</td><td>141.7</td><td>-0.9</td><td>-0.6%</td></tr><tr><td><abbr title=\"Largest Contentful Paint\">LCP</abbr></td><td>409.4</td><td>382.4</td><td>-27.0</td><td>-6.6%</td></tr><tr><td><abbr title=\"Time To Fist Byte\">TTFB</abbr></td><td>34.7</td><td>35.3</td><td>+0.7</td><td>+1.9%</td></tr><tr><td><abbr title=\"LCP minus TTFB\">LCP-TTFB</abbr></td><td>374.2</td><td>347.0</td><td>-27.2</td><td>-7.3%</td></tr></tbody></table></figure>\n\n\n\n<p>This is a big improvement! (Each subsequent benchmark test shows the median metrics of 100 iterations, unless otherwise noted.)</p>\n\n\n\n<p>The above results were testing while emulating a broadband network connection. Here are the results testing a “Fast 3G” connection:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"Fast 3G\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer&amp;disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals is-style-regular has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td>FCP</td><td>1275.3</td><td>1275.4</td><td>+0.1</td><td>+0.0%</td></tr><tr><td>LCP</td><td>3377.1</td><td>3157.1</td><td>-220.0</td><td>-6.5%</td></tr><tr><td>TTFB</td><td>35.0</td><td>34.6</td><td>-0.4</td><td>-1.0%</td></tr><tr><td>LCP-TTFB</td><td>3341.1</td><td>3123.0</td><td>-218.1</td><td>-6.5%</td></tr></tbody></table></figure>\n\n\n\n<p>So there is roughly the same improvement regardless of the network conditions.</p>\n\n\n\n<p>I was also curious what the results would be when there was just a single block on the page using the Interactivity API, instead of attempting to add every single interactive block. This is the normal case for all block themes since the Navigation block is almost always present with the mobile overlay menu enabled. So I tested on a template with the Navigation block and a featured image as the LCP element, this time again emulating a broadband network connection:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison-no-file-block/?disable_print_script_modules_in_footer&amp;disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison-no-file-block/?disable_print_script_modules_in_footer\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td>FCP</td><td>140.7</td><td>142.6</td><td>+1.9</td><td>+1.4%</td></tr><tr><td>LCP</td><td>399.0</td><td>368.9</td><td>-30.1</td><td>-7.5%</td></tr><tr><td>TTFB</td><td>33.4</td><td>33.0</td><td>-0.4</td><td>-1.2%</td></tr><tr><td>LCP-TTFB</td><td>365.1</td><td>335.8</td><td>-29.3</td><td>-8.0%</td></tr></tbody></table></figure>\n\n\n\n<p>So even when there is just a single script module along with the <code>modulepreload</code> link, the performance improvement to LCP is consistent.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"printing-script-modules-in-the-footer\">Printing Script Modules in the Footer</h2>\n\n\n\n<p>As referred to above, the classic method WordPress has employed to deprioritize scripts is to load them in the footer by supplying <code>in_footer</code> as <code>true</code> when registering a script. What if instead of adding a <code>fetchpriority</code> of <code>low</code> to script modules, they were instead just printed in the footer for block themes in the same way they are already printed in the footer for classic themes? I created the <strong><a href=\"https://github.com/westonruter/script-modules-in-footer\">Script Modules in Footer</a> plugin</strong> to implement this and to facilitate benchmarking. Here are the results:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer&amp;disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_script_fetchpriority_low\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td>FCP</td><td>141.8</td><td>143.7</td><td>+1.9</td><td>+1.3%</td></tr><tr><td>LCP</td><td>410.8</td><td>383.1</td><td>-27.8</td><td>-6.8%</td></tr><tr><td>TTFB</td><td>34.4</td><td>34.4</td><td>-0.1</td><td>-0.1%</td></tr><tr><td>LCP-TTFB</td><td>376.7</td><td>348.4</td><td>-28.4</td><td>-7.5%</td></tr></tbody></table></figure>\n\n\n\n<p>This shows almost the same improvement as adding <code>fetchpriority</code> of <code>low</code>. However, even when they are located at the end of the <code>body</code>, they are still loaded with a high fetch priority. When script modules are printed in the footer, adding <code>fetchpriority</code> as well yields an additional ~1% improvement to LCP on my test page:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td>FCP</td><td>142.0</td><td>144.1</td><td>+2.1</td><td>+1.5%</td></tr><tr><td>LCP</td><td>377.5</td><td>374.7</td><td>-2.8</td><td>-0.7%</td></tr><tr><td>TTFB</td><td>34.7</td><td>35.1</td><td>+0.4</td><td>+1.2%</td></tr><tr><td>LCP-TTFB</td><td>342.9</td><td>338.9</td><td>-4.0</td><td>-1.2%</td></tr></tbody></table></figure>\n\n\n\n<p>If script modules are all printed with <code>fetchpriority=low</code>, here&#8217;s the difference when moving them from <code>wp_head</code> to <code>wp_footer</code>:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td>FCP</td><td>142.4</td><td>143.2</td><td>+0.8</td><td>+0.6%</td></tr><tr><td>LCP</td><td>383.9</td><td>372.7</td><td>-11.2</td><td>-2.9%</td></tr><tr><td>TTFB</td><td>35.0</td><td>35.2</td><td>+0.2</td><td>+0.6%</td></tr><tr><td>LCP-TTFB</td><td>348.1</td><td>337.8</td><td>-10.3</td><td>-3.0%</td></tr></tbody></table></figure>\n\n\n\n<p>So again, there&#8217;s an improvement but not as large as before/after adding <code>fetchpriority=low</code> or printing in the <code>head</code> versus the footer.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"deprioritizing-classic-scripts\">Bonus: Deprioritizing Classic Scripts</h2>\n\n\n\n<p>While classic scripts registered in WordPress already have the ability to be printed in the footer, they can&#8217;t be registered with a specific <code>fetchpriority</code> value. It doesn&#8217;t make a lot of sense to set a fetch priority for blocking classic scripts since they should always be loaded with the highest priority since they block rendering. However, what about a script that is using the <code>defer</code> or <code>async</code> loading strategies? Chrome automatically assigns such scripts as having a low priority, regardless of whether they are printed at the <code>head</code> or the footer. However, this is not the case for other browsers:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>An <code>async</code> script in the <code>head</code> gets a medium/normal priority in Safari/Firefox.</li>\n\n\n\n<li> A <code>defer</code> script in the <code>head</code> gets a high priority in Safari and a normal priority in Firefox.</li>\n\n\n\n<li>An <code>async</code> script in the footer gets a medium/normal priority in Safari/Firefox.</li>\n\n\n\n<li>A <code>defer</code> script in the footer gets a high priority in Safari and a normal priority in Firefox.</li>\n</ul>\n\n\n\n<p>So for the sake of non-Chromium browsers, it absolutely makes sense to be able to register classic scripts with a fetch priority. For example, the <code>comment-reply</code> script is registered as <code>async</code> and is printed in the footer. Explicitly marking this script as having a low fetch priority ensures that loading it will not compete with more critical resources in Firefox and Safari. My <strong><a href=\"https://github.com/westonruter/script-fetchpriority-low\">Script Fetch Priority Low</a></strong> plugin also implements this.</p>\n\n\n\n<p>As an extra bonus, check out my <a href=\"https://github.com/westonruter/google-site-kit-gtag-script-deprioritization\">Site Kit GTag Script Deprioritization</a> and <a href=\"https://github.com/westonruter/jetpack-stats-script-deprioritization\">Jetpack Stats Script Deprioritization</a> plugins which optimize the loading of analytics trackers by adding <code>fetchpriority=low</code> to the <code>script</code> tags, removing the <code>dns-prefetch</code>, and ensuring the external <code>script</code> tags are printed in the footer.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"conclusion\">Conclusion</h2>\n\n\n\n<p>There are essentially for different configurations for printing script modules on the page:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>In <code>head</code> with default fetch priority. (This is the current behavior in WordPress core.)</li>\n\n\n\n<li>In <code>head</code> with <code>fetchpriority=low</code>.</li>\n\n\n\n<li>At end of <code>body</code> with default fetch priority.</li>\n\n\n\n<li>At end of <code>body</code> with <code>fetchpriority=low</code>.</li>\n</ol>\n\n\n\n<p>Here are the median metrics for benchmarking 1,000 iterations for each of the four configurations:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=1000 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer&amp;disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th><code>head</code></th><th><code>head</code> + <code>low</code></th><th><code>body</code></th><th><code>body</code> + <code>low</code></th></tr></thead><tbody><tr><td>FCP</td><td>137.9</td><td>143.0</td><td>140.7</td><td>138.8</td></tr><tr><td>LCP</td><td>405.9</td><td>383.7</td><td>376.8</td><td>370.0</td></tr><tr><td>TTFB</td><td>33.7</td><td>34.5</td><td>33.6</td><td>33.7</td></tr><tr><td>LCP-TTFB</td><td>372.2</td><td>349.3</td><td>343.0</td><td>336.3</td></tr></tbody></table></figure>\n\n\n\n<p>When script modules are printed in the footer <em>and</em> they have <code>fetchpriority=low</code>, the result is a &gt;9% improvement to LCP on my test page:</p>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Command<pre class=\"wp-block-code\"><span><code class=\"hljs language-bash\">npm run research -- benchmark-web-vitals --number=100 --output=<span class=\"hljs-string\">\"md\"</span> --network-conditions=<span class=\"hljs-string\">\"broadband\"</span> --diff \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/?disable_print_script_modules_in_footer&amp;disable_script_fetchpriority_low\"</span> \\\n  --url <span class=\"hljs-string\">\"http://localhost:10008/bison/\"</span></code></span></pre></details>\n\n\n\n<figure class=\"wp-block-table benchmark-web-vitals has-medium-font-size\"><table class=\"has-fixed-layout\"><thead><tr><th>Metric</th><th>Before</th><th>After</th><th>Diff (ms)</th><th>Diff (%)</th></tr></thead><tbody><tr><td>FCP</td><td>137.0</td><td>137.2</td><td>+0.2</td><td>+0.1%</td></tr><tr><td>LCP</td><td>406.0</td><td>368.8</td><td>-37.2</td><td>-9.2%</td></tr><tr><td>TTFB</td><td>33.7</td><td>33.6</td><td>-0.1</td><td>-0.1%</td></tr><tr><td>LCP-TTFB</td><td>371.7</td><td>336.0</td><td>-35.7</td><td>-9.6%</td></tr></tbody></table></figure>\n\n\n\n<p>Of course your mileage will vary. This will primarily benefit <strong>block themes</strong>. A vanilla WordPress install with the stock theme is very lightweight and a typical site will have a lot more going on which will lessen the impact of these optimizations. But still, with these findings I&#8217;ve been working on a <a href=\"https://github.com/WordPress/wordpress-develop/pull/8815\">pull request</a> for <a href=\"https://core.trac.wordpress.org/ticket/61734\" title=\"Add the ability to handle &quot;fetchpriority&quot; to ES Modules and Import Maps\">#61734</a> to implement <code>fetchpriority</code> support for scripts and script modules in WordPress core; it defaults the fetch priority to low for script modules related to the Interactivity API as well as the <code>comment-reply</code> classic script. This feature is a natural progression to follow script loading strategies (<code>async</code> &amp; <code>defer</code>); in fact, we could consider defaulting scripts to add <code>fetchpriority=low</code> if they use the a delayed loading strategy. </p>\n\n\n\n<p>I&#8217;ve filed <a href=\"https://core.trac.wordpress.org/ticket/63486\" title=\"Script modules should support being printed in the footer the same as classic scripts\n\">#63486</a> to implement support for printing script modules in the footer. This work can follow the <code>fetchpriority</code> support as it will be more involved due to the need to account for module dependencies.</p>\n\n\n\n<p>While waiting for these performance enhancements to land in core, you can install the <strong><a href=\"https://github.com/westonruter/script-fetchpriority-low\">Script Fetch Priority Low</a></strong> and <strong><a href=\"https://github.com/westonruter/script-modules-in-footer\">Script Modules in Footer</a></strong> plugins. Let me know if you measure any LCP improvements!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-medium-font-size\">Where I&#8217;ve shared this:</p>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.linkedin.com/posts/westonruter_improve-lcp-by-deprioritizing-script-modules-activity-7332869961524092928-qv3g\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-bluesky  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://bsky.app/profile/weston.ruter.net/post/3lq42d67nxc2b\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bluesky</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://x.com/westonruter/status/1927104556170662353\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-mastodon  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://mastodon.social/@westonruter/114576094434226318\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Mastodon</span></a></li></ul>\n\n\n\n<p><strong>Shameless plug:</strong> I found out last month that my 6½-year position at Google was eliminated. I was <a href=\"https://weston.ruter.net/2018/09/19/becoming-a-googler/\">hired</a> to work on WordPress full time, and I&#8217;ve been <a href=\"https://weston.ruter.net/2025/05/14/a-decade-as-a-core-committer-my-wordpress-contribution-history/\">contributing to WordPress</a> as a core committer for over 10 years. Most recently I&#8217;ve worked heavily on the Core Performance team. I&#8217;m currently #opentowork, hoping to find a full time position as a sponsored contributor at another company that also cares about the health of the open web. Alternatively, I&#8217;m exploring the feasibility of being <a href=\"https://github.com/sponsors/westonruter\">sponsored</a> as an independent contributor. If you find my open source work valuable, maybe you can help sustain my contributions?</p>\n\n\n<ol class=\"wp-block-footnotes has-small-font-size\"><li id=\"c7a2be25-eace-4671-8089-f9286a5703ea\">I used an Image block as opposed to setting the featured image so that I could use the “Enlarge on click” setting which involves the interactivity, but see also <a href=\"https://weston.ruter.net/2025/05/17/adding-caption-and-lightbox-to-the-featured-image-block/\">my post</a> about how the Featured Image block can also be extended with a lightbox. <a href=\"https://weston.ruter.net/category/wordpress/feed/#c7a2be25-eace-4671-8089-f9286a5703ea-link\">↩︎</a></li><li id=\"b77dfd89-ba79-47f9-b93a-b5825558c8a3\">The one exception here is the <a href=\"https://wordpress.org/documentation/article/file-block/\">File block</a> when a PDF is selected and the “Show inline embed” <a href=\"https://wordpress.org/documentation/article/file-block/#:~:text=If%20you%20upload%20a%20PDF%20file%2C%20you%E2%80%99ll%20see%20a%20PDF%20settings%20section%20on%20the%20block%20settings.\">setting</a> is enabled. In this case, JavaScript runs when the block initializes to <a href=\"https://github.com/WordPress/gutenberg/blob/8889f82eda340ea66c83e945098423ed1ae3f5d3/packages/block-library/src/file/view.js#L13-L17\">populate the <code>hasPdfPreview</code> state</a>, and this then changes the element&#8217;s <code>hidden</code> state from <code>true</code> to <code>false</code> if the browser supports rendering PDFs. This is an exceptional case, however, and it would be rare for a File block to appear in the initial viewport and be the LCP element. The script module for the File block should only have a high fetch priority if (1) a PDF is selected, (2) the “Show inline embed” setting is enabled, and (3) the block appears in the initial viewport (on desktop or mobile). This is something that <a href=\"https://github.com/WordPress/performance/blob/trunk/plugins/optimization-detective/docs/introduction.md\">Optimization Detective</a> could facilitate. <a href=\"https://weston.ruter.net/category/wordpress/feed/#b77dfd89-ba79-47f9-b93a-b5825558c8a3-link\">↩︎</a></li></ol><p>The post <a href=\"https://weston.ruter.net/2025/05/26/improve-lcp-by-deprioritizing-interactivity-api-script-modules/\">Improve LCP by Deprioritizing  Script Modules from the Interactivity API</a> appeared first on <a href=\"https://weston.ruter.net\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 May 2025 20:36:59 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:32;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:112:\"Do The Woo Community: WordPress Multilingual, Translation and Community with Pascal Birchler and Robert Windisch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97013\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:114:\"https://openchannels.fm/wordpress-multilingual-translation-and-community-with-pascal-birchler-and-robert-windisch/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:246:\"In this episode of The WordPress Way, listen to shared insights on translating WordPress, performance boosts, community involvement, and future multilingual features. They emphasize the ongoing need for translators and collaboration in WordPress.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 26 May 2025 09:01:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:33;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:115:\"Gutenberg Times: Feature API, Playground, Gutenberg 20.9, Interactivity API, #WCUS and moar — Weekend Edition 331\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=40505\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:117:\"https://gutenbergtimes.com/feature-api-playground-gutenberg-20-9-interactivity-api-wcus-and-moar-weekend-edition-331/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19961:\"<p>Howdy,</p>\n\n\n\n<p></p>\n\n\n\n<p>This week, I continued to learn about more plugins for the block editor. They might be new to the WordPress repository or just new to me, haha.  Also, Playground came up in the last couple of weeks, and I share two tutorials and a video about my workshop at WordCamp Europe.  And via the Feature API you can prepare your plugins for AI Agents. </p>\n\n\n\n<p>As every year, WordCamp Europe will also have a Live stream for the talks and keynotes. Just check out the website on Jun 6th, 2025.  The next Weekend Edition will drop in your inbox after WordCamp Europe and I will share some cool talks from the live stream. </p>\n\n\n\n<p>Until have a great time! </p>\n\n\n\n<p>Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p class=\"has-small-font-size\">WordCamp Europe is just around the corner! <img alt=\"🎉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" style=\"height: 1em;\" /> If you want to meet up in Basel (June 4–7), <a href=\"https://calendly.com/pauli-haack/wordcamp-europe\">grab a slot on my calendar</a> or send me your link. <a href=\"https://mastodon.social/tags/WCEU\">#WCEU</a></p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-no-vertical-margin\"><a href=\"https://calendly.com/pauli-haack/wordcamp-europe\"><img alt=\"\" class=\"wp-image-40524\" height=\"367\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/05/Book-a-meeting-with-Birgit-Pauli-Haack.jpg?resize=652%2C367&#038;ssl=1\" width=\"652\" /></a></figure>\n</div></div>\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\"></section>\n\n\n<p>ICYMI: <a href=\"https://us.wordcamp.org/2025/call-for-speakers/\"><strong>WordCamp US Call for Speaker is now live</strong></a> the deadline is June 20, 2025. WordCamp US will take place from August 26 to 29th, 2025. Similar to last year, there are no lightening talks, only long form talks, workshops, or campfire sessions. August 26 will be Contributor Day. Sessions start on August 27 in three tracks. You need to have a WordPress.org account to enter the form. The <a href=\"https://us.wordcamp.org/2025/call-for-sponsors/\">Call for Sponsors</a> has also been published. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://us.wordcamp.org/2025/call-for-speakers-wordcamp-us-2025/\"><img alt=\"\" class=\"wp-image-40544\" height=\"343\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/05/WordCamp-US-2025-Call-For-Speakers-1.png?resize=652%2C343&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>George Mamadashvili</strong> just dropped the <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.9.0-rc.1\">Gutenberg 20.9 RC1</a> for everyone to test out, and we’re expecting the final version to go live next week! After WordCamp Europe, I&#8217;ll catch up with Anne McCarthy to record our next Gutenberg Changelog, where we’ll chat about a bunch of stuff, including those two Gutenberg plugin releases, 20.9 and 21.0.</p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-117-woocommerce-starter-theme-and-blocks/\">Gutenberg Changelog 117 – WooCommerce Starter Theme and Blocks, WordCamp Europe, and Gutenberg 20.7 and 20.8</a> I sat down with Ellen Bauer, WooCommerce product lead and discussed what she is working on, WordCamp Europe, Create Block Theme, WP-CLI, Gutenberg 20.7 and Gutenberg 20.8 releases. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Ellen Bauer and Birgit Pauli-Haack recording Gutenberg Changelog 117\" class=\"wp-image-40375\" height=\"184\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/03/Screenshot-2025-05-10-at-12.16.57.png?resize=652%2C184&#038;ssl=1\" width=\"652\" /></figure>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Johanne Courtright </strong>explains how <a href=\"https://groundworx.dev/gutenberg-is-a-game-changer-and-clients-actually-love-it-when-done-right/\"><strong>Gutenberg is a game-changer — and clients actually love it (when done right).</strong></a> When implemented thoughtfully, she found, the Gutenberg editor revolutionizes WordPress by empowering clients with intuitive, flexible content creation. In her experience, clients express genuine satisfaction, as Gutenberg’s block-based approach simplifies editing and design, making website management more accessible and enjoyable for non-technical users.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Kevin Batdorf</strong> <a href=\"https://x.com/kevinbatdorf/status/1924334824640451038\">updated</a> his plugin <a href=\"https://wordpress.org/plugins/pattern-css/\"><strong>Pattern CSS</strong></a> . It lets you add CSS scoped to a block, and recently added a floating editor as well as a global CSS editor, making it easy to add custom animations or anything. It&#8217;s parsed via Lightening CSS in WebAssembly as you type, and works well with synced patterns.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong><a href=\"https://bsky.app/profile/zodiac1978.bsky.social\">Thorsten Landsiedel</a></strong> published a plugin called &#8220;<a href=\"https://github.com/Zodiac1978/hide-in-feed\"><strong>Hide Block in RSS feed</strong>,</a>&#8221; which adds a toggle switch to block sidebars for suppressing content in RSS feeds. In his talk at WordCamp Leipzig, he noted that decorative icons/images may display differently in RSS readers. Using this block you can improve readability by suppressing specific blocks in the feeds. The <a href=\"https://github.com/Zodiac1978/hide-in-feed\">plugin is available</a> on GitHub.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Weston Ruter</strong>, a long-time WordPress Core committer, explains step-by step how he <a href=\"https://weston.ruter.net/2025/05/17/adding-caption-and-lightbox-to-the-featured-image-block/\"><strong>added caption and lightbox to the featured image block</strong></a>. When Weston Ruter rebuilt his site with the Twenty Twenty-Five theme, he noticed the Featured Image block lacked caption and lightbox features. Both features are available for the Image block. Ruter shared code examples on how he implemented these features in a plugin. Then he also suggested future improvements for WordPress core.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://wordpress.org/plugins/wm-animations/\"><strong>WM Animations</strong></a> plugin by <strong>Widescreen Media</strong>, a company from Sweden, helps users to add entrance animations like fade-in and slide-in to core blocks. &#8220;You can select animation type and adjust duration/delay per block, directly in the block inspector. Works well with all core blocks and most custom blocks.&#8221; <a href=\"https://widescreen.media/\">Widescreen Media&#8217;s website</a> might be the best demo for this plugin.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Andy Fragen</strong>, core contributor and trauma surgeon, authored quite a few <a href=\"https://profiles.wordpress.org/afragen/#content-plugins\">plugins</a>. The <strong><a href=\"https://wordpress.org/plugins/oembed-gist-files/\">oEmbed for GitHub Gist</a> </strong>plugin enables writers to add code from  GitHub Gists via the Embed block to their posts. For classic editor users, you just put the URL on a new line. </p>\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor</h2>\n\n\n\n<p><a href=\"https://wordpress.tv/event/wordcamp-lisboa-2025/\">Video recordings from <strong>Lisboa&#8217;s WordCamp 2025</strong></a> are already available on WordPressTV </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://wordpress.tv/2025/05/19/wordpress-gems-for-devs-interactivity-api/\"><strong>WordPress gems for devs: Interactivity API</strong></a> with Milana Cap</li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/05/19/connecting-custom-fields-from-meta-boxes-to-blocks-and-beyond/\"><strong>Connecting custom fields: From meta boxes to blocks and beyond</strong></a> with Ryan Welcher </li>\n\n\n\n<li><a href=\"https://wordpress.tv/2025/05/19/woocommerce-checkout-block-what-you-missed/\"><strong>WooCommerce Checkout block, what you missed!</strong></a> with Nadir Seghir<br /></li>\n</ul>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Seth Rubenstein</strong>, lead engineer at Pew Research Center, <a href=\"https://x.com/SethRubenstein/status/1923426022285799842\">decided</a> to take a break from regularly scheduled work to play around with an <a href=\"https://github.com/pewresearch/wp-interactivity-api-chrome-extension\"><strong>Interactivity API (iAPI) Inspector Chrome Extension</strong></a>. This tool offers dev tools to highlight iAPI directives and context associated with a block as well as map connections between iAPI stores on a page.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://github.com/pewresearch/wp-interactivity-api-chrome-extension\"><img alt=\"Screenshot of the Interactivity API Inspector Chrome Extension\" class=\"wp-image-40546\" height=\"264\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/05/Screenshot-2025-05-23-at-15.45.53.png?resize=652%2C264&#038;ssl=1\" width=\"652\" /></a></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Jonathan Bossenger</strong> has spent some time the last couple of weeks learning more about <a href=\"https://github.com/Automattic/wp-feature-api\">Feature API</a>, the <a href=\"https://github.com/Automattic/wordpress-mcp\">WordPress MCP</a> plugin and the MCP WordPress remote package. In his latest video, <a href=\"https://www.youtube.com/watch?v=PsrrTZ6Ph3I\"><strong>Are your WordPress plugins and themes ready for AI?</strong></a> he puts it all together using one of his plugins and shows the various steps:  </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Registering Features with the Feature API Plugin</li>\n\n\n\n<li>Converting Features into Tools with MCP Plugin</li>\n\n\n\n<li>Configuring AI Tools to Use MCP Features</li>\n</ul>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<p>Once you watched the video a couple of times, it might be helpful to also read <strong>Jamie Marsland</strong>&#8216;s post on LinkedIn again:  <a href=\"https://www.linkedin.com/pulse/wordpress-sitting-goldmine-feature-api-just-dug-first-jamie-marsland-3sije/?trackingId=qVLCTVZZSniPqxIiHZRpdQ%3D%3D\"><strong>WordPress Is Sitting on a Goldmine — And the Feature API Just Dug the First Tunnel</strong></a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In this week&#8217;s live stream, <strong>Ryan Welcher</strong> also took a <a href=\"https://www.youtube.com/watch?v=HqLXvOneHHw\" rel=\"noreferrer noopener\" target=\"_blank\"><strong>A first look at the new WordPress Feature API</strong></a>. He calls the Feature API &#8220;a powerful new way of exposing WordPress functionality in a standardized, discoverable way for both server and client-side use.&#8221;</p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<h2 class=\"wp-block-heading\" id=\"what-is-new-in-playground\">What is new in Playground?</h2>\n\n\n\n<p>Roger Williams and I spoke about my upcoming WordCamp EU workshop.&#8221; &#8220;<a href=\"https://europe.wordcamp.org/2025/session/from-zero-to-demo-mastering-wordpress-playground-blueprints/\"><em>From Zero to Demo: Mastering WordPress Playground Blueprints</em></a>&#8220;. The recording is available on YouTube <a href=\"https://www.youtube.com/watch?v=BDBZKjV3Js0\"><strong>WordPress Playground Workshop Preview with Birgit Pauli-Haack</strong></a></p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Karthick Murugan</strong>, from the Multidots team,  updated documentation with everything you want to know about the current web instance: <a href=\"https://wordpress.github.io/wordpress-playground/web-instance\"><strong>WordPress Playground web instance</strong></a>. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>Earlier this week, I wrote about the early version of the <a href=\"https://www.npmjs.com/package/@wp-playground/cli\">Playground CLI</a> and how to use it to test your plugin and theme in development or your blueprints locally. <a href=\"https://icodeforapurpose.com/early-version-playground-cli-testing/\"><strong>Early version Playground CLI testing</strong></a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In <a href=\"https://icodeforapurpose.com/automating-wordpress-playground-screenshots-with-node-js-and-playwright/\"><strong>Automating WordPress Playground Screenshots with Node.js and Playwright</strong></a> I shared the context and code using the JavaScript API to call a with a playwright browser instance to take a screenshot of the Playground site configured with a blueprint.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:[email protected]\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n</section>\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:[email protected]\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:[email protected]\">[email protected]</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: Photo by Ivan Bandura on Unsplash</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 24 May 2025 09:15:08 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:34;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"Gravatar: Proven Branding Methods for Professional Coaches\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3184\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:58:\"https://blog.gravatar.com/2025/05/23/branding-for-coaches/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:15736:\"<p>Are you looking for a way to differentiate your coaching services in a competitive online market? You&#8217;re not alone. Many coaches struggle to stand out among thousands of others offering similar services.</p>\n\n\n\n<p>Here&#8217;s the good news: <strong>Effective coach branding doesn&#8217;t require massive budgets or complex systems.</strong> Instead, success comes from focusing on a few foundational pillars: Optimizing your digital presence, promoting your services strategically, and tracking performance consistently.</p>\n\n\n\n<p>And no, you don&#8217;t need to hire expensive agencies or completely redesign your business. Small, targeted improvements to your branding can yield significant results in attracting your ideal clients.</p>\n\n\n\n<p>This guide cuts through the theory and provides practical, proven branding techniques specifically for coaches. Each strategy is designed to help you build a distinctive professional identity that resonates with potential clients and positions you as the obvious choice in your coaching niche.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Essential elements of a professional coaching brand</strong></h2>\n\n\n\n<p>The foundation of any successful coaching business isn&#8217;t flashy graphics or clever slogans – it&#8217;s a consistent multi-platform presence strategy. This means maintaining a unified professional identity across coaching directories, your website, social media profiles, and professional networks. Tools like <a href=\"https://gravatar.com\">Gravatar</a> can help automate this consistency, ensuring your professional image remains cohesive wherever potential clients encounter you online.</p>\n\n\n\n<p><strong>A big part of that consistency is demonstrating your expertise.</strong> Potential clients need clear evidence of your capabilities through certifications, testimonials, and client success stories prominently displayed in your professional bios and website. These serve as social proof that validates your coaching abilities to skeptical prospects.</p>\n\n\n\n<p>Video content has become a particularly powerful way to showcase expertise. According to <a href=\"https://wistia.com/learn/marketing/video-marketing-statistics\">Wistia&#8217;s 2025 State of Video Report</a>, short-form video content significantly outperforms other formats in engagement rates, with how-to videos under one minute achieving 82% viewer completion. <a href=\"https://www.instagram.com/\">Instagram</a> reels and <a href=\"https://www.tiktok.com/\">TikTok</a> tutorials offer perfect platforms to demonstrate your coaching approach in action.</p>\n\n\n\n<p>To truly stand out, develop proprietary frameworks or methodologies that distinguish your services from generic coaching approaches. This gives clients a concrete system to understand and helps position you as an innovative thinker in your field.</p>\n\n\n\n<p>On top of that, you need to take whatever time you need to identify what makes your coaching unique – your background, approach, client specialization, or results – and weave these elements into a compelling coaching story that resonates with your target audience.</p>\n\n\n\n<p>Now, let&#8217;s explore some practical ways to build these brand pillars.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>How Gravatar powers your coaching brand identity</strong></h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"1 – Gravatar homepage\" class=\"wp-image-3187\" height=\"1298\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/04/1-gravatar-new-homepage.png\" width=\"2492\" /></figure>\n\n\n\n<p>Establishing a consistent online presence is one of the biggest challenges for coaches, but thankfully, this is where <a href=\"https://gravatar.com\">Gravatar</a> steps in as a powerful brand management tool. As a &#8220;Globally Recognized Avatar,&#8221; Gravatar can become like a central identity hub that automatically syncs across thousands of platforms, eliminating the frustration of managing multiple profiles.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"2 – Ronnie Burt Gravatar profile\" class=\"wp-image-3188\" height=\"1323\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/04/2-ronnie-new-gravatar-profile.png\" width=\"1755\" /></figure>\n\n\n\n<p>Think of Gravatar as your <a href=\"https://blog.gravatar.com/2024/11/08/creating-a-digital-business-card/\">digital business card</a> on steroids. It connects your professional image, bio, and credentials across coaching directories, blog comments, professional forums, and social platforms. When potential clients encounter you across different channels, they&#8217;ll recognize your consistent presence immediately, crucial for building recognition in a crowded coaching marketplace.</p>\n\n\n\n<p>The trust factor gets a significant boost with Gravatar&#8217;s verification system. Each link on your profile can display a &#8220;verified&#8221; tick, signalling authenticity to sceptical prospects. In coaching, where trust is everything, these small trust signals make a substantial difference in conversion rates.</p>\n\n\n\n<p>Your Gravatar profile can even live as a <a href=\"https://docs.gravatar.com/2024/05/23/qr-me-this-qr-me-that/\">QR code</a> in your phone&#8217;s digital wallet, making <a href=\"https://blog.gravatar.com/2024/06/16/how-to-network-at-a-conference/\">in-person networking seamless</a>. </p>\n\n\n\n<figure class=\"wp-block-image\"><img alt=\"3 – Adding a Gravatar QR code to your phone wallet \" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXf5MKKCpsP1BhXvYsdilJmK9Ty2TOjDVzHqlY_ikPaU8fj3Y3Fc8LuLNxrpFfbeGzcGlHQj-HEJgYheCu0ssRwG3MOFvYdql30cIUEFHjfwCv0pg977B1coL7VtyIf_7em26gSXiQ?key=sqicWRy8nfW2FmPeb7oslwrq\" /></figure>\n\n\n\n<p>Update your credentials once, and the changes reflect everywhere – saving hours of profile management while maintaining brand consistency.</p>\n\n\n\n<p>Ready to strengthen your coaching brand? <a href=\"https://gravatar.com/\">Get your free Gravatar profile</a> today and bring cohesion to your digital presence.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Building trust through verified profiles and consistent presence</strong></h3>\n\n\n\n<p>Verification is no longer optional in the coaching industry – it&#8217;s essential. When potential clients research your services, they&#8217;re looking for trust signals that verify your authenticity and expertise. Social media verification acts as a powerful trust marker in a saturated market.</p>\n\n\n\n<p><a href=\"https://www.instagram.com/\">Instagram</a> deserves special attention in your verification strategy. According to <a href=\"https://luisazhou.com/blog/instagram-for-coaches/\">research from Luisa Zhou</a>, this platform is where many coaches successfully find their highest-quality clients, with 54% of Instagram users making purchases after discovering services there. So naturally, verifying your Instagram presence should be a priority.</p>\n\n\n\n<p>Similarly, establishing verified presence on X (formerly Twitter) creates additional credibility touchpoints in your professional ecosystem.</p>\n\n\n\n<p>For coaches using newer platforms like <a href=\"https://blog.gravatar.com/2024/12/03/new-free-domains-and-bluesky-integration/\">Bluesky</a>, Gravatar offers a unique advantage – you can get a <a href=\"https://blog.gravatar.com/2025/02/06/bluesky-handle/\">custom Bluesky domain name</a> and verify it directly through Gravatar, creating an additional layer of professional credibility.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"4 – Changing the Bluesky domain to a custom one through Gravatar\" class=\"wp-image-3189\" height=\"394\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/04/4-domain-updated-confirmation.png?w=660\" width=\"660\" /></figure>\n\n\n\n<p>Gravatar&#8217;s &#8220;update once, sync everywhere&#8221; system means your verified professional image automatically appears across hundreds of platforms – from WordPress blogs where you guest post to professional forums where you engage potential clients.</p>\n\n\n\n<p>Think of Gravatar as the foundation of your coaching trust architecture. It creates a central verification hub from which <a href=\"https://blog.gravatar.com/2024/12/02/how-can-you-manage-your-digital-footprint/\">all aspects of your digital footprint link back</a>, establishing a cohesive professional identity that builds client confidence at every digital touchpoint.</p>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Practical strategies to promote your coaching brand</strong></h2>\n\n\n\n<p>Establishing credibility through a verified online presence remains the cornerstone of successful coach branding. Creating a verified professional presence using Gravatar across coaching platforms and professional networks provides the essential foundation upon which all other brand-building activities should build. This baseline credibility creates the trust necessary for potential clients to consider your services.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Position yourself as a thought leader</strong></h3>\n\n\n\n<p>To elevate beyond basic verification, position yourself as a thought leader through specialized content that directly addresses specific pain points in your coaching niche. This approach demonstrates your expertise while providing immediate value to potential clients.</p>\n\n\n\n<p>Effective thought leadership channels include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.linkedin.com/\"><strong>LinkedIn</strong></a><strong> articles</strong> that dissect complex coaching challenges.</li>\n\n\n\n<li><a href=\"https://www.instagram.com/\"><strong>Instagram</strong></a><strong> carousels</strong> explaining your methodologies (these have 82% higher engagement for coaching content).</li>\n\n\n\n<li><strong>Blog posts</strong> on your website that showcase your unique perspective.</li>\n\n\n\n<li><strong>Email newsletters</strong> with actionable insights.</li>\n</ul>\n\n\n\n<p>The most successful coaches don&#8217;t create generic content – they develop material that speaks directly to their audience&#8217;s most pressing challenges, demonstrating both understanding and solution expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Develop your signature framework</strong></h3>\n\n\n\n<p>Creating a distinctive &#8220;signature framework&#8221; dramatically separates your coaching brand from competitors while simplifying your marketing message. For example, a life coach specializing in work-life balance might develop &#8220;The Balance Blueprint&#8221; – a structured, step-by-step process clients follow to achieve harmony between career and personal priorities.</p>\n\n\n\n<p>Your signature framework accomplishes two critical objectives simultaneously:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It clarifies your methodology for potential clients.</li>\n\n\n\n<li>It creates a memorable brand element that differentiates you from generic coaching approaches.</li>\n</ul>\n\n\n\n<p>This combination builds both trust and recognition – the twin pillars of effective coach branding.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Forge strategic partnerships</strong></h3>\n\n\n\n<p>Explore high-value coaching partnerships with complementary service providers and industry experts. A relationship coach might partner with a financial advisor to address money conflicts in relationships, creating a more comprehensive solution while accessing a new client base.</p>\n\n\n\n<p>Additionally, seek opportunities to speak at industry conferences and events. These platforms position you as an authority while creating valuable networking opportunities with potential clients and partners who already recognize your expertise.</p>\n\n\n\n<h3 class=\"wp-block-heading\"><strong>Measure your brand&#8217;s impact and reach</strong></h3>\n\n\n\n<p>Without tracking key metrics, you&#8217;re essentially operating in the dark, making decisions based on gut feeling rather than data.</p>\n\n\n\n<p><strong>Start by monitoring these fundamental metrics that directly reflect your brand&#8217;s performance:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Track not just visitor numbers but engagement metrics like time-on-page and bounce rates.</li>\n\n\n\n<li>Measure shares, comments, and saves (not just likes).</li>\n\n\n\n<li>Monitor conversion rates from brand touchpoints to inquiries.</li>\n</ul>\n\n\n\n<p>Tools like <a href=\"https://marketingplatform.google.com/about/analytics/\">Google Analytics</a> provide comprehensive website insights, while platform-specific analytics like Instagram Insights and LinkedIn Analytics reveal how your content performs across different channels.</p>\n\n\n\n<p><strong>Still, data without action is useless.</strong> Use your metrics to continuously refine your approach:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Identify which topics generate the most engagement and double down.</li>\n\n\n\n<li>Spot underperforming channels and either optimize or reallocate resources.</li>\n\n\n\n<li>Test different content formats to determine what resonates best with your audience.</li>\n</ul>\n\n\n\n<p>When metrics show declining engagement, don&#8217;t just produce more content – produce better content that addresses the specific needs revealed in your data.</p>\n\n\n\n<p>And, once you do get the results you want, make sure you document your success stories – the most compelling brand assets are documented client transformations. Create systematic before-and-after assessments that quantify client progress:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Standardized assessment tools that measure baseline and improvement.</li>\n\n\n\n<li>Periodic progress check-ins that document incremental gains.</li>\n\n\n\n<li>Video testimonials that capture emotional and practical outcomes.</li>\n</ul>\n\n\n\n<h1 class=\"wp-block-heading\"><strong>Take your coaching brand to the next level</strong></h1>\n\n\n\n<p>Building a verified, consistent online presence using tools like Gravatar creates the essential foundation for your coaching brand. This strategic approach eliminates the fragmentation that undermines many coaches&#8217; digital presence while establishing the credibility necessary to convert prospects into clients.</p>\n\n\n\n<p>With Gravatar handling your consistent visual representation across platforms, you&#8217;re free to focus on what truly matters – delivering high-value client interactions through optimized touchpoints. Your social media engagement, website inquiries, and professional forum participation all benefit from the trust architecture you&#8217;ve established.</p>\n\n\n\n<p>To sum it up, here’s what you need for success: </p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A proprietary methodology that becomes synonymous with your name.</li>\n\n\n\n<li>Diverse content formats that appeal to different learning styles.</li>\n\n\n\n<li>Strategic partnerships that expand your reach into complementary audiences.</li>\n</ul>\n\n\n\n<p>The coaches who succeed don&#8217;t try to implement everything at once. They start with fundamentals, like<a href=\"https://gravatar.com/\"> creating a free Gravatar profile</a>, and systematically build their brand presence over time.</p>\n\n\n\n<p>Remember that brand development is a gradual, ongoing process. Each small improvement compounds, creating a professional presence that stands out in a crowded marketplace. </p>\n\n\n\n<p>Happy branding!</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 May 2025 17:44:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:35;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"Gravatar: What Makes a Digital Avatar Effective\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"http://blog.gravatar.com/?p=3289\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://blog.gravatar.com/2025/05/23/what-is-a-digital-avatar/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:19145:\"<p>Fun fact: The global digital avatar market is hurtling toward a whopping<a href=\"https://www.grandviewresearch.com/industry-analysis/digital-avatar-market-report\"> <strong>$270.61 billion</strong> by 2030</a>. That’s up from just $18.19 billion in 2023.</p>\n\n\n\n<p>What began as a simple, low-quality profile picture you might put on mIRC or MySpace can now become a full-blown brand asset. The kind that drives clicks, builds trust, and boosts conversions like a charm. </p>\n\n\n\n<p><em>But…</em> not all avatars are created equal. So what separates the forgettable from the phenomenal?</p>\n\n\n\n<p>Effective avatars are <em>engagement machines,</em> and brands that get it right are seeing:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Higher user engagement across channels.</li>\n\n\n\n<li>Sharper brand recall (because yep, that tiny image sticks).</li>\n\n\n\n<li>Better conversion rates on platforms with consistent avatar use.</li>\n\n\n\n<li>Warmer, more personal user experiences that actually build trust.</li>\n</ul>\n\n\n\n<p>This is more than some passing tech phase, it’s a fundamental shift in how digital identity is experienced. As AI-powered avatars and virtual reps get smarter, businesses are tapping into a new kind of connection – fast, human, and scalable.</p>\n\n\n\n<p>In this guide, we’ll walk you through how to build and deploy avatars that <em>work</em>, from brand consistency and personalization to next-gen tools like <a href=\"https://gravatar.com\">Gravatar</a> that simplify your digital identity across the web.</p>\n\n\n\n<p>No more juggling profile pics across platforms. No more brand dissonance. With a smart avatar strategy, you update once and show up everywhere, looking exactly how you want to.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\n\n\n\n<h2 class=\"wp-block-heading\">What makes a digital avatar effective: Definition and importance</h2>\n\n\n\n<p>Digital avatars are not just sci-fi playthings anymore. These digital doppelgängers are the new face of brands and professionals online, popping up everywhere from sales decks to marketing assets and customer chats. </p>\n\n\n\n<p>Here’s the kicker: According to <a href=\"https://pmc.ncbi.nlm.nih.gov/articles/PMC9763494/\">research from the National Institutes of Health</a>, our brains respond to avatars <em>a lot</em> like we respond to real humans. Wild, right? But also incredibly useful. Because that means every time a customer sees your avatar, they’re not just spotting a fancy graphic – they’re building a sense of connection, trust, and familiarity, just like they would with a real-life person.</p>\n\n\n\n<p>Why does that matter? Well:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Avatars act as a consistent visual cue across all your brand’s touchpoints</li>\n\n\n\n<li>They turn dry, technical info into something surprisingly human</li>\n\n\n\n<li>They make your brand <em>stick</em> in people’s minds</li>\n\n\n\n<li>And most importantly, they help you build actual emotional resonance online</li>\n</ul>\n\n\n\n<p>And it’s not just big brands getting in on the avatar action. If you’re building a personal brand, a strong digital avatar can become your secret weapon, a visual shorthand people instantly recognize in comment threads, <a href=\"https://slack.com/\">Slack</a> groups, or <a href=\"https://linkedin.com/\">LinkedIn</a> scroll-athons. </p>\n\n\n\n<p>Of course, different use-cases will call for different strategies. A corporate avatar might need to channel “professional but warm,” while a personal brand might want something that screams “it’s me!” in the best way. Meanwhile, your social avatar? Feel free to let your creativity run wild (meme energy encouraged).</p>\n\n\n\n<p>The point is, the avatar you choose should match its mission. A customer support bot? Friendly and dependable. A sales rep avatar? Confident and persuasive. </p>\n\n\n\n<p>Over the rest of this post, we’ll break down how to tailor your avatar’s personality to fit the context, so you’re always putting your best digital face forward.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Types of digital avatars: From simple icons to interactive representations</h3>\n\n\n\n<p>Let’s start with the basics: The humble headshot avatar. This is your digital calling card. A clean, static image that tells the internet, <em>“Yep, it’s me.”</em> <a href=\"https://gravatar.com/\">Gravatar</a> is the OG here – a global avatar service that ensures your chosen pic pops up consistently across thousands of sites. </p>\n\n\n\n<p><a href=\"https://wordpress.org/\">WordPress</a> blogs, <a href=\"https://github.com/\">GitHub</a> repos, <a href=\"https://slack.com/\">Slack</a> chats, and plenty more. Set it once, and voilà: Instant recognizability, no matter where you roam online.</p>\n\n\n\n<p>In fact, setting up your Gravatar takes less than 5 minutes (likely the best ROI you&#8217;ll ever get in under a coffee break).</p>\n\n\n\n<p><a href=\"https://gravatar.com/profile\"><em>Set it up in five minutes</em></a><em> now, save yourself fifty profile edits later.</em></p>\n\n\n\n<p>Zooming out beyond headshots, the avatar scene gets pretty creative:</p>\n\n\n\n<p><strong>2D customizable avatars</strong> let you tweak everything from eye shape to shoe style (e.g., <a href=\"https://www.bitmoji.com/\">Bitmoji</a>). They’re quirky, fun, and surprisingly simple to build.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"2D Customizable Avatars\" class=\"wp-image-3294\" height=\"639\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/bitmoji-avatars-1.png\" width=\"1500\" /></figure>\n\n\n\n<p><strong>3D static avatars</strong> offer depth, angles, shading, the works. They give your digital self some dimension and make your profile pic feel less…flat.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"3D Meta Avatars\" class=\"wp-image-3293\" height=\"404\" src=\"https://blog.gravatar.com/wp-content/uploads/2025/05/3dmetaavatars-1.png?w=660\" width=\"660\" /></figure>\n\n\n\n<p><br />In 2022 Meta teamed up with the NFL to enable viewers to outfit their Avatars in the colors of the two Superbowl teams</p>\n\n\n\n<p><strong>3D animated avatars</strong>? Now we’re in Pixar territory. These avatars blink, smile, nod, and generally act like they’re about to ask you how your day’s going. Perfect for adding that human-ish warmth to virtual chats.</p>\n\n\n\n<p>At the frontier, we’ve got <strong>AI-powered avatars</strong>, and <em>this</em> is where things get spicy. Platforms like <a href=\"https://www.heygen.com/\">HeyGen</a> let you build avatars that don’t just look the part – they talk it too. Natural language processing means they can chat, answer questions, and generally hold their own in a conversation without sounding like a 2005 chatbot.</p>\n\n\n\n<figure class=\"wp-block-embed is-type-rich is-provider-embed-handler wp-block-embed-embed-handler wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<div class=\"embed-youtube\"></div>\n</div></figure>\n\n\n\n<p>And the tech’s only getting better. Even <a href=\"https://blog.gravatar.com/2025/05/06/build-your-ai-identity-with-gravatars-new-tool/\">Gravatar is creating AI-generated avatar tools</a>, so anyone – yes, even the design-challenged – can whip up a slick, professional avatar without breaking a sweat.</p>\n\n\n\n<p>The gap between digital you and real you is closing fast. And with these evolving tools, your online presence can be as polished, personable, or playfully weird as you want it to be.</p>\n\n\n\n<h4 class=\"wp-block-heading\"><strong>AI-powered avatars: The future of digital identity is already here</strong></h4>\n\n\n\n<p>Gravatar’s shiny <a href=\"https://blog.gravatar.com/2025/05/06/build-your-ai-identity-with-gravatars-new-tool/\">new AI Profile Builder</a>, launched in May 2025, is leading the charge to become the new face (quite literally) of digital identity. And with users saying they feel <a href=\"https://www.emerald.com/insight/content/doi/10.1108/jrim-07-2024-0344/full/html\"><em>more emotionally connected</em> to brands using personalized avatar</a> interactions over the usual click-and-type interfaces, this <em>isn’t</em> just for show.</p>\n\n\n\n<p>Tools like Gravatar’s AI Profile Builder allow you to build smart, secure avatars that actually <em>do something</em>.</p>\n\n\n\n<p>These AI avatars adapt based on where you are and who you’re talking to. Drop into a professional thread? Your avatar turns on the polish. Chiming in on a casual forum? It relaxes the tone. All without you lifting a finger.</p>\n\n\n\n<p>For businesses, this opens up a goldmine: Deeper customer engagement, zero need for juggling multiple digital personas, and bulletproof brand consistency, without compromising on privacy.</p>\n\n\n\n<p>We’re not just putting an AI face on your profile. We’re building a secure, intelligent bridge between your real self and your digital one – one that works across thousands of platforms.</p>\n\n\n\n<p>This means you get to nail that tricky balance between personalization and privacy. </p>\n\n\n\n<p>End result: A smart, responsive avatar that feels genuinely “you”, without handing over your life story to the algorithm gods.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Digital avatars in business: Strategic applications that drive results</h2>\n\n\n\n<p>When businesses keep their avatars consistent across platforms, they create that magical “ah yes, I know you” moment. It&#8217;s instant visual recognition that cements brand identity and reassures your audience they&#8217;re in the right place, whether they’re browsing your website, stalking your socials, or firing off a support ticket.</p>\n\n\n\n<p>And it’s not just about looking slick. A <a href=\"https://centaur.reading.ac.uk/119012/\">2024 University of Reading study</a> showed a significant jump in user interactions when brands used culturally tuned digital avatars in international campaigns. </p>\n\n\n\n<p>Turns out people respond better when your brand feels familiar and relatable, and not like a tourist fumbling through Google Translate.</p>\n\n\n\n<p>But avatars aren’t just for marketing. They’re transforming customer service, too. Virtual assistants with avatar interfaces spark more engagement than plain old text bots. Turns out, people prefer chatting with a “someone” rather than a “something.”</p>\n\n\n\n<p>Case in point: <strong>Lemonade Insurance</strong>.</p>\n\n\n\n<p>Their claims assistant, Jim (an AI avatar), <a href=\"https://aimagazine.com/articles/lemonade-sets-world-record-with-2-second-ai-insurance-claim\">processes requests in <em>literal</em> seconds</a>. Customers now trust it more than traditional reps, and it’s not just about the speed – being presented with a friendly, familiar face turns a cold system into a warm interaction.</p>\n\n\n\n<p>The end result? Happier users who stick around longer and actually enjoy the convo.</p>\n\n\n\n<p>Now, for the pros in the room: Enter <a href=\"https://gravatar.com/\"><em>Gravatar</em></a>.</p>\n\n\n\n<p>Whether you’re replying to a blog comment, debugging on Stack Overflow, or posting in a Slack channel, <a href=\"https://gravatar.com/\">Gravatar</a> has you covered.</p>\n\n\n\n<p>Unlike avatars that change depending on the platform (and leave your brand scattered like confetti), Gravatar keeps everything tidy and cohesive. Set it up once, and your professional avatar just <em>shows up</em> across thousands of platforms without you lifting a finger. It’s recognition on autopilot.</p>\n\n\n\n<p>And for businesses building community platforms? The Gravatar API is your new best friend. It lets users show up with their avatars already in tow – no need for endless image uploads or awkward “who’s who” moments. Just seamless, identity-based connection right out of the box.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Implementation guide: Creating the right avatar solution for your needs</h2>\n\n\n\n<p>Before you go charging into avatar creation mode, pause. Breathe. Ask yourself: <strong>What do I actually need this avatar to </strong><strong><em>do</em></strong><strong>?</strong></p>\n\n\n\n<p>Because the best avatar isn’t just pretty, it’s <em>purpose-built</em>. And the right solution depends entirely on your goals:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Brand consistency</strong> – Need a single, recognizable face across all your digital turf?</li>\n\n\n\n<li><strong>Personal branding</strong> – Want to show up as a thought leader or expert, loud and clear?</li>\n\n\n\n<li><strong>Customer interaction</strong> – Planning to use avatars in live support or sales scenarios?</li>\n\n\n\n<li><strong>Immersive engagement</strong> – Building an experience that needs personality, emotion, and <em>connection</em>?</li>\n</ul>\n\n\n\n<p>Each goal unlocks a different avatar approach, so pick your strategy before picking your style.</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td><strong>Type of avatar</strong></td><td><strong>Purpose </strong></td><td><strong>Examples</strong></td></tr><tr><td>Static</td><td>Consistent visual branding; establish familiarity and recognition.</td><td>Company logo icon, profile headshot, illustrated character used across web pages and email signatures</td></tr><tr><td>Interactive</td><td>Real-time, personalized customer interaction</td><td>AI chatbot with animated face, live avatar-based support agent</td></tr></tbody></table></figure>\n\n\n\n<p>No matter what your preferred avatar is, if you&#8217;re building a full-blown avatar ecosystem (i.e., membership platforms, technical communities, enterprise apps), then you’ll want to get serious about your tech stack.</p>\n\n\n\n<p>Here’s what to factor in:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Storage</strong> for high-res avatar files</li>\n\n\n\n<li><strong>Content delivery networks (CDNs)</strong> for global speed</li>\n\n\n\n<li><strong>Sync systems</strong> to keep identities aligned everywhere</li>\n\n\n\n<li><strong>API integrations</strong> with your user databases</li>\n</ul>\n\n\n\n<p>This is where Gravatar really shines: Its email-based ID system handles identity, and the REST API makes delivery dead simple. Just hash an email, hit the avatar or profile endpoint, and Gravatar returns consistent, customizable visuals – no storage, no syncing, no fuss. </p>\n\n\n\n<p>Developers get fast, cacheable responses, optional profile data, and fallback image controls – all without bloating your backend or reinventing the wheel.</p>\n\n\n\n<p>Bottom line: Your perfect avatar setup depends on what you&#8217;re building, how techy you&#8217;re feeling, and the kind of connection you want with your audience. Choose wisely, and let your digital self do the heavy lifting.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Digital avatar design best practices</h3>\n\n\n\n<p>When it comes to designing your digital avatar, you want it to be instantly recognizable, reliably familiar, and – above all – consistent wherever it shows up. That visual déjà vu is what builds trust. So, a few pointers:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Always, always go for crisp, high-quality visuals</strong>. If your avatar looks like it was snapped through a potato or cropped with garden shears, it sends a subtle message that details aren’t your strong suit. Not ideal when you&#8217;re aiming to be taken seriously.</li>\n\n\n\n<li><strong>Make sure your avatar scales like a pro</strong>. Whether it’s a teeny-tiny dot in a comment thread or proudly displayed on your profile, it should stay sharp and identifiable. So skip the intricacies – those fine details tend to vanish faster than free Wi-Fi at a cheap café.</li>\n\n\n\n<li><strong>Test everything</strong>. Your avatar might look stunning on your 27-inch monitor, but end up awkwardly cropped on someone’s smartphone. Preview it everywhere before you commit.</li>\n</ul>\n\n\n\n<p>One last pro tip: Set up a <a href=\"https://gravatar.com/\">Gravatar</a> profile. It’s the easy button for keeping your avatar synced across WordPress, Slack, and a ton of other platforms. Update it once, and your whole digital universe stays in step. Clean, consistent, and credible.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Transform your online presence with Gravatar: Start creating your professional digital identity today</h2>\n\n\n\n<p>Tired of uploading your headshot <em>again</em> for the millionth platform? Gravatar is the slick, savvy avatar service that makes you look polished across the internet without breaking a sweat (or opening Photoshop).</p>\n\n\n\n<p>Set up your Gravatar once, and that single image becomes your visual passport across the internet, including websites like <a href=\"https://wordpress.com/\"><strong>WordPress</strong><strong>, </strong></a><a href=\"https://github.com/\"><strong>GitHub</strong><strong>, </strong></a><a href=\"https://slack.com/\"><strong>Slack</strong><strong>, </strong></a><a href=\"https://www.figma.com/\"><strong>Figma</strong><strong>, </strong></a><a href=\"https://mailchimp.com/\"><strong>Mailchimp</strong><strong>, </strong></a><a href=\"https://stackoverflow.com/\"><strong>Stack Overflow</strong><strong>, </strong></a><a href=\"https://openai.com/\"><strong>OpenAI</strong><strong>, </strong></a><a href=\"https://www.atlassian.com/\"><strong>Atlassian</strong><strong>, </strong></a><a href=\"https://www.coinbase.com/\"><strong>Coinbase</strong></a>, and more! </p>\n\n\n\n<p>Whether you’re commenting, collaborating, or contributing, your avatar shows up instantly, building recognition and credibility with every interaction.</p>\n\n\n\n<p>And if you’re creating a platform where identity matters, Gravatar’s APIs are a goldmine:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://docs.gravatar.com/api/avatars/images/\"><strong>Avatar API</strong></a> – Automatically pulls user avatars so when they register on your website, they don&#8217;t have to upload a new profile pic – instant recognition and zero setup friction.<br /></li>\n\n\n\n<li><a href=\"https://blog.gravatar.com/2024/06/03/profiles-as-a-service/\"><strong>Profiles-as-a-Service API</strong></a> – Pulls bios, links, and other profile data <a href=\"https://blog.gravatar.com/2024/11/07/website-personalization-tools/\">directly from Gravatar</a>, streamlining onboarding and slashing form fatigue.</li>\n</ul>\n\n\n\n<p>Faster dev time, smoother UX, and more trust from day one.</p>\n\n\n\n<p>Oh, and did we mention? <strong>It’s totally free</strong>. No fees, no upsells, no “pro” plan with features locked behind a paywall. Gravatar is used by millions of professionals around the world, and you can join them without spending a penny.</p>\n\n\n\n<p>Just register and sit back as your avatar quietly does its thing, building trust, recognition, and brand alignment across the web.</p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https://gravatar.com/connect/?gravatar_from=blog\"><img alt=\"\" class=\"wp-image-2616\" height=\"729\" src=\"https://blog.gravatar.com/wp-content/uploads/2024/12/free_profile_cta.png\" width=\"3243\" /></a></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 May 2025 17:42:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Ronnie Burt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:36;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:67:\"Do The Woo Community: Do the Woo is Sponsoring WordCamp Europe 2025\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=97385\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"https://openchannels.fm/do-the-woo-is-sponsoring-wordcamp-europe-2025/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"We\'re exciting to sponsor WordCamp Europe 2025 again. Come by our booth and join the community conversatoin.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 23 May 2025 10:02:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:37;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Felix Arntz: Speculative Loading, or A Brief History of Landing a Performance Feature in WordPress Core\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://felix-arntz.me/?p=2094\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:94:\"https://felix-arntz.me/blog/speculative-loading-history-performance-feature-in-wordpress-core/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:23926:\"<p>Two years ago today, on May 22, 2023, I opened an <a href=\"https://github.com/WordPress/performance/pull/733\">experimental pull request</a> for a new module in the <a href=\"https://wordpress.org/plugins/performance-lab/\">Performance Lab plugin</a>. That little experiment was the very first step on a long road that ultimately led to the &#8220;Speculative Loading&#8221; feature landing in WordPress 6.8 last month (April 2025).</p>\n\n\n\n<p>For those unfamiliar, the Speculative Loading feature enhances performance by speculatively loading pages a user is likely to visit next, which can make navigation feel almost instantaneous. If you want to dive into the technical nitty-gritty, I recommend checking out the <a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;dev note&#8221; post on Make WordPress Core</a>.</p>\n\n\n\n<p>This post, however, isn&#8217;t about the <em>what</em> or <em>how</em> of the feature itself. Instead, I want to pull back the curtain and share the story <em>behind</em> the feature—the milestones, the discussions, and the collaborative effort that took it from a spark of an idea to a reality for millions of WordPress sites. The impact is considerable even for the entire web. Keep reading to the end for concrete numbers. 👇</p>\n\n\n\n<span id=\"more-2094\"></span>\n\n\n\n<h2 class=\"wp-block-heading\">The Spark: An Intriguing Browser API</h2>\n\n\n\n<p>It all began on April 20, 2023, when an internal Google email thread about preloading techniques landed in our team&#8217;s inbox. Part of that thread was a <a href=\"https://docs.google.com/presentation/d/1GK92nCORW5vKd7LgGtTsgy35eqTV7P71l05pHsni8ok/edit?authuser=1\" rel=\"noreferrer noopener\" target=\"_blank\">slide deck</a> for an upcoming <a href=\"https://www.w3.org/2023/09/TPAC/\">TPAC 2023</a> presentation by <a href=\"https://domenic.me/\">Domenic Denicola</a> and <a href=\"https://www.jeremyroman.com/\">Jeremy Roman</a>, who were deeply involved in a new browser-level API called Speculation Rules API.</p>\n\n\n\n<p>Learning about this API, I was immediately excited. The potential performance benefits for the web, including for WordPress, seemed enormous. What particularly caught my eye were &#8220;document-level rules&#8221;, which went beyond loading specific URLs to opting in to loading entire URL patterns (as detailed later in <a href=\"https://developer.chrome.com/blog/speculation-rules-improvements\" rel=\"noreferrer noopener\" target=\"_blank\">this Chrome developers blog post</a>). At that time, this aspect of the API was truly cutting-edge. It required Chrome 113 (which was just about to be released on April 26, 2023) and, crucially, opting into a <a href=\"https://developer.chrome.com/docs/web-platform/origin-trials\">Chrome origin trial</a> because it was such an early feature. Naturally, I signed up straight away.</p>\n\n\n\n<h2 class=\"wp-block-heading\">First Steps: Pull Request for an Experimental Module</h2>\n\n\n\n<p>A few weeks of mulling it over passed, and then on May 19, 2023, I finally decided to dive in and explore how this API could work within WordPress. This led to the creation of that first <a href=\"https://github.com/WordPress/performance/pull/733\" rel=\"noreferrer noopener\" target=\"_blank\">experimental pull request</a> three days later, on May 22nd.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Screenshot of the initial GitHub pull request, showing the original description for when it had just been started as an experiment: &quot;The Speculation Rules API is in its early proposal stages and only available in Chrome 108 or newer. The full set of features however, which are needed for this module to work, are only available via origin trial in Chrome 113 or newer. [...]&quot;\" class=\"wp-image-2104\" height=\"593\" src=\"https://felix-arntz.me/wp-content/uploads/2025/05/original-speculation-rules-pull-request-1024x593.webp\" width=\"1024\" /><figcaption class=\"wp-element-caption\">Screenshot of the initial GitHub pull request, showing the original description for when it had just been started as an experiment</figcaption></figure>\n\n\n\n<p>I shared this initial exploration both with my colleagues at Google who were working on the browser API itself and with the broader WordPress Performance Team. The idea was met with a good deal of curiosity and excitement, though everyone acknowledged its experimental nature. The browser API was still very young, and its reliance on an origin trial meant it wasn&#8217;t something we could roll out widely.</p>\n\n\n\n<p>The feedback on the pull request was super helpful, coming from both the Google side and WordPress contributors. We got the pull request into a pretty decent shape so that it could in principle be added to Performance Lab, but it remained an exploration. The WordPress Performance Team had many other priorities, and as long as the core browser functionality was locked behind an origin trial, it didn&#8217;t make sense to push too hard on a plugin that very few could actually use.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Gaining Momentum: Browser API Maturation</h2>\n\n\n\n<p>Time marched on, and then in early November 2023, we received some exciting news: the document-level rules for the Speculation Rules API were slated to become publicly available, no origin trial needed, with the release of Chrome 121 on January 17, 2024.</p>\n\n\n\n<p>This was a significant development. Around the same time, Chrome had also <a href=\"https://developer.chrome.com/docs/devtools/application/debugging-speculation-rules\" rel=\"noreferrer noopener\" target=\"_blank\">introduced DevTools features</a> to help debug speculation rules, and more comprehensive documentation was starting to appear, including on <a href=\"https://developer.mozilla.org/en-US/docs/Web/API/Speculation_Rules_API\" rel=\"noreferrer noopener\" target=\"_blank\">MDN</a>.</p>\n\n\n\n<p>This news was the catalyst to get serious about the dormant pull request. I revisited it, updated it to align with the latest WordPress Core changes that had happened in the meantime, and began polishing it towards a Minimum Viable Product (MVP).</p>\n\n\n\n<p>On November 20, 2023, I created a new feature branch for the prospective &#8220;Speculation Rules&#8221; module within the Performance Lab plugin. We opted for a feature branch because:</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>We needed to ensure that even if the initial PR was merged, the module wouldn&#8217;t be released until the browser API was widely available without the origin trial.</li>\n\n\n\n<li>We anticipated a few follow-up pull requests to build out the full MVP.</li>\n</ol>\n\n\n\n<p>Following further discussions with fellow WordPress Performance Team contributors, I formalized the idea by opening a <a href=\"https://github.com/WordPress/performance/issues/897\" rel=\"noreferrer noopener\" target=\"_blank\">module proposal issue</a> on December 5, 2023. This provided a comprehensive overview of the feature and its intended scope.</p>\n\n\n\n<h2 class=\"wp-block-heading\">First Release of the Plugin</h2>\n\n\n\n<p>Things started moving quickly then. That <a href=\"https://github.com/WordPress/performance/pull/733\" rel=\"noreferrer noopener\" target=\"_blank\">initial pull request</a>, which had evolved from an experiment to a serious feature implementation, was finally merged on December 15, 2023! I immediately opened a <a href=\"https://github.com/WordPress/performance/issues/908\" rel=\"noreferrer noopener\" target=\"_blank\">follow-up issue</a> to track the remaining tasks before our first public release.</p>\n\n\n\n<p>A few relatively straightforward follow-up pull requests (<a href=\"https://github.com/WordPress/performance/pull/938\" rel=\"noreferrer noopener\" target=\"_blank\">#938</a>, <a href=\"https://github.com/WordPress/performance/pull/939\" rel=\"noreferrer noopener\" target=\"_blank\">#939</a>, <a href=\"https://github.com/WordPress/performance/pull/940\" rel=\"noreferrer noopener\" target=\"_blank\">#940</a>) were implemented and merged by mid-January 2024. Concurrently, the WordPress Performance Team was finalizing its annual roadmap, and &#8220;speculative prefetching and prerendering&#8221; (as we often called it then) earned its place as a priority project. You can see it listed on the <a href=\"https://make.wordpress.org/performance/roadmap-2024/#:~:text=Adding%20support%20for%20speculative%20prerendering%20and%20prefetching%20for%20near%2Dinstance%20page%20loads\" rel=\"noreferrer noopener\" target=\"_blank\">2024 roadmap here</a>.</p>\n\n\n\n<p>Meanwhile, a significant holistic discussion had unfolded regarding the structure of the Performance Lab plugin. The decision was made to decouple its modules into individual, standalone plugins. Performance Lab would continue as an optional central orchestrator, but users could also install specific performance features independently. This required a migration effort of the existing modules into plugin shape. I opened a <a href=\"https://github.com/WordPress/performance/pull/946\" rel=\"noreferrer noopener\" target=\"_blank\">pull request (#946)</a> on January 17, 2024, to transition the Speculation Rules module into its own plugin. On that very same day, we submitted this nearly complete plugin to the WordPress plugin directory.</p>\n\n\n\n<p>The review process by the WordPress plugin team was incredibly swift, and the plugin was approved a day later (a huge thank you to them!). While the migration <a href=\"https://github.com/WordPress/performance/pull/946\">pull request (#946)</a> hadn&#8217;t technically been merged yet, all the core code was complete and approved. Therefore we decided to push the release so users could start testing almost immediately after Chrome 121 had just made the browser API widely available. Another day later, on January 19, 2024, the <a href=\"https://wordpress.org/plugins/speculation-rules/#developers\" rel=\"noreferrer noopener\" target=\"_blank\">1.0.0 version of the Speculation Rules plugin launched on WordPress.org</a>. This was a major milestone. Despite that, we kept promotion low-key initially, as a few more enhancements were planned.</p>\n\n\n\n<p>On a personal note, just a few days later, on January 24, 2024, I experienced an even more significant milestone: I became a dad! 👶 As such, I went AFK for a while, enjoying this precious time with my new family. Thankfully, the Speculation Rules plugin was in the capable hands of my teammates at Google and the other WordPress Performance Team contributors – a special shoutout to <a href=\"https://weston.ruter.net/\">Weston Ruter</a>, who has been instrumental in polishing and helping shepherd the feature all the way until stable.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Introducing &#8220;Speculative Loading&#8221;: Promotion and Gaining Traction</h2>\n\n\n\n<p>On February 16, 2024, version 1.0.1 of the Speculation Rules plugin was released with some bug fixes. Perhaps more importantly, this coincided with the Performance Lab 2.9.0 release, which officially added our plugin to its list of associated plugins. This significantly broadened its promotion due to Performance Lab&#8217;s widespread adoption.</p>\n\n\n\n<p>When I returned from my initial parental leave about ten days later, the Speculation Rules plugin was already active on over 500 WordPress sites! Not a massive number in the grand scheme of WordPress, but impressive for a plugin barely a month old.</p>\n\n\n\n<p>Over the following months, we continued to polish the plugin, shipping further enhancements and bug fixes, and promoting it more widely. During this period, the WordPress Performance Team undertook a project to revise plugin names, aiming for clarity by focusing on user-facing benefits rather than underlying technologies. As part of this initiative, the &#8220;Speculation Rules&#8221; plugin was renamed to the &#8220;Speculative Loading&#8221; plugin (see the <a href=\"https://github.com/WordPress/performance/pull/1101\" rel=\"noreferrer noopener\" target=\"_blank\">renaming pull request #1101</a>).</p>\n\n\n\n<p>Following these enhancements, the new name, the maturation of the browser API, and encouraging feedback from other browser vendors (see Mozilla&#8217;s <a href=\"https://github.com/mozilla/standards-positions/issues/620\" rel=\"noreferrer noopener\" target=\"_blank\">standards position</a> and WebKit&#8217;s <a href=\"https://github.com/WebKit/standards-positions/issues/54\" rel=\"noreferrer noopener\" target=\"_blank\">standards position</a>), I collaborated with other contributors to publish a <a href=\"https://make.wordpress.org/core/2024/04/09/speculative-loading-in-wordpress/\" rel=\"noreferrer noopener\" target=\"_blank\">Make WordPress Core blog post</a> on April 9, 2024. This shared the project more broadly with the WordPress developer community.</p>\n\n\n\n<p>An important decision made early in the plugin’s development was to default to prerendering with &#8220;moderate&#8221; eagerness. This is a more &#8220;aggressive&#8221; setting (offering better performance but potentially more resource-intensive) than what we ultimately shipped in WordPress 6.8. It was a deliberate choice for the plugin, as it allowed us to gather feedback on a more impactful version of the feature from a performance perspective. For WordPress Core, however, we would later opt for a more conservative default (prefetching with &#8220;conservative&#8221; eagerness) to ensure resourcefulness at scale.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Road to Core: Gathering Evidence and Formal Proposal</h2>\n\n\n\n<p>Both the Speculative Loading plugin and the underlying Speculation Rules browser API continued to gain traction. Six months after that Make Core post:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>The plugin had amassed over 40,000 active installations and maintained exclusively 5-star ratings on the WordPress plugin directory.</li>\n\n\n\n<li>Cloudflare <a href=\"https://blog.cloudflare.com/introducing-speed-brain/\" rel=\"noreferrer noopener\" target=\"_blank\">enabled speculative loading for their users</a>, reporting a &#8220;reduction in LCP of 45% on successful prefetches.&#8221;</li>\n\n\n\n<li>Further partnership experiments between Google and companies like Shopify continued to demonstrate the feature&#8217;s positive impact on load times and user experience.</li>\n\n\n\n<li>The Speculation Rules API itself was already being used on <a href=\"https://chromestatus.com/metrics/feature/timeline/popularity/3932\" rel=\"noreferrer noopener\" target=\"_blank\">over 8% of Chrome page loads</a>.</li>\n</ul>\n\n\n\n<p>With such positive signals, even at a considerable scale, it felt like the right time to formally propose the feature for inclusion in WordPress Core. On November 21, 2024, I opened a <a href=\"https://core.trac.wordpress.org/ticket/62503\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Trac ticket (#62503)</a> proposing the feature for WordPress 6.8. Alongside it, I submitted a <a href=\"https://github.com/WordPress/wordpress-develop/pull/7860\" rel=\"noreferrer noopener\" target=\"_blank\">WordPress Core pull request (#7860)</a> with the proposed code, which was largely a port of the existing plugin.</p>\n\n\n\n<p>As mentioned, while the plugin used &#8220;prerender&#8221; with &#8220;moderate&#8221; eagerness, we opted for a more conservative approach (literally!) for Core, using only &#8220;prefetch&#8221; with &#8220;conservative&#8221; eagerness. At the massive scale of WordPress (impacting over 40% of the web), this was a safer starting point. The implementation, however, was designed to potentially allow for adjustments in the future as the browser API evolves or as confidence in other configurations grows.</p>\n\n\n\n<h2 class=\"wp-block-heading\">The Final Push: Community Feedback and Commitment</h2>\n\n\n\n<p>For the next two months, the Trac ticket and pull request primarily saw feedback from contributors already involved in the development. While valuable, a feature of this significance ideally receives broader input from the wider WordPress Core community, including experienced long-term contributors and committers. In mid-January 2025, we began to more actively solicit this feedback, raising the ticket during the weekly WordPress Core &#8220;dev chat&#8221; and eventually bumping its priority on Trac.</p>\n\n\n\n<p>Aside: It&#8217;s not uncommon for Trac tickets to only receive broader feedback later in the process. This isn&#8217;t ideal, but it&#8217;s often a reality given the limited resources and the sheer volume of ongoing development efforts. Reviewing a notable feature thoroughly takes time, which is a scarce commodity for many contributors. If you want to help, consider <a href=\"https://wordpress.org/five-for-the-future/\">sponsoring WordPress development</a>.</p>\n\n\n\n<p>By early February, we started seeing more engagement from other long-term contributors. This sparked some excellent discussions on the Trac ticket, the pull request, and synchronously on Slack. Some conversations worth highlighting include <a href=\"https://wordpress.slack.com/archives/C02RQBWTW/p1738344132077399\" rel=\"noreferrer noopener\" target=\"_blank\">this Slack discussion</a>, <a href=\"https://core.trac.wordpress.org/ticket/62503#comment:15\" rel=\"noreferrer noopener\" target=\"_blank\">this Trac ticket discussion</a>, and <a href=\"https://github.com/WordPress/wordpress-develop/pull/7860#issuecomment-2641175007\" rel=\"noreferrer noopener\" target=\"_blank\">this GitHub pull request discussion</a>.</p>\n\n\n\n<p>Both general considerations and specific technical details were debated, and much of the final fine-tuning of the implementation occurred during this &#8220;final sprint&#8221;, which took about three weeks. Eventually, the pull request garnered several approvals, and a consensus emerged that the feature was ready for WordPress Core.</p>\n\n\n\n<p>And so, on February 18, 2025, I <a href=\"https://core.trac.wordpress.org/changeset/59837\" rel=\"noreferrer noopener\" target=\"_blank\">committed the feature to WordPress Core</a>! This was a good two weeks before the WordPress 6.8 Beta 1 release was due – a critical deadline, as new features and enhancements must be committed before the first Beta of a release cycle.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Post-Commit and Launch</h2>\n\n\n\n<p>A small follow-up fix was committed a few days later, but overall, the period following the commit was quiet – exactly what you hope for! It indicated no significant issues with the feature, especially during the Beta and Release Candidate (RC) periods.</p>\n\n\n\n<p>While monitoring post-commit feedback, I began working on the &#8220;dev note&#8221; – the official Make WordPress Core blog post that describes a new Core feature for developers, explaining how it works and how it can be customized. Writing such a post is a crucial step to inform the WordPress developer ecosystem about upcoming changes, for example allowing plugin developers to prepare their plugins. Several other WordPress Core Performance Team members collaborated on it, and the <a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\" rel=\"noreferrer noopener\" target=\"_blank\">post was published on March 6, 2025</a>. This is likely the post many of you read if you were already familiar with Speculative Loading in WordPress 6.8.</p>\n\n\n\n<p>And that was it! Nearly two years after the work had started, the Speculative Loading feature officially launched as part of WordPress 6.8 on April 15, 2025.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Speculative loading feature as highlighted on the About page of WordPress 6.8: &quot;Near-instant page loads, thanks to Speculative Loading&quot;\" class=\"wp-image-2105\" height=\"489\" src=\"https://felix-arntz.me/wp-content/uploads/2025/05/speculative-loading-feature-wordpress-6-8-1024x489.webp\" width=\"1024\" /><figcaption class=\"wp-element-caption\">Speculative loading feature as highlighted on the About page of WordPress 6.8</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\">Post-Launch: Impact Metrics time!</h2>\n\n\n\n<p>Now that the feature is out there, the final step is to assess its real-world impact. It is great to see the adoption impact already:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>From March 2025 to May 2025, usage of the Speculation Rules API for all navigations (individual page loads) across the web grew from 8.47% to 10.81%, a relative increase of <strong>27.63%</strong>!</li>\n\n\n\n<li>From March 2025 to May 2025, usage of the Speculation Rules API for all origins (entire websites) across the web grew from 0.39% to 18.09%, a relative increase of <strong>4538.46%</strong>! 🤯</li>\n</ul>\n\n\n\n<p><em>Data based on public Chrome datasets. <a href=\"https://colab.research.google.com/drive/1krQWvjK2Zyl01vqcxTM9J1fOQN29gElq\">Please refer to this Colab for the full data.</a></em></p>\n\n\n\n<p>The data strongly suggests that the majority of the feature usage growth across the overall web comes from the WordPress 6.8 launch, because of WordPress&#8217;s large scale and the fact that in the preceding months the feature usage growth was more or less flat. So that&#8217;s an amazing win and goes to show once again the impact that WordPress has on the entire web!</p>\n\n\n\n<p>That said, usage is only a secondary metric. For a performance feature like speculative loading, we ideally want to get an idea on the <em>performance</em> impact of the feature, in particular on LCP. For this, we will need to wait for May data for the <a href=\"https://developer.chrome.com/docs/crux\">Chrome User Experience Report (CrUX)</a>, which is slated to become available in mind-June. I am looking forward to taking a closer look.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Looking Back</h2>\n\n\n\n<p>While the technical behavior of speculative loading is becoming more and more well-documented, with this article I wanted to share the story behind how it all came to be. If you have any questions, please feel free to ask them in the comments!</p>\n\n\n\n<p>If you are interested in the speculative loading feature&#8217;s technical aspects, I recently recorded a <a href=\"https://wptavern.com/podcast\">WP Tavern podcast</a> episode with a technical deep dive, which should air very soon.</p>\n\n\n\n<p>The journey of a WordPress Core feature can be a long and winding road. While the focused development time for the Core commit might appear to be just a couple of months, it&#8217;s often preceded by a much longer period of exploration, experimentation, plugin development, and community feedback.</p>\n\n\n\n<p>To recap the key milestones for Speculative Loading:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>April 2023:</strong> Initial &#8220;discovery&#8221; of the Speculation Rules API.</li>\n\n\n\n<li><strong>May 2023:</strong> First experimental Performance Lab module PR.</li>\n\n\n\n<li><strong>November 2023:</strong> News of broader browser API availability; serious development resumes.</li>\n\n\n\n<li><strong>January 2024:</strong> Standalone &#8220;Speculation Rules&#8221; plugin launched on WordPress.org.</li>\n\n\n\n<li><strong>Spring-Summer 2024:</strong> Plugin renaming to &#8220;Speculative Loading,&#8221; and broader promotion, community outreach, and usage growth.</li>\n\n\n\n<li><strong>November 2024:</strong> Formal proposal for WordPress Core inclusion.</li>\n\n\n\n<li><strong>February 2025:</strong> Feature committed to WordPress Core for version 6.8.</li>\n\n\n\n<li><strong>April 2025:</strong> WordPress 6.8 released with Speculative Loading.</li>\n</ul>\n\n\n\n<p>Today, exactly two years after that first tentative pull request, it’s incredibly rewarding to look back at this journey and celebrate the successful launch of a feature that I believe will make a real difference to WordPress performance.</p>\n<p>The post <a href=\"https://felix-arntz.me/blog/speculative-loading-history-performance-feature-in-wordpress-core/\">Speculative Loading, or A Brief History of Landing a Performance Feature in WordPress Core</a> appeared first on <a href=\"https://felix-arntz.me\">felix-arntz.me</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 May 2025 13:10:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"Felix\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:38;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"Do The Woo Community: WordCamp Europe 2025 Organizers Share Insights and Excitement\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97345\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:86:\"https://openchannels.fm/wordcamp-europe-2025-organizers-share-insights-and-excitement/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:231:\"This special episode of WordPress Event Talk is all about WordCamp Europe 2025 in Basel, Switzerland, highlighting organizers\' insights on inclusivity, accessibility, childcare, workshops, and volunteer opportunities for attendees.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 22 May 2025 08:44:05 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:39;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:87:\"WPTavern: #170 – Chris Reynolds on WordPress and Drupal: Differences and Similarities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://wptavern.com/?post_type=podcast&p=195929\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:100:\"https://wptavern.com/podcast/170-chris-reynolds-on-wordpress-and-drupal-differences-and-similarities\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:58645:\"<details>Transcript<div>\n<p>[00:00:19] Nathan Wrigley: Welcome to the Jukebox Podcast from WP Tavern. My name is Nathan Wrigley.</p>\n\n\n\n<p>Jukebox is a podcast which is dedicated to all things WordPress. The people, the events, the plugins, the blocks, the themes, and in this case, what WordPress and Drupal have in common.</p>\n\n\n\n<p>If you&#8217;d like to subscribe to the podcast, you can do that by searching for WP Tavern in your podcast player of choice, or by going to wptavern.com/feed/podcast, and you can copy that URL into most podcast players.</p>\n\n\n\n<p>If you have a topic that you&#8217;d like us to feature on the podcast, I&#8217;m keen to hear from you and hopefully get you or your idea featured on the show. Head to wp tavern.com/contact/jukebox, and use the form there.</p>\n\n\n\n<p>So on the podcast today we have Chris Reynolds. Chris is a developer advocate at Pantheon, where he brings nearly 20 years of experience in the WordPress community, as well as deep involvement with Drupal and open source technology at large. Prior to his advocacy role, he worked at some of the top WordPress agencies like Human Made and Web Dev Studios. He&#8217;s been active at events like DrupalCon, PressConf, and Word Camps.</p>\n\n\n\n<p>In this episode we set aside the usual WordPress only focus, and turn our attention to two CMSs, WordPress and Drupal. What makes them tick, where they excel and where they might have something to learn from each other.</p>\n\n\n\n<p>Chris draws on his unique perspective working closely with both platforms as Pantheon is one of the few hosts with a 50 50 split between WordPress and Drupal sites, and has a significant footprint in both ecosystems.</p>\n\n\n\n<p>We discuss the similarities and differences between the two open source CMS communities, from the mechanics of flagship events like WordCamps and DrupalCon, to the ways these projects organize their contributors and support community initiatives.</p>\n\n\n\n<p>Chris explains how Drupal&#8217;s model with its association run funding, and project governance, compares to WordPress&#8217;s approach, including how each community approaches plugin and module development, and what role agencies and companies play in contributing to Core and the broader ecosystem.</p>\n\n\n\n<p>If you&#8217;re curious about how open source projects organize themselves, how their communities navigate growth and challenge, and what WordPress can learn from Drupal, and vice versa, this episode is for you.</p>\n\n\n\n<p>If you&#8217;re interested in finding out more, you can find all of the links in the show notes by heading to wp tavern.com/podcast, where you&#8217;ll find all the other episodes as well.</p>\n\n\n\n<p>And so without further delay, I bring you Chris Reynolds.</p>\n\n\n\n<p>I am joined on the podcast today by Chris Reynolds. Hello Chris.</p>\n\n\n\n<p>[00:03:20] Chris Reynolds: Hi. How&#8217;s it going?</p>\n\n\n\n<p>[00:03:22] Nathan Wrigley: You cannot see, dear listener, what I can see. Chris has the most amazing setup where he&#8217;s doing the recording. I guess it&#8217;s an attic or something like that, but it looks like the Starship Enterprise from where I&#8217;m sitting.</p>\n\n\n\n<p>[00:03:34] Chris Reynolds: I&#8217;m working on that.</p>\n\n\n\n<p>[00:03:34] Nathan Wrigley: Yeah, it&#8217;s really nice. Chris is joining us today and we&#8217;re going to have a conversation about the WordPress community. The things that we do well, and perhaps the things that we could improve. And we&#8217;re going to probably use Drupal as a comparison.</p>\n\n\n\n<p>Before we get into that, Chris, I know it&#8217;s a dreadfully banal question, but it&#8217;s always good to scope out where you are and where you stand with WordPress and Drupal and the companies that you work for. So just a moment really to give us your little potted bio of who you are and what have you.</p>\n\n\n\n<p>[00:04:04] Chris Reynolds: Sure. My name is Chris Reynolds, I am a developer advocate at Pantheon. I was formerly a senior software engineer for Pantheon for about three years, before joining the developer relations team around August, right before WordCamp US in September last year.</p>\n\n\n\n<p>I&#8217;ve been in the WordPress community for close to 20 years. I think I&#8217;ve gone back to my first blog posts and my first, like talking about technology that I was using. And I think that I&#8217;ve found references to using WordPress in some capacity back in 2005, so almost exactly 20 years.</p>\n\n\n\n<p>But even before that I was really interested, like as a side hobby in just open source software, playing with Linux and playing with other open source community projects that I found I was really a big fan of one called Ampache for a long time, which was a music sort of library app thing written in PHP. That was really cool. I think it still exists even.</p>\n\n\n\n<p>But yeah, so I&#8217;m a developer advocate at Pantheon. That means I do a lot of these sorts of things, talk about best practices, write a lot of blog posts, get in a lot of trouble, not really, and go to events and stuff like that. So I was at DrupalCon in March. I was at PressConf last month. Probably doing stuff this summer and in the fall.</p>\n\n\n\n<p>[00:05:14] Nathan Wrigley: Just to lean in a little bit on the Pantheon side of things. Pantheon, a hosting company, but very much aligned in two worlds, maybe more than two. But from my perspective, I used to use Drupal exclusively until about 2015. That was my CMS of choice for many, many years. I think Drupal 4, and then finally I jumped ship at Drupal 8 over to WordPress and have been that consistently.</p>\n\n\n\n<p>But Pantheon was around as what felt like at that time, so we are going back more than a decade, the only sort of managed Drupal host, but it definitely had a WordPress side to it as well. Can you just speak to that for us for a moment? That is Pantheon&#8217;s sort of MVP, isn&#8217;t it? It handles managed hosting for both of those platforms. And maybe there&#8217;s more, I don&#8217;t know.</p>\n\n\n\n<p>[00:05:57] Chris Reynolds: Yeah. I mean, I think that from a platform perspective, we obviously do host Drupal and WordPress. We also can host like Next.js and sort of front end sites. But the sort of hidden Pantheon magic is in the kind of DevOps, WebOps we like to call it, layer that happens like somewhere between pushing code and the code being a thing that like site managers and editors and things like work with, right? So automation tools, and we were one of the first providers that used Git by default. Now that&#8217;s not such a big deal anymore, but like that was a big thing within Pantheon for a really long time.</p>\n\n\n\n<p>When I was a developer, the first time that I used Pantheon as a developer when I was back at WebDevStudios was, the thing that was the killer feature for me was we have a thing called Multi Dev, which is, each site has a development, a test, and a live environment. So everybody gets those three things and we have a very specific sort of workflow. Code goes to dev, to test, to live in that order. But we have these Multi Devs, which are entirely separate containers where you can build, you can do all your feature development on a branch in a Multi Dev and see what that looks like before merging it into dev.</p>\n\n\n\n<p>It sounds like maybe not that much now, but I know when I was back in agency life and even when I was working at Human Made and we had built our own sort of stack that had this very similar kind of system, we didn&#8217;t have Multi Dev because spinning up new containers for sites that you&#8217;re just going to destroy at some point in the next couple weeks or days anyway is expensive and hard.</p>\n\n\n\n<p>And so what that meant was the master branch, or the development branch, of all of your code is always really messy and dirty, and you want to keep that away from the code that is going to production, right? Because that&#8217;s where your experimental code is. Maybe you didn&#8217;t back it out entirely. That&#8217;s where like a whole bunch of weird database stuff is going. That&#8217;s like the junk, right? So you want to keep that separate from like your staging branch and your production branch.</p>\n\n\n\n<p>And with Pantheon, the idea is your development branch is just where your finalised code goes, because you can do all that testing in a separate environment and then when you go from dev to test, it&#8217;s not a headache, it&#8217;s just this is production ready code, basically.</p>\n\n\n\n<p>[00:08:10] Nathan Wrigley: Yeah, I remember my recollection of Pantheon was that it was one of those platforms that, well, platform really, it felt more like a platform than a host, if you know what I mean? It just offered more as a layer on top of the typical host that you might find.</p>\n\n\n\n<p>However, you also do a whole bunch of stuff around the Drupal space, but also the WordPress space. I&#8217;m just curious, maybe you don&#8217;t have this information, but maybe as a developer advocate, you do. What would you say, as a percentage, does Drupal represent as opposed to WordPress? You know, is it like an 80, 20 split, a 90, 10, a 50, 50?</p>\n\n\n\n<p>[00:08:40] Chris Reynolds: We&#8217;re almost exactly 50, 50.</p>\n\n\n\n<p>[00:08:42] Nathan Wrigley: Interesting.</p>\n\n\n\n<p>[00:08:43] Chris Reynolds: And we&#8217;ve actually honestly been 50, 50 for about five-ish years, five or six years.</p>\n\n\n\n<p>[00:08:48] Nathan Wrigley: So does that mean that in the Drupal side of things, okay, dear listener, WordPress as a CMS is a giant, it&#8217;s a leviathan of a thing, you know. Occupies a massive amount of the market share. Drupal I think is somewhere in the region of, I think it&#8217;s like 1.2% or something like that.</p>\n\n\n\n<p>[00:09:05] Chris Reynolds: Yeah, we might be creeping up to two-ish, but yeah, it&#8217;s pretty low, yeah.</p>\n\n\n\n<p>[00:09:09] Nathan Wrigley: That then implies that you as a company have, you&#8217;ve got your foot on the pedal more on the Drupal side of things. Maybe the people who are building clever things on top of Drupal are using you much more. You&#8217;re a bigger player in that space than you are inside the WordPress space, even though it&#8217;s, you know, the same in terms of revenue. As a community endeavor, Drupal probably means a lot more to you than WordPress maybe.</p>\n\n\n\n<p>[00:09:32] Chris Reynolds: Yeah, I mean definitely going to DrupalCon for my first time this last March, it&#8217;s definitely, so there&#8217;s Acquia, which is essentially Drupal&#8217;s version of Automattic. Acquia is a company that was founded by Dries, who is the founder of Drupal, and very much like managed Drupal hosting the same kind of thing that Automattic is into, and a lot of the sort of same ideas, at least from a, where it sits in the ecosystem.</p>\n\n\n\n<p>But, you know, you go to a WordCamp and you see the big Automattic booth and you&#8217;ll see a couple other sort of bigger hosting booths. At a DrupalCon it&#8217;s like, there&#8217;s the Pantheon booth and there&#8217;s the Acquia booth, and then there&#8217;s a bunch of little things. We&#8217;re definitely the kind of headliners because between the two of us, I think probably we do own most of those Drupal sites that exist in the ecosystem. But we&#8217;re definitely a bigger fish in that pond, than perhaps the WordPress pond. There&#8217;s also a lot more fish in the WordPress pond.</p>\n\n\n\n<p>It&#8217;s an interesting thing, like for me coming to DrupalCon for the first time, to see just what Pantheon&#8217;s footprint is in contrast to when I go to WordCamps. And, you know, we were big in WordCamps for a long time, and then we kind of pulled back a little bit, and then the intervening time it&#8217;s I think felt by the community like, well, who are you? Where did you go? We&#8217;ve gotten sort of feedback from folks being like, I used to think about Pantheon, but like it&#8217;s been a long time, you laid a lot of people off. Why should I care anymore?</p>\n\n\n\n<p>And that&#8217;s, you know, part of my personal goal is to say, no, this is why you should care. That&#8217;s one of the things that excited me of joining the DevRel team was to go back to our roots and go back into the community, and we still have a really good product that I believed in when I was a developer and I still think is really good as, you know, obviously I think of it as a developer advocate. But like I&#8217;m here because I like the thing. I think we have a good thing.</p>\n\n\n\n<p>[00:11:19] Nathan Wrigley: Do you basically have the exact same platform for both of the CMSs? So I know there&#8217;s all the other stuff that you do, but let&#8217;s just concentrate on Drupal and concentrate on WordPress, those two things. Do you basically have the exact same platform? Or is there some nuance that you can do this on WordPress because of, I don&#8217;t know, WP-CLI or the REST API or whatever it is that you can&#8217;t do in the Drupal side? In other words, if I sign up for a Drupal account, do things look different, behave differently, or is it broadly the same?</p>\n\n\n\n<p>[00:11:45] Chris Reynolds: It is broadly the same. There is sort of individual differences but they&#8217;re very minor. And honestly like, in many ways, I think that when Pantheon, and this is before my time, obviously, but I think when Pantheon jumped into the WordPress boat, it was really more of a, well, we have this stack and we&#8217;re really good at this thing, and WordPress is also a PHP application that has a lot of the same requirements, surely we can just run the exact same stack for WordPress.</p>\n\n\n\n<p>And what&#8217;s sort of evolved over time is like, well, that&#8217;s like 80% true, but it&#8217;s the 20% that&#8217;s really important. And if you just go into building WordPress sites or hosting WordPress sites with the same mentality as you&#8217;re doing Drupal, well, you are going to run into a lot of the growing pains that we ran into, right? Drupal from like a database perspective is far more efficient. The queries are much shorter because the way that it&#8217;s structured is more efficient than WordPress. WordPress, you kind of have to do more sort of optimisation on top. So those are things that we needed to figure out.</p>\n\n\n\n<p>The Drupal space sort of moved toward Solr as their sort of search tool of choice, which is a project from the Apache project. WordPress went into Elasticsearch. So trying to convince a WordPress team to use Solr, in fact, a pretty old version of Solr, is kind of pulling teeth. Like, well, why would I do that when I&#8217;m doing Elasticsearch for everything else? I don&#8217;t know why you would do that, honestly. Like, you should probably use Elasticsearch.</p>\n\n\n\n<p>And so we&#8217;re like actually going in, that&#8217;s a project that&#8217;s on the roadmap as well finally, it&#8217;s something I&#8217;ve been talking about for like three years internally. There&#8217;s little nuances. Drupal obviously since version eight has been using Composer as a fundamental part of how the CMS just works. Whereas WordPress, you&#8217;ve got some people that are using Composer, in fact, last time I was here, two years ago, I was talking about Composer. And I don&#8217;t know that the adoption of Composer has really changed much in the WordPress ecosystem since that time.</p>\n\n\n\n<p>I would like to say that it has. I still think that you should be using Composer. Throwback to the last WP Tavern Jukebox podcast that I was on about Composer. But yeah, so there&#8217;s little differences and I think that that&#8217;s, there&#8217;s not anything from a platform level where your experience is going to be that much different.</p>\n\n\n\n<p>[00:14:00] Nathan Wrigley: Yeah. If you were to take a look at the Pantheon platform, I think quickly poking around on the site, maybe the pricing page or something would give you an intuition that really you are kind of more for the sort of enterprise level, I think would be fair to say. You know, you are trying to get the bleeding edge out of the websites that you&#8217;ve got, and so it&#8217;s, high traffic, that kind of thing.</p>\n\n\n\n<p>But the endeavor today really is to put all of that code stuff to one side and get into the community side of things. So just to reiterate, we threw around a couple of words there, and maybe the listener doesn&#8217;t really know that even there&#8217;s a WordPress community or a Drupal community.</p>\n\n\n\n<p>There really is. There&#8217;s just hundreds, maybe thousands of people who attend events, they might go to a local thing, which we might call them Meetup on the WordPress side of things. I don&#8217;t know if there&#8217;s similar things in Drupal. But then there&#8217;s these bigger events, which we&#8217;d call WordCamps, and then there are bigger ones of those which are kind of flagship WordCamps.</p>\n\n\n\n<p>There&#8217;s one in the US, there&#8217;s one in Asia, and there&#8217;s one in Europe. They happen each year. And thousands of people show up and inhabit the same space, listen to presentations, hang out in the hallway.</p>\n\n\n\n<p>And then you&#8217;ve got the same thing happening on the Drupal side. It&#8217;s called Drupal Con, but forgive my ignorance, I think the DrupalCon thing is a once a year thing and it moves around the globe. It&#8217;s not necessarily in the same space. Have I got that about right?</p>\n\n\n\n<p>[00:15:15] Chris Reynolds: It&#8217;s more than once a year. It&#8217;s actually the equivalent. So DrupalCon is the equivalent of flagship WordCamps. So there&#8217;s a DrupalCon, there was a DrupalCon US in Atlanta this last year. There is going to be a DrupalCon Europe in, where is it? Maybe Vienna, in the fall. There&#8217;s a DrupalCon Asia that&#8217;s just starting to get fired up. That&#8217;s happening I think in, the next one is like 2026, I believe. I think they just had their first one. So very similar, like the Cons in the Drupal space are equivalent to the flagship WordCamps. There&#8217;s also DrupalCamps in much the same way as there are local WordCamps.</p>\n\n\n\n<p>I feel like in the WordPress space, a lot of the local WordCamps kind of, they either blew up and got super big, or they kind of fizzled after Covid, right? I don&#8217;t have a lot of local camps. I don&#8217;t see a lot of local camps anymore. I do see those things happening a little bit in the Drupal space, or at least starting up again.</p>\n\n\n\n<p>[00:16:08] Nathan Wrigley: Yeah so, what we&#8217;re basically painting a picture of here is that we&#8217;ve got two bits of software which basically are trying to achieve the same thing. They&#8217;re a CMS. They&#8217;re trying to make it so that non-technical, as well as technical people, can run a project and put it online. Whether that&#8217;s a website or an e-commerce solution, whatever it may be, you&#8217;re trying to get your stuff out onto the internet. And both of those things will work.</p>\n\n\n\n<p>But also, behind the code is a bunch of people who are willing to go and hang out in the same place, the community, if you like, attend these events. And so there&#8217;s massive similarity. In fact, you know, if you&#8217;re an alien landing, I suspect that you wouldn&#8217;t really know that the two things were different. Okay, there&#8217;s different advertisers in the hall and there&#8217;s different logos and things, but broadly they would probably look really similar.</p>\n\n\n\n<p>However, in the more recent past, and if you don&#8217;t know the story, I&#8217;m not going to go into it too much here, but you can figure it out by looking at various news articles in the WordPress space and what have you. The WordPress community has really been pulled in different directions, let&#8217;s say that. And it&#8217;s curious because no sooner had this happened than some of the more prominent people, Dries Buytaert, who is the founder of Drupal, put out a piece, really as a way of kind of offering, look, this is what Drupal do. We know you&#8217;ve got on the WordPress side things that are not working out for you. Here&#8217;s our model.</p>\n\n\n\n<p>And far be it from me to say whether that is the perfect system. I don&#8217;t really know it, but I was just curious to get your thoughts on what that is. And that&#8217;s going to really occupy the majority of the rest of this podcast. What the Drupal community looks like. What you believe it does well. How it does things differently. So let&#8217;s start there. Let&#8217;s start with Dries&#8217;, what he was telling us about. How does Drupal, the community, how does it do things differently in terms of, I don&#8217;t know, events, the access to the code? So yeah, a conversation around that really. So I&#8217;m just going to throw it over to you, Chris. How is Drupal different than WordPress on that level?</p>\n\n\n\n<p>[00:18:05] Chris Reynolds: Well, I was saying before we got on that I kind of had a crash course in Drupal when I went leading up to, and then immediately following going to DrupalCon. Part of that crash course was at DrupalCon, they actually have a community summit. It&#8217;s similar to like, in WordPress we&#8217;ve had sort of community summits before. At DrupalCon it was really more of like a track, with like presenters and like also conversations. It&#8217;s like space for chatting and hanging out with people.</p>\n\n\n\n<p>But mostly, mostly it was like community related talks in a space, talking about what&#8217;s working, what&#8217;s not working, as well as a sort of a get to know you sort of thing. And that was really helpful. I also did homework before the event in watching a couple of Dries&#8217; last Dries Notes. So Matt has State of the Word, Dries has Dries Notes, which is just like keynote. It&#8217;s basically the same thing, like the same state of the CMS, right?</p>\n\n\n\n<p>I caught up on what was going on in Drupal before the Con. And one of the things that I learned about, and then I followed up and dug into the history a little bit, was we have the same problems, right? WordPress and Drupal have the same fundamental sort of issues from both a contribution standpoint as well as a just organisational, managerial management kind of standpoint.</p>\n\n\n\n<p>And Drupal, or Dries, just kind of got to a point sooner where he&#8217;s like, well, I can&#8217;t do all of these things. So the Drupal Association, and I&#8217;m sure there&#8217;s some Drupalistas that are going to correct me on my history, but as I understand it, the Drupal Association was initially formed to sort of manage events, because Dries knew that they needed to have events. They were having events, they started off just similar to WordPress, small camp things. And they started getting bigger and Dries is like, well, I can&#8217;t do all of the management stuff of this, so I need to like do something, create an organisation that can do that stuff.</p>\n\n\n\n<p>And that was where the Drupal Association first was founded, to sort of manage that thing. And then over time, that evolved into being able to fund, or kind of oversee, directions for where, more of like a community representative in the general sort of CMS development ecosystem, right?</p>\n\n\n\n<p>There is a board. They are elected by the community. They are paid. They manage events, but they also, all of the money that is made after expenses and stuff from DrupalCons and donations and whatever, they have the authority to direct into whatever projects they think would be most valuable for the evolution, or the fulfillment, of the ideals of the Drupal software, right?</p>\n\n\n\n<p>So Dries says, I want to do a thing, and he can go do that thing. The Drupal Association is like, well, I think that what we really need is this kind of thing, and we&#8217;re going to devote some of our resources that we have into hiring some folks to work on that thing.</p>\n\n\n\n<p>So, most recently, where you can kind of see this in action is there&#8217;s been a lot of hype about Drupal CMS. That is a thing that exists because of the Drupal Association, because the Drupal Association saw, okay, I mean, I assume, I&#8217;m reading between the lines. But I assume that you can&#8217;t ignore the sort of declining line of Drupal in the broader ecosystem of CMS usage. But also, there&#8217;s been a really big problem since Drupal seven of a lot of the sites on Drupal seven remain on Drupal seven.</p>\n\n\n\n<p>Drupal seven should be end of life by all accounts. Everything else up to the current version is end of life. Drupal seven isn&#8217;t, because there&#8217;s still, it&#8217;s now just under, but it&#8217;s still close to 50% of Drupal sites are running Drupal seven. It&#8217;s a version of Drupal that&#8217;s about 10 years old.</p>\n\n\n\n<p>And the reason why, there&#8217;s so many people. Drupal historically has always been a thing where, when a new version came along, you kind of killed your old site and rebuilt it in the new version, because it wasn&#8217;t sort of backwards compatible. WordPress has gotten around that by just remaining backwards compatible all throughout its history.</p>\n\n\n\n<p>Drupal seven to Drupal eight was the first version to introduce Composer. We talked about Composer and how a Composer&#8217;s been part of Drupal for a really long time. that was the cutoff. So that was a pretty big shift. And there&#8217;s a lot of people, teams, organizations that have not made, or have been reluctant to make that shift because it&#8217;s a, it&#8217;s a rebuild. It&#8217;s a full site rebuild.</p>\n\n\n\n<p>It&#8217;s not just, we can just migrate the thing over. You have to rebuild your site. You do need to migrate your stuff over, but also you need to rebuild your site. So in the intervening time, WordPress has gained adoption and acceptance and grown into 43%. And so now we&#8217;ve got these Drupal seven sites where it&#8217;s like, well, we need to rebuild anyway. Do we rebuild the site in Drupal 10, 11? Or do we rebuild the site in WordPress where I&#8217;m never going to have this problem ever again.</p>\n\n\n\n<p>And that&#8217;s where a lot of that like, bar graph, a lot of those sites have moved to WordPress. Some of them have stayed on Drupal, but it&#8217;s a declining number, right?</p>\n\n\n\n<p>So obviously, folks inside Drupal see this and know that it&#8217;s happening, and know that they need to do something about it. So Drupal CMS is basically like a layer on top of the latest version of Drupal, which is 11. It&#8217;s got a far nicer installation screen. I wrote a blog post about this on the Pantheon blog, I think. It&#8217;s got a far nicer installation screen, that actually walks you through, stepping through like what type of site, what type of content you want to have on your site. To actually get you thinking about the site that you&#8217;re building before you just hit install. Which I find to be amazingly refreshing.</p>\n\n\n\n<p>And then beyond that the admin interface is far less cluttered. I know one of my personal gripes about working with Drupal, even up until, up until now, like up until before Drupal CMS is that there&#8217;s too many buttons, there&#8217;s too many menus, there&#8217;s too much stuff. Like, I don&#8217;t know where stuff is.</p>\n\n\n\n<p>This feels a lot more familiar, partially because I think it kind of resembles the WordPress admin a little bit. You know, sidebar on the left, menus. And it feels just more, more familiar to me. And then also they have built in some new architectural things like, recipes are a thing where, a recipe, Drupal has modules, WordPress has plugins. Modules generally need a lot of configuration, to get them actually working.</p>\n\n\n\n<p>When you install a module, it&#8217;s not like it just works outta the box. A lot of WordPress plugins, you install a plugin, it just works outta the box. So a recipe is like, here is, maybe a collection of modules, maybe a specific module, but it&#8217;s probably a combination of a bunch of different modules, but also the configuration that goes along with them.</p>\n\n\n\n<p>So when you install a recipe, it&#8217;s like, here&#8217;s the stuff that you probably will need. You&#8217;re most likely to need this stuff in this order, configured with these settings, and then you can do whatever you need after that. But like, here&#8217;s the go bag and now you can move on. So, one of the really interesting recipes for Drupal CMS is the SEO recipe.</p>\n\n\n\n<p>And that is interesting because they&#8217;re using a Yoast module. The Yoast module is literally taking the JavaScript of Yoast SEO from the WordPress plugin and throwing it into Drupal. And what&#8217;s fascinating about that is it doesn&#8217;t have all of the other stuff that comes with the Yoast plugin, it&#8217;s just the traffic light system, and the scanning the text system and it&#8217;s, so it&#8217;s the best possible implementation of Yoast that I&#8217;ve seen because it&#8217;s all of the good stuff.</p>\n\n\n\n<p>They&#8217;ve also built an AI recipe. And that&#8217;s interesting because when that is configured, you can actually talk to an AI chat bot inside your Drupal instance and ask it questions about Drupal or about your site. You could say, hey, I need to create an event content type. I&#8217;m gonna be hosting events. They&#8217;re this type of thing. I need to have a, like a, date picker and whatever, and we are taking attendees and you can tell that the chat bot that that&#8217;s the thing that you need. And it will, to the best of its ability, build that content type inside Drupal for you.</p>\n\n\n\n<p>So the WordPress equivalent is, I have a podcast and I need an episode post type. I just talk to a chat bot, and it magically creates that episode post type for me with like the Gutenberg blocks I need. That makes it an audio format or whatever. And, it&#8217;s just there for you. It&#8217;s like, great, thank you chat bot. As a WordPress developer, I think that&#8217;s really cool. Because that&#8217;s kind of the thing that I want, is like I know how to do some things, but I really don&#8217;t know any of the buttons and gears and gizmos in the Drupal admin.</p>\n\n\n\n<p>But if I have a chat bot to sort of help guide me through, I know I can figure out the rest of the way, or I can see how it did the thing, and I can figure out, oh okay, so that&#8217;s what I need to do. And so all of these things are geared toward the idea of just getting more people using Drupal and lowering the barrier to entry.</p>\n\n\n\n<p>Because one of the big things with Drupal is it&#8217;s always been really developer centric, really highly technical, and you need sort of skilled individuals to even just manage the site. So if we lower that barrier to entry, you can target the people that are already using WordPress, the sort of content level people or the site administrators that don&#8217;t have a lot of technical experience.</p>\n\n\n\n<p>That&#8217;s all like basically because the Drupal Association put money, funding that they had into backing these very specific projects.</p>\n\n\n\n<p>[00:27:25] Nathan Wrigley: It is kind of a curious idea, isn&#8217;t it? It&#8217;s like a subset of the CMSs capabilities put into this one project, Drupal CMS. Which has like a target audience in mind. So it&#8217;s like a blogger, or a podcaster or something like that. You know, it&#8217;s for content creators. That was the message I got from when I read all of the, the marketing bits and pieces that came out.</p>\n\n\n\n<p>But also addressing the need for it to look nice. That was always an area I thought WordPress excelled at. When you logged into the WordPress admin, it was night and day looking at a Drupal admin. Everything was consistent. Everything looked modern and clean and easy to understand. On the Drupal side, it was, it was much more difficult to understand. But also things like updating plugins. Backwards compatibility on the WordPress side, always much more straightforward. On the Drupal side, much more difficult.</p>\n\n\n\n<p>And so this is such a curious experiment. Putting it into the hands of people who might want a blog, or whatever it may be, and hopefully making it more straightforward. And the website for it, I will link to it in the show notes, it&#8217;s just so kind of modern and appealing and friendly and, Drupal never, for me at least when I got to Drupal eight, for the exact reasons that you described, that&#8217;s all of my sites would have stayed on Drupal seven.</p>\n\n\n\n<p>It definitely wasn&#8217;t that kind of warm and fuzzy welcome to everybody kind of thing. But now it really look like it&#8217;s leaning into that. But getting back to your main point, that was funded from the inside by some, facets, some internal mechanisms, some body inside the Drupal Association that decided that&#8217;s what we need to do. This is where the money&#8217;s going. But are you saying that decision making was divorced from Dries?</p>\n\n\n\n<p>[00:29:02] Chris Reynolds: Dries leads the technical architecture. And Dries will like say we need to do a thing. And he may be personally involved in the leadership of doing that thing, but mostly he&#8217;s like at a director level. Like, go my people and go forth and do stuff. And the Drupal Association says, okay, well one of the things that Dries said we need to do is X. So how can we make X happen? And in the case of recipes, it meant getting agencies and people from agencies involved. Create like a coalition. Like there&#8217;s a bunch, it wasn&#8217;t just one agency. It was like a bunch of people from different agencies are working on this thing together. Which is another thing that I find really interesting about the Drupal ecosystem.</p>\n\n\n\n<p>I have thoughts about that too. But in this context, yeah, I get a bunch of different people to work on this thing. Um. Whether it&#8217;s the SEO recipe. Whether it&#8217;s the AI recipe, and they, I think the way that it sort of broke down is, and it might have been even Dries that conceptualized the idea of recipes and it&#8217;s like, okay, go out and implement this thing.</p>\n\n\n\n<p>But when they did, it was like, okay, if we&#8217;re gonna do this thing, we need these types of recipes from the get go, from day one. We need SEO, we need whatever. We need AI, we need content things, so that people have an idea of what a recipe is and can start building their own recipes.</p>\n\n\n\n<p>[00:30:15] Nathan Wrigley: So they&#8217;re bound into it? You can&#8217;t install Drupal CMS without those things. They&#8217;re just there.</p>\n\n\n\n<p>[00:30:20] Chris Reynolds: It supports the recipes, and in the installation process, when you&#8217;re doing the Drupal CMS installation, that screen that I was talking about, where it&#8217;s like asking you the type of site you want to build, those types of sites in quotations, correspond to sets of recipes that align with each of those things.</p>\n\n\n\n<p>It doesn&#8217;t ask you about AI in the installation screen, but it does sort of say like, oh, do you want this type of content or that type of content? And then we, based on your selection, it automatically installs those recipes for you.</p>\n\n\n\n<p>[00:30:48] Nathan Wrigley: So it&#8217;s installing things based upon a wizard at the beginning, but the principle being though that you the end user, not really interacting with anything apart from oh, I would like that. Yes, please. I would like that. And then you finally get to the end of the wizard, wait for a few moments. The modules get installed, activated, and they&#8217;re pre-configured to behave in a way which is likely to be the best that you can get.</p>\n\n\n\n<p>[00:31:08] Chris Reynolds: To get you as close to what you want as possible. And the goal, the roadmap, is Dries wants to actually take that one step further, and do sort of site templates where if a recipe is a collection of modules and configuration, a template would be like, I want to build a real estate site. So I download this template, or I install this template and then click a button or two and it gives me a real estate site with the configuration that I might need to have a real estate site.</p>\n\n\n\n<p>And obviously I can go in and customize things, but I have a starting point. One of the things that I heard a lot when I was talking to people within Drupal, among other things, there&#8217;s not really a marketplace as much for stuff, for software, for add-ons in the way that there is in WordPress. And there&#8217;s not really in particular, there&#8217;s not really the same sort of like theme or a repository, or a place to go for commonly used or shared themes in the way that we have the Themes Repository. Mostly you have like the default things and then you&#8217;re building your own.</p>\n\n\n\n<p>So, as a user, having a template that maybe comes with a theme that is specifically tuned for that type of site is a really big win, because there really isn&#8217;t an alternative in the current ecosystem within Drupal.</p>\n\n\n\n<p>[00:32:23] Nathan Wrigley: Yeah, that&#8217;s, really worth leaning into because again, please interrupt me if what I&#8217;m about to say doesn&#8217;t actually match reality anymore. But when I was using Drupal, there was basically no commercial plugin system. Everybody had kind of leaned into the same thing for the same problem.</p>\n\n\n\n<p>So if you wanted to put a form on your website, there were a few, but there was this one called Webform, and it was just the one everybody leaned into it. And so rather than in the WordPress space where you&#8217;ve got, you know, you&#8217;ve got a few repository ones that are free and easy to use, and then you&#8217;ve got the commercial ones that you can pay for and they add different features and support levels and all that kind of thing.</p>\n\n\n\n<p>In the Drupal space, it felt like there was just this one kind of community endeavor to do the thing. Yeah, so if you wanted something to display data, Views was the thing you used. The Views module, and I think that did actually get rolled into Core. So it&#8217;s there. My point being, there isn&#8217;t this sort of, shattering is the wrong word, but in the WordPress space, there&#8217;s often a dozen, more than a dozen, there&#8217;s multiple alternatives. So you have to go and find the right thing.</p>\n\n\n\n<p>In the Drupal space, it feels more like, okay, for that problem, we have this module, and everybody leans into it. So I&#8217;m presuming that all the people who contribute in the community to the code and what have you, they&#8217;ll all finesse that version. But that means therefore, that when you come to build the CMS, there&#8217;s basically this one way of doing it? Okay, if you want forms, we&#8217;re going to use that module. And if we&#8217;re going to add this feature for real estate or what have you, here&#8217;s the modules that we&#8217;re going to add in. And the jigsaw of those modules will make it work. And that&#8217;s different from WordPress. WordPress has much more leaned into commercial plugins and kind of figure out which ones you want for yourself.</p>\n\n\n\n<p>[00:34:04] Chris Reynolds: Yeah, that was one of the things that I didn&#8217;t know going into DrupalCon that I learned while I was there. It&#8217;s a really different approach, and I actually kind of appreciate the Drupal model because the community is built around more of an idea of, if I build a form plugin and you build a form plugin, and mine is the defacto form plugin or.</p>\n\n\n\n<p>In the Drupal space, it&#8217;s really more of a, well, let me talk to you and see what ideas you have that we can bring into the canonical one and just collectively like integrate those things. And that&#8217;s, that is a thing that happens more often than not in Drupal. That&#8217;s why you don&#8217;t see the competition, the competing modules for different things.</p>\n\n\n\n<p>Because if you had a competing thing, or you had a different idea, you would contribute it to the one module that does that thing. Or if you had a different thing, then you might be invited to do the same, right?</p>\n\n\n\n<p>In the WordPress space, it&#8217;s like I want to protect my form module or my form plugin because right now it&#8217;s free, but tomorrow I might want to sell it, and I want to keep my intellectual property to myself and not contribute because, you know, I might wanna make a buck on this later.</p>\n\n\n\n<p>And, I kind of like the other thing better because it&#8217;s more, it is more of a community. Like I get like wanting to make money and everybody wants to make money and have a form plug in. Like, that&#8217;s great. Like I&#8217;m not going to say Gravity Forms shouldn&#8217;t exist or anything like that. Gravity Forms is amazing. But I do think that building an ecosystem around contributing to a collective, or a community based solution for the thing, where everybody has a, a say or a seat at the table, is a really, I don&#8217;t know, possibly overly idealistic, but very optimistic sort of view of how we can contribute to software.</p>\n\n\n\n<p>I find it really nice. Like it feels good. Like it feels less like we&#8217;re all trying to grab our little piece of territory, you know?</p>\n\n\n\n<p>[00:35:53] Nathan Wrigley: It feels to me like that moment when you first install Linux. And you realize, wow, there&#8217;s a free OS that I can put on my computer. And there&#8217;s just something quite remarkable about that. That a bunch of people got together and, really pointed everything at this one solution. I suppose that is the choice that you&#8217;re going to make. Really, that there is something right in there.</p>\n\n\n\n<p>You know, the commercial side of WordPress has probably been its single biggest accelerator. The fact that people could build businesses on it. And they could have a living. They could obviously refine and finess and dedicate real time entire lifetimes, in many cases. Get staff on, support staff and what have you. Pay all of those people because they&#8217;ve cracked this nut and everybody wants a piece of it.</p>\n\n\n\n<p>Whereas on the Drupal side, it&#8217;s much more, let&#8217;s go for egalitarian, let&#8217;s say that. But it, also, I suppose, means that at the moment where something doesn&#8217;t work you probably have to either understand how to maintain that yourself or hire a developer.</p>\n\n\n\n<p>So there&#8217;s a bit of a trade off there. And I presume, like I said, I imagine that&#8217;s why there was this acceleration of WordPress&#8217;s popularity because the people who maybe were buying these plugins had that intention, I just want a website. I don&#8217;t want to learn how to code. I&#8217;m not interested in that.</p>\n\n\n\n<p>I can see over here, look, I can buy that. It&#8217;s $97 a year. That&#8217;s perfect. That&#8217;ll satisfy me perfectly. Whereas maybe more on the Drupal side, it&#8217;s okay, that kind of works, but not entirely. I now need to make it work and obviously the community can do that.</p>\n\n\n\n<p>So that leads me then to the next question, which is, who the heck builds Drupal? So in the WordPress space, if you&#8217;re listening to this, you probably have an understanding of that. There&#8217;s a lot of volunteers, but there&#8217;s also a lot of companies that will dedicate a proportion of their time. We have this idea of Five for the Future. And so 5% of whatever it is that you want to give, be that time or money, or what have you. And so there&#8217;s this idea of community massively, but also corporations, businesses, putting time in. Is it the same basically on the Drupal side? Is that how it works?</p>\n\n\n\n<p>[00:37:51] Chris Reynolds: Yeah, largely. One of the things that I think you&#8217;ll notice that is a little bit of a distinction between WordPress and Drupal, from the events again. Is going through like the showroom, the sponsors floor. And at a WordCamp you see the hosts obviously, but then you see a lot of like plugin development shops, and that&#8217;s pretty much what I would expect, right? Big plugin or theme development shops and WordPress hosts. And a lot of the WordPress hosts are doing plugin development, and like, that&#8217;s sort of the thing.</p>\n\n\n\n<p>In Drupal, and at DrupalCon, obviously we have the hosts. And we had a, I mean, CKE Editor was there. That was kind of weird to me. I don&#8217;t know, like it&#8217;s in Drupal. It was weird to have like a library have a booth space. That seemed weird to me. But like it&#8217;s a lot of agencies, because agencies are the ones that are doing the work, and I&#8217;ve never seen an agency or maybe not since very small, like local WordCamps, have I seen an agency with a sponsorship, a booth space at a WordCamp.</p>\n\n\n\n<p>But that is, that&#8217;s where it is. And it&#8217;s agencies that do a lot of that Core contribution, because they&#8217;re also in the weeds working with clients and building these things for their Drupal customers. And so like, the SEO recipe that I was talking about, like at DrupalCon we, Pantheon has booth demos. Acquia also has booth demos, which means we can talk about, like do demos of our platform, whatever. What we actually did was bring in guest speakers from like agencies and universities and whatever that are actually using Drupal and Pantheon and to talk about their implementation of the cool stuff that they&#8217;re doing, because that works better.</p>\n\n\n\n<p>And one of the people that I talked to was about the SEO recipe, and he is at an agency and he worked with other people at other agencies, competing agencies even, to make this SEO recipe. So it&#8217;s, that&#8217;s where the contribution comes from. But again, like it&#8217;s the same sort of thing.</p>\n\n\n\n<p>Dries said 10 years ago, wrote a blog post about the maker taker problem, as he defines it. And then again in September, in relation to the current state of things in the WordPress ecosystem, because that&#8217;s a thing that he&#8217;s been thinking about for a long time. It&#8217;s obviously a thing that Matt&#8217;s been thinking about for a long time.</p>\n\n\n\n<p>Like it&#8217;s not, again, we&#8217;re not that different. We have the same fundamental problems. At the Community Summit at DrupalCon, one of the topics of conversation was getting more people involved, a younger generation involved into Drupal development, which is the exact same conversation we&#8217;re having in WordPress as well.</p>\n\n\n\n<p>Like, how do we appeal to a younger audience? It&#8217;s all the same stuff, right? And there was at some point like a contribution like pie chart. Again, similar to the pie chart that could be displayed at a WordCamp. You know, Automattic does a big chunk of that pie chart.</p>\n\n\n\n<p>And then you&#8217;ve got, you know, maybe Google does a smaller part of that pie chart and maybe like Bluehost or whatever. Similar pie chart. Acquia does a lot of the big part of the, of that pie chart. And then like other agencies are noted around, and then there&#8217;s like an other category, right, of just like individual contributors. It&#8217;s a very similar breakdown.</p>\n\n\n\n<p>[00:40:47] Nathan Wrigley: It&#8217;s interesting because obviously you alluded to the fact that WordPress has been in a state of flux since September. But Dries, I presume prompted by the situation that arose out of WordCamp US. He wrote a piece very much timed after that. So I presume it was in, there was some sort of correlation in his head. And he was laying out how Drupal have, not solved, but how they just have a different approach to that. And I can&#8217;t remember every single detail, but there was some curious examples in the Drupal community, like this kind of, I&#8217;m going to say pay to play thing.</p>\n\n\n\n<p>In other words, if you as a company, let&#8217;s say Pantheon may fit into this perfectly, if Pantheon steps through certain hoops and can prove that they did this thing and this thing and this thing for the community, for the Drupal project. If you step through those hoops, you then get, kind of, merit on the other side.</p>\n\n\n\n<p>You can, for example, turn up to DrupalCon as a sponsor. My understanding is that maybe it&#8217;s only certain tiers, I&#8217;m not really sure. But you can&#8217;t sponsor DrupalCon unless you have jumped through those hoops. And we don&#8217;t really have anything on the WordPress side like that. We have Five for the Future, but it&#8217;s hard to pin down. It&#8217;s hard to figure out who did what and what have you, because there aren&#8217;t the same sort of goalposts, but it feels like the goalposts are a bit more nailed down on the Drupal side.</p>\n\n\n\n<p>[00:42:03] Chris Reynolds: There is a process of nailing things down. I don&#8217;t know that it goes to the level of, like you can&#8217;t actually sponsor, because obviously Pantheon does sponsor and we&#8217;ve been, on the other end of being told that we don&#8217;t contribute enough to both WordPress and Drupal. But that also depends on how you define contribution really. And I have thoughts about that. The merit thing, it&#8217;s just where you&#8217;re drawing the lines in the sand. And Drupal has, Dries has his particular lines and the things that make you a contributor to the ecosystem, and what that means in Drupal.</p>\n\n\n\n<p>And then, to a degree, I mean, yeah, like you said, Five for the Future is kind of, sort of that thing, but it&#8217;s also kind of amalgamous and like it&#8217;s honor based. There&#8217;s not really a real sense of tracking or, you could kind of, sort of track things, I guess. But it&#8217;s very wibbly wobbly.</p>\n\n\n\n<p>But my perspective on contribution always has always been, one of the things, I know we&#8217;re not supposed to talk about what was talked about at PressConf, but Brad Williams, who I, was my former boss said, he was talking about Five for the Future and was talking about how Web Dev was very early on an adopter of Five for the Future, and I was there at the time, so I remember this. So it&#8217;s not just Brad&#8217;s words that I&#8217;m repeating. And the way that he approached Five for the Future was very much in the umbrella of if you&#8217;re doing anything WordPress related that is open source, we are counting that as a Five for the Future project, right. And that was how I understood Five for the Future.</p>\n\n\n\n<p>That was kind of how it was presented back in 2014 or whatever when Matt first threw the idea out to the, out to the ecosystem. And since then it&#8217;s sort of become this thing where contribution to WordPress really means Core contributions, or contributions in very specific ways. And it doesn&#8217;t mean all of this other stuff over here, including an up to theme development, plugin development.</p>\n\n\n\n<p>Even if that stuff is on .org, even if that stuff is open source, that&#8217;s not included in contribution. But I&#8217;m very much in the side of the bucket where like, well, everything is kind of contribution. We wouldn&#8217;t know how good WordPress scales to like enterprise level sites that are running it today, that are driving the adoption of WordPress, and driving the bar in like the visibility of WordPress, if it wasn&#8217;t for just hosts that are running the thing and making sure that it operates properly. And the teams like 10up and Human Made, and whoever who are like then, oh, to get this working at its best, fastest, most optimized state we need to do some enhancements. Either through the plugin ecosystem or contributing back to Core, so that we can push this code to these hosts, or platforms, or softwares as a service or whatever so that they operate for these clients that we&#8217;re building.</p>\n\n\n\n<p>So like I kind of feel like everything should be, even if you are a taker, in the language of Dries, that doesn&#8217;t necessarily mean that you&#8217;re not pushing the ecosystem forward. And I have that critique for both of our BDFLs, right? Because they both have very similar ideas.</p>\n\n\n\n<p>Like I think that the contribution title could be applied and should be applied more broadly, because everything that we&#8217;re doing is driving the project forward. A lot of the stuff that I write is like GitHub actions, or like plugins or things that are still broadly available to, and publicly available, and they&#8217;re open source and they&#8217;re for the community, but they&#8217;re not technically contribution, because contribution is narrowed down into this very specific definition.</p>\n\n\n\n<p>[00:45:30] Nathan Wrigley: It&#8217;s kind of curious, you know, if you were to cast your mind back 20 years, the beginning of both Drupal and WordPress, just even the idea that they would still be around for one thing, you know, that that software wouldn&#8217;t have just come and eaten them up and there would be like a two year lifespan.</p>\n\n\n\n<p>[00:45:44] Chris Reynolds: And that there&#8217;s an open source solution for these things.</p>\n\n\n\n<p>[00:45:46] Nathan Wrigley: And it&#8217;s going and it&#8217;s kept rising and it&#8217;s kept being used. That&#8217;s just so curious. But also the teething pains of that. The idea that, you know, it started with Matt, and it started with Dries, and then people got on board and it grew. And then in the case of Drupal, and in the case of WordPress, it just grew to the point where these individuals can no longer handle everything.</p>\n\n\n\n<p>You know, you described how Dries needed to sort of say, can somebody handle the events please? Because that&#8217;s just not where I want to be. The same, presumably on the WordPress side. And now we&#8217;re into giant communities. Really, really complicated communities. A lot of differing opinions, a lot of different maybe even politics, but a lot of different backgrounds, geography, the whole thing.</p>\n\n\n\n<p>It&#8217;s this international thing. And it&#8217;s difficult. It&#8217;s really, really hard to get it right. But what I&#8217;m taking from this conversation. Is that maybe Drupal do things differently, but they have way more in common than we have as differences.</p>\n\n\n\n<p>But also maybe there are some things that WordPress does better. Maybe there are some things that Drupal does better. And it would be very, very interesting if the two communities could kind of collide more, and share those ideas and we pick the best of each of them. It&#8217;s never gonna be perfect, but maybe that&#8217;s something that in the future, given that really at a very core level we&#8217;re not in competition with each other, it would be very nice if those conversations could take place.</p>\n\n\n\n<p>And I think you&#8217;ve laid the groundwork for a lot of that and explained how one project is not that dissimilar to the other one. So, that&#8217;s it.</p>\n\n\n\n<p>Chris, thank you so much for chatting to me today. I really appreciate it. That was very enlightening.</p>\n\n\n\n<p>[00:47:22] Chris Reynolds: Thank you for having me. I always love chatting with you.</p>\n</div></details>\n\n\n\n<p>On the podcast today we have <a href=\"https://www.linkedin.com/in/chrissreynolds/\">Chris Reynolds</a>.</p>\n\n\n\n<p>Chris is a developer advocate at Pantheon, where he brings nearly 20 years of experience in the WordPress community, as well as deep involvement with Drupal and open source technology at large. Prior to his advocacy role, he worked at some of the top WordPress agencies like Human Made and WebDevStudios. He’s been active at events like DrupalCon, PressConf, and WordCamps.</p>\n\n\n\n<p>In this episode, we set aside the usual WordPress-only focus, and turn our attention to two CMSs, WordPress and Drupal, what makes them tick, where they excel, and where they might have something to learn from each other.</p>\n\n\n\n<p>Chris draws on his unique perspective working closely with both platforms, as Pantheon is one of the few hosts with a 50/50 split between WordPress and Drupal sites, and has a significant footprint in both ecosystems.</p>\n\n\n\n<p>We discuss the similarities and differences between the two open source CMS communities, from the mechanics of flagship events like WordCamps and DrupalCon, to the ways these projects organize their contributors and support community initiatives.</p>\n\n\n\n<p>Chris explains how Drupal’s model, with its association-run funding and project governance, compares to WordPress’s approach, including how each community approaches plugin and module development, and what role agencies and companies play in contributing to Core and the broader ecosystem.</p>\n\n\n\n<p>If you’re curious about how open source projects organise themselves, how their communities navigate growth and challenge, and what WordPress can learn from Drupal (and vice versa), this episode is for you.</p>\n\n\n\n<h2 class=\"wp-block-heading\">Useful links</h2>\n\n\n\n<p><a href=\"https://pantheon.io/\">Pantheon</a></p>\n\n\n\n<p><a href=\"https://ampache.org/\"> Ampache</a></p>\n\n\n\n<p><a href=\"https://www.drupal.org/association/drupalcon\"> DrupalCon</a></p>\n\n\n\n<p><a href=\"https://pressconf.events/\">PressConf</a></p>\n\n\n\n<p><a href=\"https://webdevstudios.com/\"> WebDevStudios</a></p>\n\n\n\n<p><a href=\"https://humanmade.com/\"> Human Made</a></p>\n\n\n\n<p><a href=\"https://www.acquia.com/\"> Acquia</a></p>\n\n\n\n<p><a href=\"https://dri.es/about\"> Dries Buytaert</a></p>\n\n\n\n<p><a href=\"https://automattic.com/\"> Automattic</a></p>\n\n\n\n<p><a href=\"https://solr.apache.org/\">Solr</a></p>\n\n\n\n<p><a href=\"https://www.elastic.co/elasticsearch\"> Elasticsearch</a></p>\n\n\n\n<p><a href=\"https://getcomposer.org/\"> Composer</a></p>\n\n\n\n<p><a href=\"https://wptavern.com/podcast/68-chris-reynolds-on-why-to-use-composer-with-wordpress\"> Chris on a previous episode of the WP Tavern Jukebox podcast talking about Composer</a></p>\n\n\n\n<p><a href=\"https://www.drupal.org/community/events?field_event_type_value=drupalcamp&amp;field_event_address_country=All\"> DrupalCamps</a></p>\n\n\n\n<p><a href=\"https://dri.es/solving-the-maker-taker-problem\">Solving the Maker-Taker problem</a></p>\n\n\n\n<p> Dries Notes &#8211; <a href=\"https://dri.es/state-of-drupal-presentation-september-2024\">State of Drupal presentation (September 2024)</a></p>\n\n\n\n<p><a href=\"https://www.drupal.org/association\"> Drupal Association</a></p>\n\n\n\n<p><a href=\"https://yoast.com/yoast-seo-for-drupal/\">Drupal  Yoast module</a></p>\n\n\n\n<p><a href=\"https://new.drupal.org/home\">Drupal CMS</a></p>\n\n\n\n<p><a href=\"https://www.drupal.org/docs/8/core/modules/views\">Drupal Views</a></p>\n\n\n\n<p><a href=\"https://www.gravityforms.com/\">Gravity Forms</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/five-for-the-future/\">Five for the Future</a></p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 May 2025 14:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:14:\"Nathan Wrigley\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:40;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"Do The Woo Community: From Functional to Scalable: WooCommerce Solutions with an Enterprise Mindset\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=96868\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:101:\"https://openchannels.fm/from-functional-to-scalable-woocommerce-solutions-with-an-enterprise-mindset/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:209:\"Some insight on agencies who focus on enterprise-level solutions for mid-market WooCommerce clients, emphasizing customized, scalable technologies and decoupled architectures to enhance reliability and growth.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 May 2025 09:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:41;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"Do The Woo Community: One For the Road via PressConf with Adam and Emma\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=97297\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://openchannels.fm/one-for-the-road-via-pressconf-with-adam-and-emma/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:262:\"During PressConf 2025, hosts and guests highlighted the significance of in-person connections within the WordPress community, emphasizing candid conversations, relationship-building, emotional moments, and the event\'s business focus, inspiring future gatherings.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 May 2025 13:06:42 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:42;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"Do The Woo Community: How to Say No to Feature Requests Without Upsetting Your Customers\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=96857\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://openchannels.fm/how-to-say-no-to-feature-requests-without-upsetting-your-customers/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:212:\"The challenges of declining customer feature requests while maintaining goodwill. Strategies include transparent communication, offering alternatives, and using data for prioritization, preserving product vision.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 May 2025 08:00:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:43;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Do The Woo Community: Your Website Could Use a Changelog to Fuel Creativity\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=96643\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:88:\"https://openchannels.fm/why-every-website-needs-a-changelog-and-how-it-fuels-creativity/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:221:\"Website changelogs, often overlooked, document progress and small victories. They provide transparency, spark creativity, and offer audiences insight into a site\'s evolution—important for all creators, not just techies.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 19 May 2025 10:35:15 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:44;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:75:\"Weston Ruter: Adding Caption &amp;amp; Lightbox to the Featured Image Block\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://weston.ruter.net/?p=34581\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://weston.ruter.net/2025/05/17/adding-caption-and-lightbox-to-the-featured-image-block/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21544:\"<p>Earlier this year I re-built this site using the <a href=\"https://wordpress.org/themes/twentytwentyfive/\">Twenty Twenty-Five</a> theme, finally adopting a <a href=\"https://wordpress.org/documentation/article/block-themes/\">block theme</a> over the veritable <a href=\"https://wordpress.org/themes/twentytwenty/\">Twenty Twenty</a> classic theme I had been using. In this rebuild, one thing that I had trouble with is the featured image. In the Twenty Twenty theme, a <a href=\"https://github.com/WordPress/wordpress-develop/blob/8b466fce082b5b8731cebca85469ae1978318504/src/wp-content/themes/twentytwenty/template-parts/featured-image.php#L27-L36\">caption is rendered</a> under the featured image if one is set on the underlying <code>attachment</code> post in the Media Library. In the Twenty Twenty-Five theme, however, no caption is shown by the <a href=\"https://wordpress.org/documentation/article/post-featured-image-block/\">Featured Image block</a>:</p>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Single template of Twenty Twenty theme showing an article about the Bison with an image of the Bison as the featured image. A caption appears below the Bison image.\" class=\"has-border-color has-accent-4-border-color wp-image-34604\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/twentytwenty-single-template.png?resize=394%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"394\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Caption shown with featured image in the Twenty Twenty theme.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Single template of Twenty Twenty-Five theme showing an article about the Bison with an image of the Bison as the featured image. A caption does not appear below the Bison image.\" class=\"has-border-color has-accent-4-border-color wp-image-34605\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/twentytwentyfive-single-template.png?resize=394%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"394\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Caption for featured image omitted in the Twenty Twenty-Five theme.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p>I was expecting the Featured Image block to have an &#8220;Add caption&#8221;/“Remove caption” button in the block toolbar. This is available in the regular Image block, but it is absent in the Featured Image block:</p>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Block editor showing an Image block selected with the caption appearing below the image and the &quot;Remove Caption&quot; button being hovered over in the block toolbar.\" class=\"has-border-color has-accent-4-border-color wp-image-34606\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/twentytwentyfive-block-editor-image-block.png?resize=624%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"624\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Image block in the block editor with “Remove caption” button hovered.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Site editor showing a Featured Image block selected with there not being any caption displayed and no block toolbar button for captions.\" class=\"has-border-color has-accent-4-border-color wp-image-34607\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/twentytwentyfive-site-editor-featured-image-block.png?resize=638%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"638\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Featured Image block without any “Add caption” button shown in the block toolbar.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p>It turns out there is a 3-year old Gutenberg issue (<a href=\"https://github.com/WordPress/gutenberg/issues/40946\" title=\"[Post Featured Image]: add option to display image caption/credit\">#40946</a>) about this missing capability in the Featured Image block. But this isn&#8217;t the only missing feature from the block. In addition to the caption, something else I was missing is the ability to open the featured image in a lightbox, something which the Image block exposes by selecting the link option to “Enlarge on click”. The Featured Image block does not have this Link button in the block toolbar but instead just has a “Link to Post” setting toggle in the block sidebar:</p>\n\n\n\n<div class=\"wp-block-columns is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Block editor with the Link block toolbar button having been clicked, showing the Link options to &quot;Link to image file&quot;, &quot;Link to attachment page&quot;, and &quot;Enlarge on click&quot;. The last option is focused.\" class=\"has-border-color has-accent-4-border-color wp-image-34608\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/image-block-enlarge-on-click.png?resize=625%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"625\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Link submenu showing “Enlarge on click” option for Image block.</figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Site editor showing showing the Featured Image block selected, bit without there being a Link button in the block toolbar. The block sidebar is expanded to show a single setting available: &quot;Link to Post&quot;.\" class=\"has-border-color has-accent-4-border-color wp-image-34609\" height=\"500\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/featured-image-block-block-sidebar.png?resize=700%2C500&#038;ssl=1\" style=\"border-width: 1px;\" width=\"700\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Block toolbar missing Link button but showing “Link to Post” setting in the block sidebar for the Featured Image block.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p>There is also an open Gutenberg issue to add this lightbox capability to the Featured Image block (<a href=\"https://github.com/WordPress/gutenberg/issues/57849\" title=\"Featured Image block: Lightbox / Expand use case \">#57849</a>).</p>\n\n\n\n<p>Because I want these features now before they get implemented in Gutenberg, I&#8217;ve put together a couple plugins (on GitHub) that extend the Featured Image block with these missing capabilities:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://github.com/westonruter/featured-image-block-with-caption\">Featured Image Block with Caption</a></li>\n\n\n\n<li><a href=\"https://github.com/westonruter/featured-image-block-with-lightbox\">Featured Image Block with Lightbox</a></li>\n</ul>\n\n\n\n<p>These are active on this site, so you can see above how the featured image is enhanced with a caption and lightbox.</p>\n\n\n\n<p>While the Gutenberg issue for adding a caption has a <a href=\"https://github.com/WordPress/gutenberg/issues/40946#issuecomment-1682973710\">workaround</a> involving the registration of a new block variation, I wanted there to be the same &#8220;Add caption&#8221; block toolbar button which is available on the Image block, and I wanted to be able to see a placeholder for how the caption would look in the Site Editor. So this is what I implemented:</p>\n\n\n\n<div class=\"wp-block-columns alignwide is-not-stacked-on-mobile is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Site Editor showing the Featured Image block selected and a new &quot;Add caption&quot; button appearing in the toolbar.\" class=\"has-border-color has-accent-4-border-color wp-image-34613\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/featured-image-block-with-add-caption-button.png?resize=636%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"636\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Featured Image block in the Site Editor with an “Add caption” button appearing in the block toolbar. </figcaption></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<figure class=\"wp-block-image size-large has-custom-border wp-lightbox-container\"><img alt=\"Site Editor showing the Featured Image block selected and the &quot;Add caption&quot; button being selected in the block toolbar. A placeholder caption appears below the image.\" class=\"has-border-color has-accent-4-border-color wp-image-34614\" height=\"700\" src=\"https://i0.wp.com/weston.ruter.net/wp-content/uploads/2025/05/featured-image-block-with-caption-placeholder-shown.png?resize=636%2C700&#038;ssl=1\" style=\"border-width: 1px;\" width=\"636\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button><figcaption class=\"wp-element-caption\">Caption placeholder appearing in Featured Image block in the Site Editor.</figcaption></figure>\n</div>\n</div>\n\n\n\n<p>Selecting “Add caption” sets a new <code>showCaption</code> block attribute to <code>true</code>, without making any changes to the block markup. This means there won&#8217;t be any block validation errors when the plugin is deactivated. When the block attribute is present, a <code>render_block</code> filter in PHP injects the caption into the block&#8217;s markup on the frontend. On my site, I edited the Single template to show the caption in the Featured Image block, but I left the caption off for the block on the Home template in order to keep the blog index clean. Editing the text of a Featured Image block&#8217;s caption is not done inline in the block editor as is done with the Image block; instead, editing the featured image caption requires either selecting the image in the Media Library in the post editor, opening the image in the <a href=\"https://wordpress.org/documentation/article/media-library-screen/#attachment-details\">Media Library screen</a>, or opening it in the seldom-accessed <a href=\"https://wordpress.org/documentation/article/edit-media/\">Edit Media screen</a>.</p>\n\n\n\n<p>The plugin to implement a lightbox for the Featured Image block is much simpler, and there is no UI. There&#8217;s simply another <code>render_block</code> filter which checks to see if the “Link to Post” setting is enabled, and if not, then it enables the “enlarge on click” functionality. Normally the “Link to Post” setting is not enabled on the Single template, allowing the featured image to open in a lightbox the same as any other Image block which have lightbox enabled. The implementation was trivial because all it needed to do is enqueue the same script module and stylesheet as the Image block does, and then it passes the block content into the same <a href=\"https://github.com/WordPress/wordpress-develop/blob/6.8.1/src/wp-includes/blocks/image.php#L128-L248\">function</a> used by the Image block. In the end, the Featured Image block&#8217;s markup looks very similar to the Image block&#8217;s markup:</p>\n\n\n<pre class=\"wp-block-code alignwide has-small-font-size\"><span><code class=\"hljs language-diff\"><span class=\"hljs-comment\">--- image-block.html</span>\n<span class=\"hljs-comment\">+++ featured-image-block.html</span>\n<span class=\"hljs-meta\">@@ -1,11 +1,12 @@</span>\n &lt;figure\n 	data-wp-context=\'{\"imageId\":\"68293cf73baf0\"}\'\n 	data-wp-interactive=\"core/image\"\n<span class=\"hljs-deletion\">-	class=\"wp-block-image size-full wp-lightbox-container\"</span>\n<span class=\"hljs-addition\">+	style=\"aspect-ratio: auto\"</span>\n<span class=\"hljs-addition\">+	class=\"wp-block-post-featured-image wp-lightbox-container\"</span>\n &gt;\n 	&lt;img\n 		alt=\"\"\n<span class=\"hljs-deletion\">-		class=\"wp-image-8\"</span>\n<span class=\"hljs-addition\">+		class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\"</span>\n 		data-wp-class--hide=\"state.isContentHidden\"\n 		data-wp-class--show=\"state.isContentVisible\"\n 		data-wp-init=\"callbacks.setButtonStyles\"\n<span class=\"hljs-meta\">@@ -25,6 +26,7 @@</span>\n 			http://localhost:10013/wp-content/uploads/2025/05/American_bison_k5680-1-1536x1002.jpg 1536w,\n 			http://localhost:10013/wp-content/uploads/2025/05/American_bison_k5680-1-2048x1336.jpg 2048w\n 		\"\n<span class=\"hljs-addition\">+		style=\"width: 100%; height: 100%; object-fit: cover\"</span>\n 		width=\"2560\"\n 	/&gt;&lt;button\n 		class=\"lightbox-trigger\"</code></span></pre>\n\n\n<p>Ultimately, I <a href=\"https://github.com/WordPress/gutenberg/issues/57849#issuecomment-2704434044\">think</a> the Featured Image block could be deprecated in favor of adding a “Use featured image” source to the Image block. This would allow all of its features to be re-used in a featured image context. I suppose “Link to Post” would have to be added as one of the Link options when the featured image is used as the source.</p>\n\n\n\n<p>I hope this is helpful for you with building sites with block themes while waiting for these features to land in the core Featured Image block!</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Where I&#8217;ve shared this:</p>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-bluesky  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://bsky.app/profile/weston.ruter.net/post/3lpg5cfpvj22d\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bluesky</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.linkedin.com/posts/westonruter_adding-caption-lightbox-to-the-featured-activity-7329712341493698561-3GQE\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://x.com/westonruter/status/1923947578217071045\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-mastodon  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://mastodon.social/@westonruter/114526760610405491\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Mastodon</span></a></li></ul>\n<p>The post <a href=\"https://weston.ruter.net/2025/05/17/adding-caption-and-lightbox-to-the-featured-image-block/\">Adding Caption &amp; Lightbox to the Featured Image Block</a> appeared first on <a href=\"https://weston.ruter.net\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sun, 18 May 2025 03:28:23 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:45;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:121:\"Gutenberg Times: 14 plugins for the block editor, Gutenberg 20.8, Studio 1.15.1, Woo 9.9 and more — Weekend Edition 330\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://gutenbergtimes.com/?p=40398\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:125:\"https://gutenbergtimes.com/14-plugins-for-the-block-editor-gutenberg-20-8-studio-1-15-1-woo-9-9-and-more-weekend-edition-330/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27364:\"<p>Hi there,</p>\n\n\n\n<p>This weekend I am at WordCamp Leipzig and spent Friday night and Saturday with about 70 WordPressers from the German community. It&#8217;s my third year attending this small, low-key WordCamp. This year, it had way more session submissions than speaker slots, and it sold out tickets with a waiting list. Congratulations to the organizing team. <img alt=\"🎉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" style=\"height: 1em;\" /> </p>\n\n\n\n<p>With the European Accessibility Act (EAA) set to take effect on June 28, 2025, the selection of three talks focused on accessibility is both timely and highly relevant-making them especially interesting to me. I am also looking forward to Hans-Gerd Gerhard&#8217;s walk through practical examples for block theme implementations. Talks on site performance, e-commerce, error handling and UX for Gen Z round up the <a href=\"https://leipzig.wordcamp.org/2025/zeitplan/\">session schedule</a>. Although it&#8217;s a low-key WordCamp the video team is amazing. The sessions will be recorded and uploaded to WordPressTV the same or the following day. Session are in German, though. </p>\n\n\n\n<p>Save the Date for <a href=\"https://us.wordcamp.org/2025/\">WordCamp US</a>! It&#8217;ll take place from August 26 to August 29. 2025. The call for speakers and sponsors will come out on May 19, 2025, so keep an eye out. If all goes well, I will return to WordCamp US after three years, to finally see my WordPress friends from a previous life again. <img alt=\"🎉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" style=\"height: 1em;\" /> Will I  see you in Portland, OR, too? </p>\n\n\n\n<p>I could call today&#8217;s newsletter, <em>The Plugin Edition</em>, as it mentions 14 plugins that will help with content creation, making a visual impact and organizing your site. It&#8217;s actually 16 plugins if you count Gutenberg and WooCommerce as well. Have fun browsing, and please hit reply if you have any opinion or other plugins to mention. Listing those plugins here doesn&#8217;t mean I recommend them, you would need to test them for yourself. I just wanted to surface them as it&#8217;s a bit difficult to find new plugins in the WordPress repository.</p>\n\n\n\n<p>Have a lovely weekend! </p>\n\n\n\n<p>Yours, <img alt=\"💕\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f495.png\" style=\"height: 1em;\" /><br /><em>Birgit</em></p>\n\n\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>Table of Contents</strong></p>\n\n\n\n<nav class=\"wp-block-table-of-contents\"><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/14-plugins-for-the-block-editor-gutenberg-20-8-studio-1-15-1-woo-9-9-and-more-weekend-edition-330/#0-word-press-release-information\">Developing Gutenberg and WordPress</a></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/14-plugins-for-the-block-editor-gutenberg-20-8-studio-1-15-1-woo-9-9-and-more-weekend-edition-330/#0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</a><ol><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/14-plugins-for-the-block-editor-gutenberg-20-8-studio-1-15-1-woo-9-9-and-more-weekend-edition-330/#more-single-blocks-and-block-collections-from-the-wordpress-plugin-repository\">More single blocks and block collections from the WordPress plugin repository</a></li></ol></li><li><a class=\"wp-block-table-of-contents__entry\" href=\"https://gutenbergtimes.com/14-plugins-for-the-block-editor-gutenberg-20-8-studio-1-15-1-woo-9-9-and-more-weekend-edition-330/#3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</a></li></ol></nav>\n</div></div>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"0-word-press-release-information\">Developing Gutenberg and WordPress</h2>\n\n\n\n<p><strong>George Mamadashvili</strong> released <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.8.0\"><strong>Gutenberg 20.8</strong></a> on May 14, 2025. Here are the features, Ellen Bauer and I discussed on the podcast episode&#8221;</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Create block package: added flag for text domain during scaffolding. (<a href=\"https://github.com/WordPress/gutenberg/pull/69802\">69802</a>)</li>\n\n\n\n<li>Guide component customization: next and previous button text. (<a href=\"https://github.com/WordPress/gutenberg/pull/69907\">69907</a>)</li>\n\n\n\n<li>Search functionality for page templates and patterns. (<a href=\"https://github.com/WordPress/gutenberg/pull/69667\">69667</a>)</li>\n\n\n\n<li>Meta box fixes and widget editor locking. (<a href=\"https://github.com/WordPress/gutenberg/pull/69958\">69958</a>)(<a href=\"https://github.com/WordPress/gutenberg/pull/69984\">69984</a>)</li>\n\n\n\n<li>Ability to edit HTML for invalid blocks.(<a href=\"https://github.com/WordPress/gutenberg/pull/69902\">69902</a>)</li>\n\n\n\n<li>Spacer block update preventing negative width in row blocks.(<a href=\"https://github.com/WordPress/gutenberg/pull/68845\">68845</a>)</li>\n\n\n\n<li>Box sizing property updates to prevent design overflow.(<a href=\"https://github.com/WordPress/gutenberg/pull/70014\">70014</a>)</li>\n\n\n\n<li>Block bindings API documentation improvements and limitations.(<a href=\"https://github.com/WordPress/gutenberg/pull/68583\">68583</a>)</li>\n\n\n\n<li>Block Styles:  add copy and code for style_data to documentation (<a href=\"https://github.com/WordPress/gutenberg/pull/69920\">69920</a>)</li>\n</ul>\n\n\n\n<p>The changelog is <a href=\"https://github.com/WordPress/gutenberg/releases/tag/v20.8.0\">available on the GitHub repo</a>. </p>\n\n\n\n<div class=\"wp-block-group has-light-background-background-color has-background\"><div class=\"wp-block-group__inner-container is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><img alt=\"🎙\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f399.png\" style=\"height: 1em;\" /> The latest episode <a href=\"https://gutenbergtimes.com/podcast/gutenberg-changelog-117-woocommerce-starter-theme-and-blocks/\">Gutenberg Changelog 117 – WooCommerce Starter Theme and Blocks, WordCamp Europe, and Gutenberg 20.7 and 20.8</a> I sat down with Ellen Bauer, WooCommerce product lead and discussed what she is working on, WordCamp Europe, Create Block Theme, WP-CLI, Gutenberg 20.7 and Gutenberg 20.8 releases. </p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img alt=\"Ellen Bauer and Birgit Pauli-Haack recording Gutenberg Changelog 117\" class=\"wp-image-40375\" height=\"184\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2022/03/Screenshot-2025-05-10-at-12.16.57.png?resize=652%2C184&#038;ssl=1\" width=\"652\" /></figure>\n</div></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"0-p\">Plugins, Themes, and Tools for #nocode site builders and owners</h2>\n\n\n\n<p><strong>Mike McAlister</strong> announced <a href=\"https://olliewp.com/the-future-of-wordpress-site-building-starts-with-ollie-pro-2-0/\"><strong>the release of Ollie Pro 2.0</strong></a>. The update introduces a redesigned dashboard, a setup wizard to streamline site configuration, and starter sites, with which users could launch a complete website fast. For developers, a child theme creator is included to enable safe code customizations. The release also expands the pattern library with hundreds of professionally designed layouts and styles, all accessible through an improved pattern browser. </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"\" class=\"wp-image-40453\" height=\"373\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/05/Screenshot-2025-05-12-at-9.11.42%E2%80%AFAM-1536x879-1.webp?resize=652%2C373&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<p><strong>Michael Pretty</strong>, code wrangler at WooCommerce, recently shared some great news: <a href=\"https://developer.woocommerce.com/2025/05/13/woocommerce-9-9-will-deliver-massive-admin-performance-gains/\"><strong>WooCommerce 9.9 will bring significant admin performance improvements.</strong></a> In his post, he outlined the key factors and changes behind faster admin screen rendering and quicker action execution for Woo merchants. These updates promise a noticeably smoother and more efficient experience when managing your store. You can start testing the with the <a href=\"https://developer.woocommerce.com/2025/05/12/woocommerce-9-9-pre-release-updates/\">Woo 9.9 Beta version</a>. WooCommerce 9.9 is scheduled for release on June 2, 2025, just before WordCamp Europe. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>If you often write tutorials with code examples, you need to check out the <strong><a href=\"https://code-block-pro.com/\">Code</a><a href=\"https://wordpress.org/plugins/code-block-pro/\"> Block Pro</a></strong> plugin by <strong>Kevin Batdorf</strong>. You can make your code look as beautiful as the rest of your site. The plugin offers dozens of different themes, and specific syntax highlighting for hundreds of programming languages. If you feel the code section gets too long with the “Click to see more” feature, you can collapse code blocks at any line, letting visitors expand only what they need. Also, very handy are line highlighting and blurring of surrounding code, which helps readers to quickly recognize the code section that you want them to focus on. I’ve only scratched the surface of what Code Block Pro can do in my own posts. You can get the plugin <a href=\"https://wordpress.org/plugins/code-block-pro/\">from the WordPress repository</a>.</p>\n\n\n\n<figure class=\"wp-block-image size-large\"><a href=\"https://gutenbergtimes.com/seven-steps-to-a-custom-block-theme-anders-norens-weekend-workflow/#second-task-update-theme-json\"><img alt=\"\" class=\"wp-image-40456\" height=\"368\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/05/Screenshot-2025-05-15-at-15.03.42.png?resize=652%2C368&#038;ssl=1\" width=\"652\" /></a><figcaption class=\"wp-element-caption\"><a href=\"https://gutenbergtimes.com/seven-steps-to-a-custom-block-theme-anders-norens-weekend-workflow/#second-task-update-theme-json\">Screenshot from my post on Block Theme building.</a> </figcaption></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p>In her latest tutorial, <strong>Anne Katzeff </strong>explored <a href=\"https://www.askdesign.biz/blog/2025/05/layout-and-design-with-row-and-stack-blocks/\"><strong>how the Row and Stack blocks expand the layout and design</strong></a> possibilities for your site. She discusses all the different settings, and styles options for these Group block variations.  </p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img alt=\"Screenshot from Anne Katzeff\'s tutorial with her amazing art! \" class=\"wp-image-40481\" height=\"390\" src=\"https://i0.wp.com/gutenbergtimes.com/wp-content/uploads/2025/05/Screenshot-2025-05-16-at-14.10.48.png?resize=652%2C390&#038;ssl=1\" width=\"652\" /></figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Hans-Gerd Gerhards</strong> introduced his <strong><a href=\"https://haurand.com/plugin-shrinking-logo-sticky-header/\">&#8220;Plugin Shrinking Logo Sticky Header”</a></strong>. The plugin lets you &#8220;add a modern sticky header with smooth, animated shrinking effects for both the header and the site logo.&#8221; You have full control over the heights for default and shrunken states and also use your site&#8217;s colors for styling. The post also entails the link for downloads videos and screenshots. The plugin in in the approval queue for the WordPress directory. </p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"more-single-blocks-and-block-collections-from-the-wordpress-plugin-repository\">More single blocks and block collections from the WordPress plugin repository</h3>\n\n\n\n<p>I am amazed at the creativity of plugin authors to always find missing features to add to WordPress. Some even you didn&#8217;t know you were missing. <img alt=\"🧐\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f9d0.png\" style=\"height: 1em;\" /> Over the last few days,  I found several single blocks and block collections in my RSS Feeds.  I have not tested them.  Use at your own risk. If you do try some, please let me know how it went. <a href=\"mailto:[email protected]\">Email me. </a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/nasio-blocks/\"><strong>Nasio Blocks</strong></a>  by <strong>Nasio Themes</strong> &#8211; A newcomer on the WordPress repository. Welcome to the WordPress space! <img alt=\"👋\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f44b.png\" style=\"height: 1em;\" /> &#8220;Post slider, Content slider, Gallery slider, Accordion and Icon blocks. Features a template library with predefined demo content (block patterns) to speed up the page creation process.&#8221; so they say. </p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/flipbox-block/\">Flipbox Block</a> by <a href=\"https://gutenbergkits.com/\">GutenbergKits</a></strong> &#8220;Flip box Block &#8211;  &#8220;A flip box is an interactive UI element that flips between two sections on hover or click.&#8221; and &#8220;You can create unlimited design possibilities&#8221;. I remember when I build such a flip box w/ vanilla JavaScript in a static HTML page for a memory game some time in the early 2000s. Now I just can install a block for it.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/photo-block/\"><strong>Photo Block</strong></a> by <a href=\"https://x.com/ronaldhuereca\"><strong>Ronald Huereca</strong></a>, in his 20th year of his WordPress.org account. <img alt=\"🎉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" style=\"height: 1em;\" /> He built into it advanced image customization, full caption support, responsive styling, and global styles. Alone from the screenshots on the plugin page I feel a bit overwhelmed with the vast number of customizations.You&#8217;ll find a ton of filters, too. To see it in action, you can <a href=\"https://app.instawp.io/launch?t=photo-block&amp;d=v2\">spin up a demo site</a></p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/pibe-parallax-image-block-and-effects/\"><strong>PIBE – Parallax Image Block and Effects</strong></a> by <strong>Emiliano Lorenzi,</strong> also a newcomer to the space! Welcome to you, too! <img alt=\"👋\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f44b.png\" style=\"height: 1em;\" /> His plugin &#8220;allows you to add modern, animated images to your site, whether you want to add depth with parallax, capture your visitors’ attention with hover transitions, or highlight content with stylish overlays.</p>\n\n\n\n<p><strong>Bhargav (Bunty) Bhandari,</strong> WordPress developer author of the <a href=\"https://wordpress.org/plugins/thread-block/\">Thread</a> and <a href=\"https://wordpress.org/plugins/polls-block/\">Polls</a> blocks, has released a new plugin called: <strong><a href=\"https://wordpress.org/plugins/explicit-media-block/\">Explicit Media Block</a></strong>. This block is an image/media block public likes and shareable links, turning your site into an interactive content hub, Instagram like as you so will.</p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/primekit-blocks/\"><strong>Primekit Blocks</strong></a> by <strong>SupreoX Limited</strong> with contains three blocks. The most intriguing would be for me the Animated Text Block to show for animated text effects for your headings and content. The other two are Call to Action (CTA) block and a Copyright block. </p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/groundworx-carousel/\">Groundworx Carousel</a></strong> by <a href=\"https://x.com/groundworxdev\"><strong>Johanne Courtright</strong></a>, a longtime WordPress developer and freelancer from the US, published her first plugin in the repository. With the carousel, built with native core blocks,  you can display slides with any inner blocks. Using the Splide.js library it supports responsive options, breakpoint-based layouts, and advanced design controls. On GitHub, Courtright also provides <a href=\"https://github.com/groundworx-dev/groundworx-carousel#example-variations\">instructions and code examples</a> on how to extend the plugin to fit any site&#8217;s needs. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/better-navigation-block-styles/\"><strong>Better Navigation Block Styles</strong></a> by <a href=\"https://x.com/marctv\"><strong>Marc Tönsing</strong></a>. Tönsing aims to refine the native mobile menu with to ensure better spacing, alignment, and readability by injecting Additional CSS. </p>\n\n\n\n<p><a href=\"https://wordpress.org/plugins/ghostlabs-cycle-block-lite/\"><strong>Cycle Block: Lite</strong></a> by <b>Ghos</b><strong>t Labs</strong>, also a newcomer to the WordPress repository, Welcome! <img alt=\"🎉\" class=\"wp-smiley\" src=\"https://s.w.org/images/core/emoji/15.1.0/72x72/1f389.png\" style=\"height: 1em;\" /> The team&#8217;s first plugin enables user to display different content for each page load. You can rotate headlines, and create randomized call-to-actions. The description and screenshot offer more use cases where this plugin might be helpful.  On their website you find a few more plugins: City blocks for location-based content and Ghostwriter block, using AI for content creation. </p>\n\n\n\n<p><strong><a href=\"https://wordpress.org/plugins/wpmozo-blocks-and-addons/\">WPMozo Blocks and Addons</a></strong> by <a href=\"https://elicus.com/about-us/\"><strong>Elicus</strong></a> provides plenty of Custom blocks to use, a few sliders, a flip box, tilt image, before-and-after comparisons block. You can see it all in action on <a href=\"https://wpmozoblocks.com/\">the demo site.</a> I found the <a href=\"https://wpmozoblocks.com/interactive-image-card/\">interactive image card</a> to be quite interesting. The <a href=\"https://wpmozoblocks.com/separator/\">Separator block</a> is probably one I would use if I had to spruce up a wall of text or so. </p>\n\n\n\n<p>Which reminds me: On the WordPress Developer blog, <strong>Justin Tadlock</strong> wrote a tutorial about <a href=\"https://developer.wordpress.org/news/2023/07/beyond-block-styles-part-2-building-a-custom-style-for-the-separator-block/\"><strong>Building a custom style for the Separator block</strong></a>, just in case you are tempted to get into block style building without creating a Custom block. </p>\n\n\n\n<p>That&#8217;s it for now. Please keep in mind that I don&#8217;t have any aspiration to be comprehensive when curating plugins. I would also be delighted, if you want to <a href=\"mailto:[email protected]\">email me</a> asking me to check out your plugin. </p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #f9f9e5; border-radius: 22px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f9f9e5;\">\n<p><strong> <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/\" rel=\"noreferrer noopener\" target=\"_blank\">&#8220;Keeping up with Gutenberg &#8211; Index 2025&#8221;</a> </strong><br />A chronological list of the WordPress Make Blog posts from various teams involved in Gutenberg development: Design, Theme Review Team, Core Editor, Core JS, Core CSS, Test, and Meta team from Jan. 2024 on. Updated by yours truly. The previous years are also available: <strong><strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2020/\">2020</a> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2021/\">2021</a></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/keeping-up-with-gutenberg-index-2022/\">2022</a></strong></strong> | <strong><a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2023\">2023</a></strong> | <a href=\"https://make.wordpress.org/core/handbook/references/keeping-up-with-gutenberg-index/gutenberg-index-2024/\"><strong>2024</strong></a></p>\n</section>\n\n\n<h2 class=\"wp-block-heading\" id=\"3-building-themes-for-fse-and-word-press\">Building Blocks and Tools for the Block editor.</h2>\n\n\n\n<p><strong>Felix Arntz,</strong> a developer at Google and the author of the <a href=\"https://wordpress.org/plugins/ai-services/\">AI services plugin</a>, has authored a tutorial detailing the process by which individuals can utilize this plugin to create artificial intelligence tools, such as <a href=\"https://felix-arntz.me/blog/writing-a-wordpress-plugin-to-generate-image-alt-text-with-ai-services/#more-1987\">an image alt text generator</a>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><a href=\"https://bsky.app/profile/2ndkauboy.bsky.social\"><strong>Bernhard Kau</strong></a> published a tutorial on <a href=\"https://kau-boys.com/4107/wordpress/adding-a-custom-panel-to-query-monitor\"><strong>how to add a custom panel to Query Monitor</strong></a>. Query Monitor should be in every WordPress developer toolbox, and how to customize it is a very useful skill to have. <br /></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p class=\"has-small-font-size\">In last week&#8217;s live stream, <strong>Jonathan Bossenger</strong> explored <a href=\"https://www.youtube.com/watch?v=AwxE-R7OsVU\"> how to use the Feature API</a>. He figured out how to hook up Woo&#8217;s LMS, Sensei and register its lessons as tools. Then he instructed an AI agent to create a lesson from a markdown file. </p>\n\n\n\n<p class=\"has-normal-font-size\">Automattic introduced a<a href=\"https://github.com/Automattic/wp-feature-api\"> new Feature API</a> for WordPress. It allows AI agent tools to interact with sites in more structured ways—unlocking new possibilities for plugins and automation.</p>\n\n\n\n<p class=\"has-small-font-size\"><strong>Jamie Marsland</strong> posted on LinkedIn, why that&#8217;s important: <a href=\"https://www.linkedin.com/pulse/wordpress-sitting-goldmine-feature-api-just-dug-first-jamie-marsland-3sije/?trackingId=qVLCTVZZSniPqxIiHZRpdQ%3D%3D\"><strong>WordPress Is Sitting on a Goldmine — And the Feature API Just Dug the First Tunnel</strong></a></p>\n\n\n<div class=\"wp-block-newsletterglue-showhide ng-block\" width=\"100%\">\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\n</div>\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n\n<p><strong>Nick Diego</strong> has tested the latest Studio v 1.5.1, the new local development app by WordPress.com, release and wrote a tutorial on how to use the new features: <a href=\"https://wordpress.com/blog/2025/05/12/preferences-studio/\"><strong>Customize Your WordPress Development Workflow: New Preferences in Studio</strong></a>. I made Studio my only local development tool installed.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-callout undefined not-color-set\" style=\"border-color: #eeeeee; border-radius: 26px; border-style: solid; border-width: 0; padding-top: 20px; padding-bottom: 20px; padding-left: 20px; padding-right: 20px; text-align: left; margin-left: 0; margin-right: 0; margin-top: 0px; margin-bottom: 0px; background-color: #f3efe9;\">\n<p><strong><a href=\"https://gutenbergtimes.com/need-a-zip-from-master/\">Need a plugin .zip from Gutenberg&#8217;s master branch?</a></strong><br />Gutenberg Times provides daily build for testing and review. </p>\n\n\n\n<p>Now also available via <a href=\"https://playground.wordpress.net/?blueprint-url=https://gutenbergtimes.com/wp-content/uploads/2020/11/playnightly.json\">WordPress Playground</a>. There is no need for a test site locally or on a server. Have you been using it? <a href=\"mailto:[email protected]\">Email me </a>with your experience</p>\n\n\n\n<p><img alt=\"GitHub all releases\" src=\"https://img.shields.io/github/downloads/bph/gutenberg/total?style=for-the-badge\" /></p>\n</section>\n\n\n<p class=\"has-text-align-center has-small-font-size\"><em>Questions? Suggestions? Ideas? </em><br /><em>Don&#8217;t hesitate to send <a href=\"mailto:[email protected]\">them via email</a> or</em><br /><em> send me a message on WordPress Slack or Twitter @bph</em>.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p class=\"has-text-align-center has-small-font-size\">For questions to be answered on the <a href=\"http://gutenbergtimes.com/podcast\">Gutenberg Changelog</a>, <br />send them to <a href=\"mailto:[email protected]\">[email protected]</a></p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\" />\n\n\n<section class=\"wp-block-newsletterglue-group\" style=\"padding-top: 10px; padding-bottom: 10px; padding-left: 20px; padding-right: 20px; margin-top: 0px; margin-bottom: 0px;\">\n<p>Featured Image: Photo by Fran Jacquier on Unsplash</p>\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n\n\n\n<p class=\"has-text-align-left\"><strong>Don&#8217;t want to miss the next Weekend Edition? </strong></p>\n\n\n<form action=\"https://gutenbergtimes.com/feed/\" autocomplete=\"on\" class=\"wp-block-newsletterglue-form ngl-form ngl-portrait\" method=\"post\"><div class=\"ngl-form-container\"><div class=\"ngl-form-field\" style=\"margin-bottom: 25px;\"><label class=\"ngl-form-label\" for=\"ngl_email\"><br />Type in your Email address to subscribe.</label><div class=\"ngl-form-input\"><input autocomplete=\"email\" class=\"ngl-form-input-text\" id=\"ngl_email\" name=\"ngl_email\" required=\"required\" style=\"border-radius: 21px;\" type=\"email\" /></div></div><button class=\"ngl-form-button\" style=\"background-color: #005075; border-color: #005075; border-width: 1px; border-style: solid; color: #ffffff; border-radius: 21px;\" type=\"submit\">Subscribe</button><p class=\"ngl-form-text\">We hate spam, too, and won&#8217;t give your email address to anyone <br />except Mailchimp to send out our Weekend Edition</p></div><div class=\"ngl-message-overlay\"><div class=\"ngl-message-svg-wrap\"><svg fill=\"none\" height=\"24\" stroke=\"#fff\" stroke-width=\"2\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><polyline points=\"20 6 9 17 4 12\"></polyline></svg></div><div class=\"ngl-message-overlay-text\">Thanks for subscribing.</div></div><input id=\"ngl_list_id\" name=\"ngl_list_id\" type=\"hidden\" value=\"26f81bd8ae\" /><input id=\"ngl_double_optin\" name=\"ngl_double_optin\" type=\"hidden\" value=\"yes\" /></form>\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\" />\n</section>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Sat, 17 May 2025 05:55:22 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:18:\"Birgit Pauli-Haack\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:46;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"Do The Woo Community: Why Contributor Day in Basel is a Must-Do\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://openchannels.fm/?post_type=blog&p=96961\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://openchannels.fm/why-contributor-day-in-basel-is-a-must-do/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:168:\"Contributor Day at WordCamp Europe 2025 is a community event on June 5th in Basel, Switzerland, encouraging contributions to the WordPress project for all skill levels.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 May 2025 07:41:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:47;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Matt: Jony Ive &amp;amp; Patrick Collison\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://ma.tt/?p=142505\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"https://ma.tt/2025/05/jony-ive/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:233:\"<p>A really beautiful interview.</p>\n\n\n\n<figure class=\"wp-block-embed alignwide is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n\n</div></figure>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 16 May 2025 00:08:37 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"Matt\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:48;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"Do The Woo Community: Lessons Learned From 15 Years of Building Complex WooCommerce Sites with Matt Schwartz\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://openchannels.fm/?p=96975\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:111:\"https://openchannels.fm/lessons-learned-from-15-years-of-building-complex-woocommerce-sites-with-matt-schwartz/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:241:\"In Woo AgencyChat, host Robert Jacobi chats with Matt Schwartz from Inspry about their journeys in WordPress, WooCommerce insights, lessons in agency growth, and the importance of educating clients on Woo\'s capabilities and responsibilities.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 May 2025 08:57:52 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Bob Dunn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:49;a:6:{s:4:\"data\";s:21:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:2:{s:0:\"\";a:5:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"Weston Ruter: A Decade as a Core Committer: My WordPress Contribution History\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"https://weston.ruter.net/?p=34264\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:99:\"https://weston.ruter.net/2025/05/14/a-decade-as-a-core-committer-my-wordpress-contribution-history/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:24390:\"<p><strong>Next Tuesday is my 10-year anniversary of <a href=\"https://make.wordpress.org/core/2015/05/20/new-committers-for-4-3/\">becoming a WordPress core committer</a> back on May 20, 2015.</strong></p>\n\n\n\n<p>This post is somewhat of a résumé for my contributions to the WordPress project. I <a href=\"https://weston.ruter.net/2018/09/19/becoming-a-googler/\">joined Google</a> in 2018 to work full time on WordPress. After 6½ years, my sponsored contributor position there has been eliminated. I&#8217;m hoping to continue contributing the majority of my time to WordPress at another company that also cares for the health of the open web and the democratization of publishing.</p>\n\n\n\n<p>Thanks to Peter Wilson for his useful <a href=\"https://peterwilson.cc/wordpress-contribution-history/\">WordPress Core Contribution History</a> tool, I used it to <a href=\"https://peterwilson.cc/wordpress-contribution-history/?wp-credit-history-username=westonruter\">look up my contribution history</a>:</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>@westonruter is a core contributor to 32 WordPress releases </p>\n</blockquote>\n\n\n\n<details class=\"wp-block-details is-layout-flow wp-block-details-is-layout-flow\">Full contribution history credits table\n<p class=\"has-small-font-size\">Note that Peter told me that the Credits API only goes back to WordPress 3.2, so that&#8217;s why it&#8217;s the first release listed. I&#8217;ve omitted the empty rows from 3.2 to 3.6 in which I wasn&#8217;t listed in the credits.</p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th class=\"has-text-align-left\">Version</th><th class=\"has-text-align-left\">Title</th></tr></thead><tbody><tr><td class=\"has-text-align-left\">3.7</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">3.8</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">3.9</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.0</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.1</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.2</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.3</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.4</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.5</td><td class=\"has-text-align-left\">Contributing Developer</td></tr><tr><td class=\"has-text-align-left\">4.6</td><td class=\"has-text-align-left\">Core Developer</td></tr><tr><td class=\"has-text-align-left\">4.7</td><td class=\"has-text-align-left\">Core Developer</td></tr><tr><td class=\"has-text-align-left\">4.8</td><td class=\"has-text-align-left\">Core Developer</td></tr><tr><td class=\"has-text-align-left\">4.9</td><td class=\"has-text-align-left\">Release Lead</td></tr><tr><td class=\"has-text-align-left\">5.0</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.1</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.2</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.3</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.4</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.5</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.6</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.7</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.8</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">5.9</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.0</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.1</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.2</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.3</td><td class=\"has-text-align-left\">Noteworthy Contributor</td></tr><tr><td class=\"has-text-align-left\">6.4</td><td class=\"has-text-align-left\">Noteworthy Contributor</td></tr><tr><td class=\"has-text-align-left\">6.5</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.6</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.7</td><td class=\"has-text-align-left\">Core Contributor</td></tr><tr><td class=\"has-text-align-left\">6.8</td><td class=\"has-text-align-left\">Noteworthy Contributor</td></tr></tbody></table></figure>\n</details>\n\n\n\n<p>My first credited release was <a href=\"https://wordpress.org/news/2013/10/basie/\">WordPress 3.7</a>. However, I grepped core commits to find that my very first prop in changeset <a href=\"https://core.trac.wordpress.org/changeset/11567\">r11567</a> (on June 14, 2009) came before that as part of the <a href=\"https://wordpress.org/news/2009/07/wordpress-2-8-1/\">2.8.1 minor release</a>. While I had been building sites with WordPress since around 2006 (and even had a blog years earlier), this was a drive-by contribution, years before I started contributing heavily in 2013. My next prop came four years later in <a href=\"https://core.trac.wordpress.org/changeset/25580\">r25580</a> which is when I started contributing heavily. I&#8217;ve had credits in every major release since 3.7: thirty-two in all!</p>\n\n\n\n<p>Credits I&#8217;ve had include:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Core Contributor (18⨉)</li>\n\n\n\n<li>Contributing Developer (7⨉)</li>\n\n\n\n<li>Core Developer (3⨉)</li>\n\n\n\n<li>Noteworthy Contributor (3⨉)</li>\n\n\n\n<li>(co-)Release Lead (1⨉)</li>\n</ul>\n\n\n\n<p>I&#8217;ve made <a href=\"https://github.com/WordPress/wordpress-develop/commits?author=westonruter\">662 commits</a> to <code>trunk</code> and I&#8217;ve had props on <a href=\"https://github.com/search?q=repo%3AWordPress%2Fwordpress-develop+%2F%5Eprops.%2Bwestonruter%2F&amp;type=commits\">465 commits</a>:</p>\n\n\n\n<figure class=\"wp-block-image size-full wp-lightbox-container\"><img alt=\"Weston Ruter\'s WordPress Core Commit Contributions\" class=\"wp-image-34502\" height=\"848\" src=\"https://weston.ruter.net/wp-content/uploads/2025/05/weston-ruter-wordpress-core-commit-contributions.svg\" width=\"600\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p>I&#8217;ve also opened <a href=\"https://core.trac.wordpress.org/query?reporter=westonruter&amp;col=id&amp;col=summary&amp;col=status&amp;col=owner&amp;col=type&amp;col=priority&amp;col=milestone&amp;order=priority\">324 Trac tickets</a> and made <a href=\"https://wordpress.org/support/users/westonruter/\">4,935 topic replies</a> in the WordPress support forum.</p>\n\n\n\n<p>It all began in 2013 when I started contributing heavily to the <a href=\"https://make.wordpress.org/core/components/customize/\">Customize</a> component. My first major feature was <a href=\"https://make.wordpress.org/core/2014/01/28/widget-customizer-feature-as-plugin-merge-proposal/\">adding widgets to the Customizer</a>, and I continued contributing heavily to the Customizer through the end of 2017, around when <a href=\"https://wordpress.org/news/2017/11/tipton/\">WordPress 4.9</a> was released. Here are a few of my Make/Core posts (out of the <a href=\"https://make.wordpress.org/core/author/westonruter/\">35 posts</a> I&#8217;ve published) that highlight some of my work during this time:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://make.wordpress.org/core/2014/01/28/widget-customizer-feature-as-plugin-merge-proposal/\">Widget Customizer Feature-as-Plugin Merge Proposal</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2015/01/26/customizer-transactions-proposal/\">Proposal: Customizer Transactions</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/\">Selective Refresh in the Customizer</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2016/05/04/improving-setting-validation-in-the-customizer/\">Improving Setting Validation in the Customizer</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-formerly-transactions-merge-proposal/\">Customize Changesets (formerly Transactions) Merge Proposal</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2016/10/12/customize-changesets-technical-design-decisions/\">Customize Changesets Technical Design Decisions</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2017/10/22/code-editing-improvements-in-wordpress-4-9/\">Code Editing Improvements in WordPress 4.9</a></li>\n\n\n\n<li><a href=\"https://make.wordpress.org/core/2017/11/03/new-features-and-enhancements-with-customizer-changesets-in-4-9/\">New Features and Enhancements with Customizer Changesets in 4.9</a></li>\n</ul>\n\n\n\n<p>I also blogged a <a href=\"https://weston.ruter.net/2017/11/03/wordpress-4-9/\">recap</a> of co-leading the 4.9 release, and I <a href=\"https://weston.ruter.net/2017/12/06/presenting-wordpress-releases-at-state-of-the-word-2017/\">presented highlights from the 4.8 &amp; 4.9 releases</a> during <abbr title=\"State of the Word\">SotW</abbr> at WordCamp US 2017. My time working on the Customizer and the 4.9 release was sponsored by <a href=\"https://xwp.co/\">XWP</a>, where I was <abbr title=\"Chief Technology Officer\">CTO</abbr>.</p>\n\n\n\n<p>In that year, development on the Gutenberg project took off, and this coincided with a decline in direct contributions to WordPress core. Over that summer I also <a href=\"https://github.com/WordPress/gutenberg/graphs/contributors?from=5%2F20%2F2017&amp;to=7%2F30%2F2017#:~:text=westonruter-,westonruter,-%27s%20Commits\">started ramping up</a> on Gutenberg, but then I got the call to lead the 4.9 release and I had to leave Gutenberg behind. I focused instead on continuing to improve the Customizer among other aspects of WordPress core. However, once 4.9 was out the door, it became clear that the Customizer was not going to be a priority focus for the WordPress project going forward, with all efforts being put into Gutenberg. In fact, there was no major release of WordPress for more than a year until the Gutenberg project was ready for inclusion in <a href=\"https://wordpress.org/news/2018/12/bebo/\">WordPress 5.0</a>.</p>\n\n\n\n<p>Since I somewhat missed the boat on Gutenberg, and since new Customizer feature development was at an end, I pivoted in 2018 to work on something new: the <a href=\"https://github.com/ampproject/amp-wp/\">AMP plugin for WordPress</a>. (I also joined Google in Q4 2018.) This was largely my focus until I joined the <a href=\"https://make.wordpress.org/performance/\">WordPress Core Performance Team</a> in 2023. This was an interesting challenge to democratize performance for WordPress sites by leveraging the open source <a href=\"https://amp.dev/\">AMP web component framework</a>. Since AMP is a declarative framework, I implemented some interesting things like CSS tree shaking for all stylesheets used on a page and print them inline to eliminate a large source of render blocking. Ultimately, a lot of what I learned while working on the AMP plugin I could apply directly to our initiatives on the WordPress Core Performance Team. AMP was developed before Core Web Vitals (CWV), and <a href=\"https://blog.amp.dev/2019/05/21/contributing-back-lessons-learned-part-1/\">it contributed toward the development</a> of <abbr title=\"Largest Contentful Paint\">LCP</abbr>, <abbr title=\"Cumulative Layout Shift\">CLS</abbr>, and <abbr title=\"First Input Delay\">FID</abbr>. So now as opposed to working on ecosystem compatibility with the <a href=\"https://amp.dev/documentation/guides-and-tutorials/learn/spec/amphtml\">AMP HTML specification</a>, my performance work transitioned to improving CWV metrics.</p>\n\n\n\n<p>Some highlights from my work on the Core Performance Team:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Architected and led engineering of the <a href=\"https://github.com/WordPress/performance/blob/trunk/plugins/optimization-detective/docs/introduction.md\">Optimization Detective</a> plugin, including the dependent <a href=\"https://wordpress.org/plugins/image-prioritizer/\">Image Prioritizer</a> and <a href=\"https://wordpress.org/plugins/embed-optimizer/\">Embed Optimizer</a> plugins. By far this was (and is) my primary focus on the team. See my talk <a href=\"https://weston.ruter.net/2025/02/21/boosting-performance-with-optimization-detective/\">Boosting Performance with Optimization Detective</a> which I gave at WordCamp Asia 2025. More on this below.</li>\n\n\n\n<li>Identified and fixed an emoji loader performance problem (<a href=\"https://core.trac.wordpress.org/ticket/58472\">#58472</a>) that caused a long task during page load for lower-powered devices, which could cause a 100-200 ms delay in LCP for every page load.</li>\n\n\n\n<li>Collaborated on <a href=\"https://make.wordpress.org/core/2023/07/14/registering-scripts-with-async-and-defer-attributes-in-wordpress-6-3/\">launching script loading strategies</a> (<code>async</code> &amp; <code>defer</code>).</li>\n\n\n\n<li>Collaborated on developing the <a href=\"https://make.wordpress.org/core/2024/04/09/speculative-loading-in-wordpress/\">Speculative Loading feature plugin</a> and <a href=\"https://make.wordpress.org/core/2025/03/06/speculative-loading-in-6-8/\">landing in WordPress 6.8</a>.</li>\n\n\n\n<li>Managed <a href=\"https://github.com/WordPress/performance/releases\">Performance Lab releases</a> and led development of the plugin.</li>\n\n\n\n<li>Improved Interactivity API to <a href=\"https://github.com/WordPress/gutenberg/issues/58225\">prevent causing a long task</a> at hydration.</li>\n\n\n\n<li><a href=\"https://github.com/GoogleChromeLabs/wpp-research/issues?q=author%3Awestonruter\">Contributed to wpp-research</a> to improve benchmarking performance changes in WordPress and analyzing data from WP pages indexed by HTTP Archive.</li>\n</ul>\n\n\n\n<p>Note that, on the Core Performance Team, my core commit contributions didn&#8217;t more significantly increase in 2023 in the chart above since my <a href=\"https://github.com/WordPress/performance/graphs/contributors#:~:text=westonruter-,westonruter,-%27s%20Commits\">commit activity</a> was focused on the WordPress/performance repo: </p>\n\n\n\n<figure class=\"wp-block-image size-full wp-lightbox-container\"><img alt=\"Weston Ruter\'s Commits to the WordPress/performance repo\" class=\"wp-image-34505\" height=\"491\" src=\"https://weston.ruter.net/wp-content/uploads/2025/05/westonruter-wordpress-performance-commits.svg\" width=\"793\" /><button class=\"lightbox-trigger\" type=\"button\">\n			<svg fill=\"none\" height=\"12\" viewBox=\"0 0 12 12\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\">\n				<path d=\"M2 0a2 2 0 0 0-2 2v2h1.5V2a.5.5 0 0 1 .5-.5h2V0H2Zm2 10.5H2a.5.5 0 0 1-.5-.5V8H0v2a2 2 0 0 0 2 2h2v-1.5ZM8 12v-1.5h2a.5.5 0 0 0 .5-.5V8H12v2a2 2 0 0 1-2 2H8Zm2-12a2 2 0 0 1 2 2v2h-1.5V2a.5.5 0 0 0-.5-.5H8V0h2Z\" fill=\"#fff\">\n			</svg>\n		</button></figure>\n\n\n\n<p>The loss of my sponsorship from Google to work on WordPress performance at this moment hits the hardest because the Optimization Detective project is just starting to show real fruit. The plugin now has 40,000+ active installs with the dependent plugins Image Prioritizer and Embed Optimizer each having 40,000+ and 30,000+ active installs, respectively. As of March 2025, there were almost 18,000 URLs in HTTP Archive which had Image Prioritizer active at the time of crawling. The week I lost my position, I was <a href=\"https://github.com/GoogleChromeLabs/wpp-research/pull/178\">analyzing</a> those URLs to see how accurate Image Prioritizer was at applying optimizations. I still intend to publish a post with all of the data, but the accuracy of the optimizations was looking quite promising.</p>\n\n\n\n<p>When WordPress core adds <code>fetchpriority=high</code> to an <code>IMG</code>, I found that this was the LCP element only ~23% of the time. With Image Prioritizer&#8217;s use of client-side detection and <code>fetchpriority=high</code> preload links with media queries, the prioritization accuracy more than doubled to ~50%. Furthermore, when WordPress core adds <code>fetchpriority=high</code> to an <code>IMG</code>, this element is only in the viewport ~60% of the time, but with Image Prioritizer this increases to ~78%. I also found large improvements (&gt;10%) to the accuracy of adding <code>loading=lazy</code> to images that only appear outside the viewport. Here is some of the provisional accuracy data:</p>\n\n\n\n<figure class=\"wp-block-table alignwide is-style-stripes\"><table><thead><tr><th><strong>Optimization</strong></th><th><strong>Original Mobile</strong></th><th><strong>Optimized Mobile</strong></th><th><strong>Original Desktop</strong></th><th><strong>Optimized Desktop</strong></th></tr></thead><tbody><tr><td>LCP image prioritized</td><td>24.2%</td><td>50.3%</td><td>22.4%</td><td>49.1%</td></tr><tr><td><code>IMG</code> with <code>high</code> fetch priority only in viewport</td><td>53.9%</td><td>75.2%</td><td>66.4%</td><td>81.5%</td></tr><tr><td><abbr title=\"Image Prioritizer\">IP</abbr>-prioritized image in viewport</td><td>n/a</td><td>90.9%</td><td>n/a</td><td>93.3%</td></tr><tr><td>Lazy loaded <code>IMG</code> not in viewport</td><td>79.8%</td><td>91.1%</td><td>71.5%</td><td>86.1%</td></tr></tbody></table></figure>\n\n\n\n<p>In terms of the performance impact of this improved accuracy in applying image prioritization optimizations, I looked at the difference in LCP with and without the optimizations applied while also subtracting the TTFB (i.e. &#8220;LCP-TTFB&#8221;) since my analysis script intentionally busts any page caching. When the LCP element is an image, the LCP-TTFB results were as follows:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Average diff time for mobile: -1157.6ms (-7.7%)</li>\n\n\n\n<li><strong>Median diff time for mobile: -138.7ms (-2.7%)</strong></li>\n\n\n\n<li>Average diff time for desktop: -174.0ms (-2.3%)</li>\n\n\n\n<li><strong>Median diff time for desktop: -65.9ms (-4.9%)</strong></li>\n</ul>\n\n\n\n<p>I was beginning to analyze cases for why Image Prioritizer was “only” prioritizing the LCP image with ~50% accuracy, and I was finding some bugs and low-hanging fruit to increase the accuracy yet higher. When the LCP element was an image that was prioritized correctly, the LCP-TTFB results were as follows:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Average diff time for mobile: -1949.2ms (-17.3%)</li>\n\n\n\n<li><strong>Median diff time for mobile: -654.1ms (-11.1%)</strong></li>\n\n\n\n<li>Average diff time for desktop: -298.5ms (-8.3%)</li>\n\n\n\n<li><strong>Median diff time for desktop: -136.8ms (-10.4%)</strong></li>\n</ul>\n\n\n\n<p>These are significant improvements. </p>\n\n\n\n<p>Now as the WordPress project is facing a sharp drop-off in corporate contributions, I&#8217;m hoping to find a sustainable way for me to continue devoting a significant amount of my time to WordPress, perhaps in part via <a href=\"https://github.com/sponsors/westonruter\">GitHub sponsorship</a> (which I&#8217;m new to). I&#8217;ll be open to starting a new position after the June 15th termination date for my job at Google, as I&#8217;m currently on “garden leave”.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\" />\n\n\n\n<p>Where I&#8217;ve posted about this:</p>\n\n\n\n<ul class=\"wp-block-social-links is-layout-flex wp-block-social-links-is-layout-flex\"><li class=\"wp-social-link wp-social-link-bluesky  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://bsky.app/profile/weston.ruter.net/post/3lp6qguatyc25\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M6.3,4.2c2.3,1.7,4.8,5.3,5.7,7.2.9-1.9,3.4-5.4,5.7-7.2,1.7-1.3,4.3-2.2,4.3.9s-.4,5.2-.6,5.9c-.7,2.6-3.3,3.2-5.6,2.8,4,.7,5.1,3,2.9,5.3-5,5.2-6.7-2.8-6.7-2.8,0,0-1.7,8-6.7,2.8-2.2-2.3-1.2-4.6,2.9-5.3-2.3.4-4.9-.3-5.6-2.8-.2-.7-.6-5.3-.6-5.9,0-3.1,2.7-2.1,4.3-.9h0Z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Bluesky</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-linkedin  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://www.linkedin.com/posts/westonruter_a-decade-as-a-core-committer-my-wordpress-activity-7328646530603634688-dIBE/\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M19.7,3H4.3C3.582,3,3,3.582,3,4.3v15.4C3,20.418,3.582,21,4.3,21h15.4c0.718,0,1.3-0.582,1.3-1.3V4.3 C21,3.582,20.418,3,19.7,3z M8.339,18.338H5.667v-8.59h2.672V18.338z M7.004,8.574c-0.857,0-1.549-0.694-1.549-1.548 c0-0.855,0.691-1.548,1.549-1.548c0.854,0,1.547,0.694,1.547,1.548C8.551,7.881,7.858,8.574,7.004,8.574z M18.339,18.338h-2.669 v-4.177c0-0.996-0.017-2.278-1.387-2.278c-1.389,0-1.601,1.086-1.601,2.206v4.249h-2.667v-8.59h2.559v1.174h0.037 c0.356-0.675,1.227-1.387,2.526-1.387c2.703,0,3.203,1.779,3.203,4.092V18.338z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">LinkedIn</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-twitter  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://x.com/westonruter/status/1922880900351582713\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M22.23,5.924c-0.736,0.326-1.527,0.547-2.357,0.646c0.847-0.508,1.498-1.312,1.804-2.27 c-0.793,0.47-1.671,0.812-2.606,0.996C18.324,4.498,17.257,4,16.077,4c-2.266,0-4.103,1.837-4.103,4.103 c0,0.322,0.036,0.635,0.106,0.935C8.67,8.867,5.647,7.234,3.623,4.751C3.27,5.357,3.067,6.062,3.067,6.814 c0,1.424,0.724,2.679,1.825,3.415c-0.673-0.021-1.305-0.206-1.859-0.513c0,0.017,0,0.034,0,0.052c0,1.988,1.414,3.647,3.292,4.023 c-0.344,0.094-0.707,0.144-1.081,0.144c-0.264,0-0.521-0.026-0.772-0.074c0.522,1.63,2.038,2.816,3.833,2.85 c-1.404,1.1-3.174,1.756-5.096,1.756c-0.331,0-0.658-0.019-0.979-0.057c1.816,1.164,3.973,1.843,6.29,1.843 c7.547,0,11.675-6.252,11.675-11.675c0-0.178-0.004-0.355-0.012-0.531C20.985,7.47,21.68,6.747,22.23,5.924z\"></path></svg><span class=\"wp-block-social-link-label screen-reader-text\">Twitter</span></a></li>\n\n<li class=\"wp-social-link wp-social-link-mastodon  wp-block-social-link\"><a class=\"wp-block-social-link-anchor\" href=\"https://mastodon.social/@westonruter/114510103143042471\"><svg height=\"24\" version=\"1.1\" viewBox=\"0 0 24 24\" width=\"24\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M23.193 7.879c0-5.206-3.411-6.732-3.411-6.732C18.062.357 15.108.025 12.041 0h-.076c-3.068.025-6.02.357-7.74 1.147 0 0-3.411 1.526-3.411 6.732 0 1.192-.023 2.618.015 4.129.124 5.092.934 10.109 5.641 11.355 2.17.574 4.034.695 5.535.612 2.722-.15 4.25-.972 4.25-.972l-.09-1.975s-1.945.613-4.129.539c-2.165-.074-4.449-.233-4.799-2.891a5.499 5.499 0 0 1-.048-.745s2.125.52 4.817.643c1.646.075 3.19-.097 4.758-.283 3.007-.359 5.625-2.212 5.954-3.905.517-2.665.475-6.507.475-6.507zm-4.024 6.709h-2.497V8.469c0-1.29-.543-1.944-1.628-1.944-1.2 0-1.802.776-1.802 2.312v3.349h-2.483v-3.35c0-1.536-.602-2.312-1.802-2.312-1.085 0-1.628.655-1.628 1.944v6.119H4.832V8.284c0-1.289.328-2.313.987-3.07.68-.758 1.569-1.146 2.674-1.146 1.278 0 2.246.491 2.886 1.474L12 6.585l.622-1.043c.64-.983 1.608-1.474 2.886-1.474 1.104 0 1.994.388 2.674 1.146.658.757.986 1.781.986 3.07v6.304z\"></svg><span class=\"wp-block-social-link-label screen-reader-text\">Mastodon</span></a></li></ul>\n<p>The post <a href=\"https://weston.ruter.net/2025/05/14/a-decade-as-a-core-committer-my-wordpress-contribution-history/\">A Decade as a Core Committer: My WordPress Contribution History</a> appeared first on <a href=\"https://weston.ruter.net\">Weston Ruter</a>.</p>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 15 May 2025 00:38:13 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:12:\"Weston Ruter\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 12 Jun 2025 06:27:10 GMT\";s:12:\"content-type\";s:8:\"text/xml\";s:13:\"last-modified\";s:29:\"Thu, 12 Jun 2025 06:00:19 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:16:\"content-encoding\";s:4:\"gzip\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";s:4:\"x-nc\";s:9:\"HIT ord 1\";}}s:5:\"build\";i:1727716820;s:21:\"cache_expiration_time\";i:1749752830;s:23:\"__cache_expiration_time\";i:1749752830;}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(881, '_transient_timeout_dash_v2_88ae138922fe95674369b1cb3d215a2b', '1749752830', 'off'),
(882, '_transient_dash_v2_88ae138922fe95674369b1cb3d215a2b', '<div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/06/wceu-2025-a-community-celebration-in-the-swiss-sun/\'>WCEU 2025: A Community Celebration in the Swiss Sun</a></li><li><a class=\'rsswidget\' href=\'https://wordpress.org/news/2025/05/announcing-the-formation-of-the-wordpress-ai-team/\'>Announcing the Formation of the WordPress AI Team</a></li></ul></div><div class=\"rss-widget\"><ul><li><a class=\'rsswidget\' href=\'https://wptavern.com/podcast/172-reyes-martinez-and-hector-de-prada-on-website-maintenance-for-wordpress-agencies-and-freelancers\'>WPTavern: #172 – Reyes Martínez and Héctor De Prada on Website Maintenance for WordPress Agencies and Freelancers</a></li><li><a class=\'rsswidget\' href=\'https://openchannels.fm/rebrand-amplifying-with-the-open-source-reach-show/\'>Do The Woo Community: Rebrand: Amplifying with the Open Source Reach Show</a></li><li><a class=\'rsswidget\' href=\'https://openchannels.fm/thanks-to-the-repository-for-sharing-our-next-chapter/\'>Do The Woo Community: Thanks to The Repository for Sharing Our Next Chapter</a></li></ul></div>', 'off'),
(919, '_transient_timeout_astra-theme-cron-test-ok', '1749727933', 'off'),
(921, '_transient_astra-theme-cron-test-ok', '1', 'off'),
(924, '_site_transient_timeout_wp_theme_files_patterns-6c308583fb921e3934ec8e28be77b7f7', '1749726169', 'off'),
(925, '_site_transient_wp_theme_files_patterns-6c308583fb921e3934ec8e28be77b7f7', 'a:2:{s:7:\"version\";s:6:\"4.11.2\";s:8:\"patterns\";a:0:{}}', 'off'),
(928, '_elementor_assets_data', 'a:1:{s:3:\"svg\";a:1:{s:9:\"font-icon\";a:18:{s:8:\"fas-film\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:1092:\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\";s:3:\"key\";s:8:\"fas-film\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"far-calendar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:269:\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\";s:3:\"key\";s:12:\"far-calendar\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"fas-user-friends\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:503:\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\";s:3:\"key\";s:16:\"fas-user-friends\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-book-open\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:453:\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\";s:3:\"key\";s:13:\"fas-book-open\";}s:7:\"version\";s:6:\"5.15.3\";}s:12:\"fab-facebook\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:264:\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\";s:3:\"key\";s:12:\"fab-facebook\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-twitter\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:791:\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\";s:3:\"key\";s:11:\"fab-twitter\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fab-instagram\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:922:\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\";s:3:\"key\";s:13:\"fab-instagram\";}s:7:\"version\";s:6:\"5.15.3\";}s:11:\"fab-youtube\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:470:\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\";s:3:\"key\";s:11:\"fab-youtube\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"fas-mail-bulk\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:606:\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\";s:3:\"key\";s:13:\"fas-mail-bulk\";}s:7:\"version\";s:6:\"5.15.3\";}s:13:\"far-copyright\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:704:\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\";s:3:\"key\";s:13:\"far-copyright\";}s:7:\"version\";s:6:\"5.15.3\";}s:17:\"fas-align-justify\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:448;s:6:\"height\";i:512;s:4:\"path\";s:372:\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\";s:3:\"key\";s:17:\"fas-align-justify\";}s:7:\"version\";s:6:\"5.15.3\";}s:16:\"far-window-close\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:523:\"M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z\";s:3:\"key\";s:16:\"far-window-close\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-check\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:274:\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\";s:3:\"key\";s:9:\"fas-check\";}s:7:\"version\";s:6:\"5.15.3\";}s:10:\"fas-camera\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"path\";s:342:\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\";s:3:\"key\";s:10:\"fas-camera\";}s:7:\"version\";s:6:\"5.15.3\";}s:23:\"fab-creative-commons-by\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:496;s:6:\"height\";i:512;s:4:\"path\";s:499:\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\";s:3:\"key\";s:23:\"fab-creative-commons-by\";}s:7:\"version\";s:6:\"5.15.3\";}s:18:\"fas-graduation-cap\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"path\";s:614:\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\";s:3:\"key\";s:18:\"fas-graduation-cap\";}s:7:\"version\";s:6:\"5.15.3\";}s:19:\"fas-comments-dollar\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:576;s:6:\"height\";i:512;s:4:\"path\";s:1238:\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\";s:3:\"key\";s:19:\"fas-comments-dollar\";}s:7:\"version\";s:6:\"5.15.3\";}s:9:\"fas-times\";a:2:{s:7:\"content\";a:4:{s:5:\"width\";i:352;s:6:\"height\";i:512;s:4:\"path\";s:415:\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\";s:3:\"key\";s:9:\"fas-times\";}s:7:\"version\";s:6:\"5.15.3\";}}}}', 'auto');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(936, 'pmpro_addons', 'a:113:{i:0;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Abandoned Cart Recovery\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Abandoned Cart Recovery\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/abandoned-cart-recovery/\";s:4:\"Slug\";s:29:\"pmpro-abandoned-cart-recovery\";s:6:\"plugin\";s:63:\"pmpro-abandoned-cart-recovery/pmpro-abandoned-cart-recovery.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:109:\"Recover lost revenue by capturing abandoned carts and following up with customers to complete their purchase.\";s:12:\"Installation\";s:237:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-abandoned-cart-recovery</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:335:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-abandoned-cart-recovery/issues\">https://github.com/strangerstudios/pmpro-abandoned-cart-recovery/issues</a></p>\";s:9:\"Changelog\";s:76:\"<h4>Changelog</h4><p>0.1 - 2024-12-24</p><ul>\n<li>Initial release</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:87:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-abandoned-cart-recovery.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:23:\"Abandoned Cart Recovery\";}i:1;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Add Member From Admin\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Add Member From Admin\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/add-member-admin-add-on/\";s:4:\"Slug\";s:22:\"pmpro-add-member-admin\";s:6:\"plugin\";s:49:\"pmpro-add-member-admin/pmpro-add-member-admin.php\";s:7:\"Version\";s:5:\"0.7.2\";s:11:\"Description\";s:48:\"Allow admins to add members in the WP dashboard.\";s:12:\"Installation\";s:502:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-add-member-admin</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to Memberships -&gt; Add Member to add a new member.</li>\n<li>When viewing the member\'s list or user\'s list in the dashboard a \"+ order\" link will show up under the username that can be used to add a new order for an existing user through the same form.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:523:\"<h4>Changelog</h4><p>0.7.2 - 2024-01-25</p><ul>\n<li>SECURITY: Improved sanitization and escaping throughout the plugin. #56 (@JarrydLong)</li>\n<li>ENHANCEMENT: Added a link to the Edit Member page if using PMPro v3.0+. #60 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: Added some missing email template variables to the \"add member added admin\" email. #55 (@andrewlimaza)</li>\n<li>BUG FIX/ENHANCEMENT: Marking plugin as incompatible with Multiple Memberships Per User for the PMPro v3.0 update. #59 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-add-member-admin.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:21:\"Add Member From Admin\";}i:2;a:16:{s:4:\"Name\";s:43:\"Paid Memberships Pro - Add Name to Checkout\";s:5:\"Title\";s:43:\"Paid Memberships Pro - Add Name to Checkout\";s:9:\"PluginURI\";s:75:\"https://www.paidmembershipspro.com/add-ons/add-first-last-name-to-checkout/\";s:4:\"Slug\";s:26:\"pmpro-add-name-to-checkout\";s:6:\"plugin\";s:57:\"pmpro-add-name-to-checkout/pmpro-add-name-to-checkout.php\";s:7:\"Version\";s:5:\"0.7.1\";s:11:\"Description\";s:97:\"Adds first and last name fields to the user account section at checkout for Paid Memberships Pro.\";s:12:\"Installation\";s:272:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-add-name-to-checkout</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:575:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-add-name-to-checkout/issues\">https://github.com/strangerstudios/pmpro-add-name-to-checkout/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:490:\"<h4>Changelog</h4><p>0.7.1 - 2025-03-05</p><ul>\n<li>ENHANCEMENT: Now showing the first and last name fields on the same line at checkout. #37 (@kimcoleman)</li>\n<li>ENHANCEMENT: Localized the \"Your Name\" string for French. #42 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX/ENHANCEMENT: Improved the logic to highlight the first and last name fields if they are required but not filled out. #38 (@dwanjuki)</li>\n<li>BUG FIX: Fixed an incorrect textdomain at checkout. #39 (@mircobabini)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:87:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-add-name-to-checkout.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:20:\"Add Name to Checkout\";}i:3;a:16:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Add PayPal Express Add On\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Add PayPal Express Add On\";s:9:\"PluginURI\";s:84:\"https://www.paidmembershipspro.com/add-ons/pmpro-add-paypal-express-option-checkout/\";s:4:\"Slug\";s:24:\"pmpro-add-paypal-express\";s:6:\"plugin\";s:53:\"pmpro-add-paypal-express/pmpro-add-paypal-express.php\";s:7:\"Version\";s:3:\"0.7\";s:11:\"Description\";s:49:\"Add PayPal Express as a Second Option at Checkout\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:86:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-add-paypal-express.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:18:\"Add PayPal Express\";}i:4;a:16:{s:4:\"Name\";s:37:\"Paid Memberships Pro - Addon Packages\";s:5:\"Title\";s:37:\"Paid Memberships Pro - Addon Packages\";s:9:\"PluginURI\";s:82:\"https://www.paidmembershipspro.com/add-ons/pmpro-purchase-access-to-a-single-page/\";s:4:\"Slug\";s:20:\"pmpro-addon-packages\";s:6:\"plugin\";s:45:\"pmpro-addon-packages/pmpro-addon-packages.php\";s:7:\"Version\";s:5:\"0.9.1\";s:11:\"Description\";s:95:\"Sell members-only access to individual pages or posts, or sell a la carte items for a flat fee.\";s:12:\"Installation\";s:280:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-addon-packages</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit a post or page to set a price for it.</li>\n</ol>\";s:3:\"FAQ\";s:810:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-addon-packages/issues\">https://github.com/strangerstudios/pmpro-addon-packages/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\n<p>Please Note: This plugin is meant as a temporary solution. Most updates and fixes will be reserved for when this functionality is built into Paid Memberships Pro. We may not fix the pmpro-addon-packages plugin itself unless it is critical.</p>\";s:9:\"Changelog\";s:381:\"<h4>Changelog</h4><p>0.9.1 - 2025-04-01</p><ul>\n<li>ENHANCEMENT: Added filter <code>pmproap_supported_file_types</code> to the shortcode output so that these items may be listed. (@misfist, @andrewlimaza)</li>\n<li>ENHANCEMENT: Added filter <code>pmproap_shortcode_query_args</code> to the shortcode so the query may be tweaked as needed programmatically. (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-addon-packages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:14:\"Addon Packages\";}i:5;a:16:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Address For Free Levels Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Address For Free Levels Add On\";s:9:\"PluginURI\";s:92:\"https://www.paidmembershipspro.com/add-ons/capture-name-address-free-levels-offsite-gateway/\";s:4:\"Slug\";s:29:\"pmpro-address-for-free-levels\";s:6:\"plugin\";s:63:\"pmpro-address-for-free-levels/pmpro-address-for-free-levels.php\";s:7:\"Version\";s:3:\"0.5\";s:11:\"Description\";s:66:\"Show address fields for free levels also with Paid Memberships Pro\";s:12:\"Installation\";s:237:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-address-for-free-levels</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:830:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-address-for-free-levels/issues\">https://github.com/strangerstudios/pmpro-address-for-free-levels/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\n<p>Please Note: This plugin is meant as a temporary solution. Most updates and fixes will be reserved for when this functionality is built into Paid Memberships Pro. We may not fix the pmpro-addon-packages plugin itself unless it is critical.</p>\";s:9:\"Changelog\";s:363:\"<h4>Changelog</h4><p>0.5 - 2021-08-03</p><ul>\n<li>ENHANCEMENT: Strings wrapped for localization.</li>\n<li>BUG FIX/ENHANCEMENT: Fixed issue where the \"Billing\" label in the heading wasn\'t being hidden properly for free levels.</li>\n<li>BUG FIX: Fixed issues with session handling when using PayPal Express/etc. Fields were not being saved on some sites.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:87:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-address-for-free-levels.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:23:\"Address For Free Levels\";}i:6;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Advanced Levels Page Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Advanced Levels Page Add On\";s:9:\"PluginURI\";s:75:\"https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/\";s:4:\"Slug\";s:31:\"pmpro-advanced-levels-shortcode\";s:6:\"plugin\";s:67:\"pmpro-advanced-levels-shortcode/pmpro-advanced-levels-shortcode.php\";s:7:\"Version\";s:3:\"1.2\";s:11:\"Description\";s:106:\"Build a beautiful membership levels page for Paid Memberships Pro using a customizable block or shortcode.\";s:12:\"Installation\";s:615:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-advanced-levels</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Replace the [pmpro_levels] shortcode on your site with the Advanced Levels Page block or [pmpro_advanced_levels] shortcode.</li>\n</ol>\n<p>For more information about block settings and shortcode attributes, see the documentation here:\n<a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/\">https://www.paidmembershipspro.com/add-ons/pmpro-advanced-levels-shortcode/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:150:\"<h4>Changelog</h4><p>1.2 - 2024-07-18</p><ul>\n<li>ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #73 (@kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:93:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-advanced-levels-shortcode.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:20:\"Advanced Levels Page\";}i:7;a:16:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Affiliates Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Affiliates Add On\";s:9:\"PluginURI\";s:80:\"https://www.paidmembershipspro.com/add-ons/pmpro-lightweight-affiliate-tracking/\";s:4:\"Slug\";s:16:\"pmpro-affiliates\";s:6:\"plugin\";s:37:\"pmpro-affiliates/pmpro-affiliates.php\";s:7:\"Version\";s:3:\"0.7\";s:11:\"Description\";s:82:\"Create affiliate accounts with unique referrer URLs to track membership checkouts.\";s:12:\"Installation\";s:741:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-affiliates</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Manage affiliates through the \"affiliates\" admin page added under Memberships.</li>\n<li>Affiliate URLs will look like <a href=\"http://site.com/?pa=AFFILIATECODE\">http://site.com/?pa=AFFILIATECODE</a></li>\n<li>You can add a \"subid\" to the URL on the fly for more granular tracking <a href=\"http://site.com/?pa=AFFILIATECODE&amp;subid=TEST1\">http://site.com/?pa=AFFILIATECODE&amp;subid=TEST1</a></li>\n<li>Create a page with the [pmpro_affiliates_report] shortcode and direct your affiliate users to that page.</li>\n</ol>\";s:3:\"FAQ\";s:555:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-affiliates/issues\">https://github.com/strangerstudios/pmpro-affiliates/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:792:\"<h4>Changelog</h4><p>0.7 - 2025-04-09</p><ul>\n<li>ENHANCEMENT: Improved frontend styling for PMPro V3.1+. Includes updates to overall CSS classes used. (@kimcoleman)</li>\n<li>ENHANCEMENT: Added frontend \"show_conversion_table\" attribute to the report shortcode. Allowing affiliates to see their commission rate, visits and conversion rate percentage. (@andrewlimaza)</li>\n<li>ENHANCEMENT: Now defaults to 5% as the commission rate when creating a new affiliate. New filter added <code>pmpro_affiliate_default_commission_rate</code> (@andrewlimaza)</li>\n<li>REFACTOR: General code improvements to shortcode attributes that expect boolean values ( @andrewlimaza)</li>\n<li>BUG FIX: Fixed an issue where recurring orders were not being tracked correctly for affiliates. #60 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-affiliates.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:10:\"Affiliates\";}i:8;a:16:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Akismet Integration\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Akismet Integration\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/pmpro-akismet/\";s:4:\"Slug\";s:13:\"pmpro-akismet\";s:6:\"plugin\";s:31:\"pmpro-akismet/pmpro-akismet.php\";s:7:\"Version\";s:3:\"1.1\";s:11:\"Description\";s:86:\"Protect your membership site from checkout spam with Akismet and Paid Memberships Pro.\";s:12:\"Installation\";s:1545:\"<p>Installation</p><p>Note: You must have <a href=\"https://wordpress.org/plugins/paid-memberships-pro/\">Paid Memberships Pro</a> and <a href=\"https://wordpress.org/plugins/akismet/\">Akismet</a> installed and activated on your site.</p>\n<h3>Install PMPro Akismet from within WordPress</h3>\n<ol>\n<li>Make sure Paid Memberships Pro is active.</li>\n<li>Visit Memberships &gt; Add Ons</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - Akismet Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro Akismet Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-akismet</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - Akismet Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: How to Use</h3>\n<p>This plugin relies on the settings you have configured within the main Akismet plugin.</p>\n<p>Navigate to Settings &gt; Akismet Anti-Spam to configure your general Akismet settings.</p>\n<p>PMPro Akismet will automatically detect spam at checkout and prevent submissions if they are considered spam. If you have enabled the setting to \"Display a privacy notice under your comment forms,\" this message will also display on your membership checkout page.</p>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-akismet/\">https://www.paidmembershipspro.com/add-ons/pmpro-akismet/</a>.</p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:732:\"<h4>Changelog</h4><p>1.1 - 2024-08-12</p><ul>\n<li>FEATURE: Now only blocking \"definite\" spam. For \"likely spam\", users are prompted to checkout again.</li>\n<li>ENHANCEMENT: Now always tracking likely spam responses from Akismet as \"spam activity\" for the PMPro spam blocker. Folks testing cards on checkout pages are blocked twice as fast now.</li>\n<li>ENHANCEMENT: You can use the <code>pmpro_akismet_threshold</code> filter and have it return 1 instead of 2 to use the stricter rules where all likely spam is treated as spam and blocked.</li>\n<li>ENHANCEMENT/BUG FIX: Fixed formatting of the Akismet link if shown via the <code>pmpro_akismet_checkout_privacy_notice</code> filter. Have that return \'display\' to display.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:71:\"https://license.paidmembershipspro.com/downloads/free/pmpro-akismet.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:19:\"Akismet Integration\";}i:9;a:16:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Approvals Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Approvals Add On\";s:9:\"PluginURI\";s:71:\"https://www.paidmembershipspro.com/add-ons/approval-process-membership/\";s:4:\"Slug\";s:15:\"pmpro-approvals\";s:6:\"plugin\";s:35:\"pmpro-approvals/pmpro-approvals.php\";s:7:\"Version\";s:5:\"1.6.4\";s:11:\"Description\";s:75:\"Grants administrators the ability to approve/deny memberships after signup.\";s:12:\"Installation\";s:1053:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-approvals/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>How to Use</p><ol>\n<li>To set a level\'s approval requirements, edit your membership level and adjust the settings under \"Approval Settings\".</li>\n<li>To process membership approvals, navigate to the Approvals Dashboard under Memberships &gt; Approvals.</li>\n<li>To customize the emails related to this plugin, navigate to Memberships &gt; Settings &gt; Email Templates in the WordPress admin.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/approval-process-membership/\">https://www.paidmembershipspro.com/add-ons/approval-process-membership/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:321:\"<h4>Changelog</h4><p>1.6.4 - 2025-04-15</p><ul>\n<li>BUG FIX: Fixed an error when viewing the Approvals settings page without any level configured for approval. (@dwanjuki)</li>\n<li>BUG FIX: Fixed an issue when a member changed their membership level and the approval meta was not correctly cleared. (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-approvals.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:9:\"Approvals\";}i:10;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Auto-Renewal Checkbox\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Auto-Renewal Checkbox\";s:9:\"PluginURI\";s:85:\"https://www.paidmembershipspro.com/add-ons/auto-renewal-checkbox-membership-checkout/\";s:4:\"Slug\";s:27:\"pmpro-auto-renewal-checkbox\";s:6:\"plugin\";s:59:\"pmpro-auto-renewal-checkbox/pmpro-auto-renewal-checkbox.php\";s:7:\"Version\";s:5:\"0.4.1\";s:11:\"Description\";s:55:\"Make auto-renewal optional at checkout with a checkbox.\";s:12:\"Installation\";s:307:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-auto-renewal-checkbox</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit your membership levels and set the \"Auto Renewal\" options for each level.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:185:\"<h4>Changelog</h4><p>0.4.1 - 2025-02-10</p><ul>\n<li>BUG FIX: Fixed a fatal error when this plugin was activated alongside PMPro Subscription Delays v0.6+. #39 (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:89:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-auto-renewal-checkbox.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:21:\"Auto-Renewal Checkbox\";}i:11;a:16:{s:4:\"Name\";s:36:\"Paid Memberships Pro - AvaTax Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - AvaTax Add On\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/avalara-avatax-integration\";s:4:\"Slug\";s:12:\"pmpro-avatax\";s:6:\"plugin\";s:29:\"pmpro-avatax/pmpro-avatax.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:74:\"Integrate with Avalara AvaTax for automated sales and use tax calculation.\";s:12:\"Installation\";s:889:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n<li>You must have a <a href=\"https://www.avalara.com\">subscription with Avalara</a> to use this service.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-avatax/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>Settings</p><ol>\n<li>Navigate to Memberships &gt; AvaTax in the WordPress admin.</li>\n<li>Complete the fields in the \"Credentials\" section to connect your membership site to your Avalara account.</li>\n<li>Complete the fields with your \"Company\" information and configure additional options.</li>\n<li>Save settings.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:61:\"<h4>Changelog</h4><p>0.1</p><ul>\n<li>First commit.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"https://license.paidmembershipspro.com/downloads/free/pmpro-avatax.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:6:\"AvaTax\";}i:12;a:16:{s:4:\"Name\";s:36:\"Paid Memberships Pro - AWeber Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - AWeber Add On\";s:9:\"PluginURI\";s:68:\"https://www.paidmembershipspro.com/add-ons/pmpro-aweber-integration/\";s:4:\"Slug\";s:12:\"pmpro-aweber\";s:6:\"plugin\";s:29:\"pmpro-aweber/pmpro-aweber.php\";s:7:\"Version\";s:3:\"1.4\";s:11:\"Description\";s:70:\"Add users and members to AWeber lists based on their membership level.\";s:12:\"Installation\";s:1319:\"<p>Installation</p><p>This plugin works with and without Paid Memberships Pro installed.</p><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-aweber</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to Settings &gt; PMPro Aweber to proceed with setup.</li>\n</ol><p>Configuration and Settings</p><p><strong>Authorize your app with AWeber:</strong> Your Authorization Code will be provided once the app is authorized with your AWeber account. Navigate to Settings &gt; PMPro AWeber in the WordPress dashboard to authorize your app with AWeber.</p>\n<p>After entering your Authorization Code, continue with the setup by assigning All User Lists, Membership Level Lists, and review the additional settings.</p>\n<p>For full documentation on all settings, please visit the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-aweber-integration/\">AWeber Integration Add On documentation page at Paid Memberships Pro</a>. </p>\n<p>Filter hooks are available for developers that need to customize specific aspects of the integration. <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-aweber-integration/#hooks\">Please explore the plugin\'s action and filter hooks here</a>.</p>\";s:3:\"FAQ\";s:547:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-aweber/issues\">https://github.com/strangerstudios/pmpro-aweber/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:195:\"<h4>Changelog</h4><p>1.4 - 2024-10-17</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n<li>ENHANCEMENT: Updated translation files bundled with the plugin.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:70:\"https://license.paidmembershipspro.com/downloads/free/pmpro-aweber.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:6:\"AWeber\";}i:13;a:16:{s:4:\"Name\";s:18:\"Basic User Avatars\";s:5:\"Title\";s:18:\"Basic User Avatars\";s:9:\"PluginURI\";s:49:\"https://wordpress.org/plugins/basic-user-avatars/\";s:4:\"Slug\";s:18:\"basic-user-avatars\";s:6:\"plugin\";s:41:\"basic-user-avatars/basic-user-avatars.php\";s:7:\"Version\";s:5:\"1.0.8\";s:11:\"Description\";s:111:\"Add an avatar upload field on frontend pages and Edit Profile screen so users can add a custom profile picture.\";s:12:\"Installation\";s:1109:\"<p>Installation</p><ol>\n<li>Upload <code>basic-user-avatars</code> to your <code>/wp-content/plugins/</code> directory or download through the Plugins page.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>If you only want users with file upload capabilities to upload avatars, check the applicable option under Settings &gt; Discussion.</li>\n<li>Navigate to Users &gt; Edit User to upload a custom avatar for your users.</li>\n<li>Add the <code>[basic-user-avatars]</code> shortcode to a page in your WordPress site to allow front-end avatar upload for your users.</li>\n</ol>\n<p>bbPress support is added automatically if bbPress is activated.</p>\n<p><strong><a href=\"https://github.com/strangerstudios/basic-user-avatars/\">This plugin is on GitHub</a></strong> and pull requests are welcome. If possible please report issues through Github.</p>\n<p>Note: This plugin is a fork of Simple Local Avatars v1.3.1 by Jake Goldman and 10up. Check out <a href=\"http://wordpress.org/plugins/simple-local-avatars\">Simple Local Avatars</a> to compare their latest release to this plugin.</p>\";s:3:\"FAQ\";s:578:\"<p>Frequently Asked Questions</p><p>I\'m still having problems</p><p>While this plugin has been tested with common server setups, some enviroments could cause an issue.</p>\n<p>If you are having a problem deactivate all plugins other than this one and then switch your theme to TwentyTweleve (or similar). If things work, then the issue is with a 3rd party theme or plugin.</p>\n<p>If things are still not functioning properly then proceed to reporting an issue. The ideal method is via <a href=\"https://github.com/strangerstudios/basic-user-avatars/issues/\">GitHub issues</a>.</p>\";s:9:\"Changelog\";s:506:\"<h4>Changelog</h4><p>1.0.8 - 2024-01-23</p><ul>\n<li>ENHANCEMENT: Added filter \'basic_user_avatars_default_size\' to allow changing the default size of the avatar. (Thanks @jarrydlong)</li>\n<li>ENHANCEMENT: Improved functionality on how we load the text domain of the plugin for translations. (@ipokkel)</li>\n<li>BUG FIX: Fixed a fatal issue when the option \"Only allow users with file upload capabilities to upload local avatars (Authors and above)\" wasn\'t set on new installations. (@JarrydLong)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:32:\"https://www.strangerstudios.com/\";s:8:\"Download\";s:61:\"https://downloads.wordpress.org/plugin/basic-user-avatars.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:18:\"Basic User Avatars\";}i:14;a:16:{s:4:\"Name\";s:37:\"Paid Memberships Pro - bbPress Add On\";s:5:\"Title\";s:37:\"Paid Memberships Pro - bbPress Add On\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/pmpro-bbpress/\";s:4:\"Slug\";s:13:\"pmpro-bbpress\";s:6:\"plugin\";s:31:\"pmpro-bbpress/pmpro-bbpress.php\";s:7:\"Version\";s:3:\"1.8\";s:11:\"Description\";s:104:\"Restrict access to bbPress for free or premium members by integrating bbPress with Paid Memberships Pro.\";s:12:\"Installation\";s:2391:\"<p>Installation</p><p>Note: You must have <a href=\"https://www.paidmembershipspro.com\">Paid Memberships Pro</a> and <a href=\"https://wordpress.org/plugins/bbpress/\">bbPress</a> installed and activated on your site.</p>\n<h3>Install PMPro bbPress from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro bbPress\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - bbPress Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro bbPress Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-bbpress</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - bbPress Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Create a Private Forum</h3>\n<ol>\n<li>Navigate to Forums &gt; Edit Forum to restrict access to the forum and make it private.</li>\n<li>Or, create a new Forum under Forums &gt; Add New.</li>\n<li>In the right column \"Settings\" panel, locate the \"Require Membership\" section.</li>\n<li>Check the box for one or more membership level that can access this forum.</li>\n<li>Save your changes by clicking the \"Update\" button (or \"Publish\" if you are creating a new forum).</li>\n<li>Further settings can be found on the Settings &gt; Forums page of your admin dashboard.</li>\n</ol>\n<h3>Shortcode for Member Activity</h3>\n<p>The bbPress Integration for Paid Memberships Pro includes one shortcode to display a member\'s activity (topics or replies created).</p><p>Sample shortcode usage:</p><p><code>[bbp-user-activity activity_type=\"topic\" show_date=\"true\" title=\"My Recent Topics\"]</code></p><p>Shortcode attributes include:</p><ul>\n<li>activity_type: Accepts \'topic\' or \'reply\'. Default is \'topic\'</li>\n<li>bbp_user_id: Accepts any user ID. Omit this attribute to load the current user\'s entries. Default is the <code>current_user-&gt;ID</code>.</li>\n<li>count: The number of entries to show. Default is \'5\'.</li>\n<li>show_date: Optionally show the entry date. Default is \'false\'.</li>\n<li>show_excerpt: Optionally show a 50-character excerpt of the entry. Default is \'false\'.</li>\n<li>title: An optional title for the shortcode output, wrapped in the h2 class=\"widgettitle\" format.</li>\n</ul>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:202:\"<h4>Changelog</h4><p>1.8 -2024-10-21</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com</li>\n<li>ENHANCEMENT: Added Swedish, Dutch and Portguese (Brazil) language files.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:71:\"https://license.paidmembershipspro.com/downloads/free/pmpro-bbpress.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:7:\"bbPress\";}i:15;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Better Logins Report Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Better Logins Report Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-better-logins-report/\";s:4:\"Slug\";s:26:\"pmpro-better-logins-report\";s:6:\"plugin\";s:57:\"pmpro-better-logins-report/pmpro-better-logins-report.php\";s:7:\"Version\";s:6:\".2.3.2\";s:11:\"Description\";s:66:\"Adds login, view, and visit stats for \"This Week\" and \"This Year\".\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-better-logins-report.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:20:\"Better Logins Report\";}i:16;a:16:{s:4:\"Name\";s:52:\"Paid Memberships Pro - BuddyPress & BuddyBoss Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - BuddyPress & BuddyBoss Add On\";s:9:\"PluginURI\";s:65:\"https://www.paidmembershipspro.com/add-ons/buddypress-integration\";s:4:\"Slug\";s:16:\"pmpro-buddypress\";s:6:\"plugin\";s:37:\"pmpro-buddypress/pmpro-buddypress.php\";s:7:\"Version\";s:5:\"1.5.1\";s:11:\"Description\";s:84:\"Restrict access to your BuddyPress or BuddyBoss Community using Paid Memberships Pro\";s:12:\"Installation\";s:4616:\"<p>Installation</p><p>Note: You must have <a href=\"https://www.paidmembershipspro.com\">Paid Memberships Pro</a> and <a href=\"https://wordpress.org/plugins/buddypress/\">BuddyPress</a> or <a href=\"https://www.paidmembershipspro.com/buddyboss-membership-plugin/?utm_source=pmpro-buddypress-readme&amp;utm_medium=readme&amp;utm_campaign=pmpro-buddypress\">BuddyBoss</a> installed and activated on your site.</p>\n<h3>Install PMPro BuddyPress from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro BuddyPress\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - BuddyPress Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro BuddyPress Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-buddypress</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - BuddyPress Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Configure Plugin Settings</h3>\n<p>There are four primary settings areas in this plugin.</p><ol>\n<li>Select Your Preferred Registration Process</li>\n</ol><p>This plugin allows you to use the BuddyPress or BuddyBoss user registration process (in place of the standard Paid Memberships Pro membership checkout process).</p>\n<ol>\n<li>Navigate to Memberships &gt; PMPro BuddyPress in the WordPress admin.</li>\n<li>Change the \"Registration Page\" setting to \"Use BuddyPress Registration Page\".</li>\n<li>Save Settings.</li>\n</ol>\n<p>Note: If your membership is not free, you must use the Paid Memberships Pro membership checkout process. If you have a free community and want to allow users to register through BuddyPress or BuddyBoss, you must adjust this setting.</p>\n<p>If you\'d like members that register through the BuddyPress or BuddyBoss system to also be given a membership level, check out this guide on <a href=\"https://www.paidmembershipspro.com/apply-a-buddypress-member-type-on-membership-checkout-or-level-change/?utm_source=pmpro-buddypress-readme&amp;utm_medium=readme&amp;utm_campaign=pmpro-buddypress\">setting a default level for all user registrations in WordPress</a>.</p><ol start=\"2\">\n<li>Assign the \"Access Restricted\" Page</li>\n</ol><p>Navigate to Memberships &gt; Settings &gt; Pages to create or edit the \"Access Restricted\" page.</p>\n<p>This is the page that visitors and users are redirected to if they cannot access restricted BuddyPress or BuddyBoss features.</p><ol start=\"3\">\n<li>Configure Membership Level Settings</li>\n</ol><p>Navigate to Memberships &gt; Settings &gt; Membership Levels and locate the \"BuddyPress Restrictions\" section.</p>\n<p>From this section you can adjust settings for how you \"unlock BuddyPress\" for members of this level, including:</p>\n<ul>\n<li>Group Creation</li>\n<li>Single Group Viewing</li>\n<li>Groups Page Viewing</li>\n<li>Joining Groups</li>\n<li>Public Messaging</li>\n<li>Private Messaging</li>\n<li>Send Friend Requests</li>\n<li>Include in Member Directory</li>\n</ul>\n<p>Next, adjust the \"BuddyPress Group Membership\" settings to add or invite members of this level to your existing BuddyPress Groups.</p>\n<p>If you want to adjust BuddyPress Member Types, you must first create the types through custom code. <a href=\"https://www.paidmembershipspro.com/apply-a-buddypress-member-type-on-membership-checkout-or-level-change/?utm_source=pmpro-buddypress-readme&amp;utm_medium=readme&amp;utm_campaign=pmpro-buddypress\">This post explains how to add Member Types to BuddyPress</a>.</p>\n<p><a href=\"https://www.paidmembershipspro.com/add-ons/buddypress-integration/#members?utm_source=pmpro-buddypress-readme&amp;utm_medium=readme&amp;utm_campaign=pmpro-buddypress\">Read our full documentation on Membership Level Settings for your BuddyPress or BuddyBoss community here</a>.</p><ol start=\"4\">\n<li>Configure Settings for Logged in Non Members</li>\n</ol><p>Some of your WordPress users may not have a membership level in Paid Memberships Pro. This plugin allows you to set how BuddyPress should be locked down for these users without a membership level.</p>\n<p>Navigate to Memberships &gt; Settings &gt; PMPro BuddyPress and locate the \"Non-member User Settings\" section.</p>\n<p><a href=\"https://www.paidmembershipspro.com/add-ons/buddypress-integration/#non_member_user?utm_source=pmpro-buddypress-readme&amp;utm_medium=readme&amp;utm_campaign=pmpro-buddypress\">Read our full documentation on Non-Member Users in BuddyPress or BuddyBoss here</a>.</p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:659:\"<h4>Changelog</h4><p>1.5.1 - 2025-03-12</p><ul>\n<li>BUG FIX/ENHANCEMENT: No longer calling <code>pmpro_bp_get_members_in_directory()</code> on pages that do not need that data. #121 (@dparker1005)</li>\n<li>BUG FIX: Fixed an issue that could cause xProfile fields to be created with the incorrect visibility set. #122 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed a PHP warning that would show when group buttons did not have a <code>link_class</code> set. #120 (@anas-ha)</li>\n<li>BUG FIX: Fixed a PHP warning that would show when invalid data was passed into the <code>pmpro_bp_disable_group_buttons()</code> function. #123 (@MaximilianoRicoTabo)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:73:\"http://license.paidmembershipspro.com/downloads/free/pmpro-buddypress.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:22:\"BuddyPress & BuddyBoss\";}i:17;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Cancel on Next Payment Date\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Cancel on Next Payment Date\";s:9:\"PluginURI\";s:70:\"https://www.paidmembershipspro.com/add-ons/cancel-on-next-payment-date\";s:4:\"Slug\";s:33:\"pmpro-cancel-on-next-payment-date\";s:6:\"plugin\";s:71:\"pmpro-cancel-on-next-payment-date/pmpro-cancel-on-next-payment-date.php\";s:7:\"Version\";s:5:\"0.5.1\";s:11:\"Description\";s:105:\"Change membership cancellation to set expiration date for next payment instead of cancelling immediately.\";s:12:\"Installation\";s:301:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-cancel-on-next-payment-date</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>That\'s it. This plugin has no additional settings.</li>\n</ol>\";s:3:\"FAQ\";s:343:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-cancel-on-next-payment-date/issues\">https://github.com/strangerstudios/pmpro-cancel-on-next-payment-date/issues</a></p>\";s:9:\"Changelog\";s:195:\"<h4>Changelog</h4><p>0.5.1 - 2022-08-22</p><ul>\n<li>ENHANCEMENT: Internationalization for the date in the cancellation text string. (This was accidentally left out of the last update.)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:91:\"https://license.paidmembershipspro.com/downloads/free/pmpro-cancel-on-next-payment-date.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:27:\"Cancel on Next Payment Date\";}i:18;a:16:{s:4:\"Name\";s:37:\"Paid Memberships Pro - CCBill Gateway\";s:5:\"Title\";s:37:\"Paid Memberships Pro - CCBill Gateway\";s:9:\"PluginURI\";s:49:\"https://www.paidmembershipspro.com/add-ons/ccbill\";s:4:\"Slug\";s:12:\"pmpro-ccbill\";s:6:\"plugin\";s:29:\"pmpro-ccbill/pmpro-ccbill.php\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:36:\"PMPro Gateway integration for CCBill\";s:12:\"Installation\";s:533:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Upload the <code>pmpro-ccbill</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\n<p>Navigate to Memberships &gt; Settings &gt; Payment Gateways &amp; SSL and select the CCBill payment gateway. You will then need to fill out the required account credentials to connect your website to the payment gateway.</p>\";s:3:\"FAQ\";s:493:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-ccbill/issues\">https://github.com/strangerstudios/pmpro-ccbill/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:286:\"<h4>Changelog</h4><p>1.1 - 2025-05-07</p><ul>\n<li>BUG FIX: Fixed an issue where checkout would not complete orders from \"token\" status even if payments are successful.</li>\n<li>BUG FIX: Better supported sandbox mode checkouts to work with subscriptions and one-time payments.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:69:\"http://license.paidmembershipspro.com/downloads/free/pmpro-ccbill.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:14:\"CCBill Gateway\";}i:19;a:16:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Check Levels Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Check Levels Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/wp/pmpro-check-levels/\";s:4:\"Slug\";s:18:\"pmpro-check-levels\";s:6:\"plugin\";s:41:\"pmpro-check-levels/pmpro-check-levels.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:106:\"A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:76:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-check-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:12:\"Check Levels\";}i:20;a:16:{s:4:\"Name\";s:39:\"Connect Paid Memberships Pro to Discord\";s:5:\"Title\";s:39:\"Connect Paid Memberships Pro to Discord\";s:9:\"PluginURI\";s:132:\"https://www.expresstechsoftwares.com/step-by-step-documentation-guide-on-how-to-connect-pmpro-and-discord-server-using-discord-addon\";s:4:\"Slug\";s:20:\"pmpro-discord-add-on\";s:6:\"plugin\";s:45:\"pmpro-discord-add-on/pmpro-discord-add-on.php\";s:7:\"Version\";s:5:\"1.2.8\";s:11:\"Description\";s:108:\"Connect your PaidMebershipPro site to your discord server, enable your members to be part of your community.\";s:12:\"Installation\";s:862:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Go to Plugins &gt; Add New to find and install PMPRO discord Addon.</li>\n<li>Or, download the latest version of the plugin, then go to Plugins &gt; Add New and click the \"Upload Plugin\" button to upload your .zip file.</li>\n<li>Activate the plugin.</li>\n</ol><p>Complete the Initial Plugin Setup</p><p>Go to Memberships &gt; Discord Settings in the WordPress admin to begin setup. Our <a href=\"https://youtu.be/v7lxB_Bvlv4\">Initial Setup Tutorial Video </a> will show you how to configure</p><p>More Installation and Setup Documentation</p><ul>\n<li><a href=\"https://youtu.be/v7lxB_Bvlv4\">Installation Video</a></li>\n<li><a href=\"https://www.expresstechsoftwares.com/step-by-step-documentation-guide-on-how-to-connect-pmpro-and-discord-server-using-discord-addon/\">Installation Docs</a></li>\n</ul>\";s:3:\"FAQ\";s:471:\"<p>Frequently Asked Questions</p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit <a href=\"https://www.expresstechsoftwares.com/step-by-step-documentation-guide-on-how-to-connect-pmpro-and-discord-server-using-discord-addon/\">our support site at https://www.expresstechsoftwares.com/step-by-step-documentation-guide-on-how-to-connect-pmpro-and-discord-server-using-discord-addon/</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:59:\"ExpressTech Software Solutions Pvt. Ltd., Strangers Studios\";s:9:\"AuthorURI\";s:36:\"https://www.expresstechsoftwares.com\";s:8:\"Download\";s:63:\"https://downloads.wordpress.org/plugin/pmpro-discord-add-on.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:39:\"Connect Paid Memberships Pro to Discord\";}i:21;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Constant Contact Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Constant Contact Add On\";s:9:\"PluginURI\";s:56:\"http://www.paidmembershipspro.com/pmpro-constantcontact/\";s:4:\"Slug\";s:22:\"pmpro-constant-contact\";s:6:\"plugin\";s:49:\"pmpro-constant-contact/pmpro-constant-contact.php\";s:7:\"Version\";s:5:\"1.0.2\";s:11:\"Description\";s:66:\"Sync your WordPress users and members with Constant Contact lists.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:65:\"https://downloads.wordpress.org/plugin/pmpro-constant-contact.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:16:\"Constant Contact\";}i:22;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - ConvertKit Integration\";s:5:\"Title\";s:45:\"Paid Memberships Pro - ConvertKit Integration\";s:9:\"PluginURI\";s:53:\"https://www.paidmembershipspro.com/add-ons/convertkit\";s:4:\"Slug\";s:35:\"convertkit-for-paid-memberships-pro\";s:6:\"plugin\";s:75:\"convertkit-for-paid-memberships-pro/convertkit-for-paid-memberships-pro.php\";s:7:\"Version\";s:5:\"1.1.0\";s:11:\"Description\";s:66:\"Subscribe and tag your Paid Memberships Pro members in ConvertKit.\";s:12:\"Installation\";s:865:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Go to Plugins &gt; Add New to find and install ConvertKit Paid Memberships Pro Integration.</li>\n<li>Or, download the latest version of the plugin, then go to Plugins &gt; Add New and click the \"Upload Plugin\" button to upload your .zip file.</li>\n<li>Activate the plugin.</li>\n</ol><p>Complete the ConvertKit Integration Setup</p><p>Go to Settings &gt; PMPro ConvertKit in the WordPress admin to begin setup.</p>\n<ol>\n<li>Enter your ConvertKit API key, which you can find <a href=\"https://app.convertkit.com/account/edit\">here</a>.</li>\n<li>To add purchase data for subscribers, enter your ConvertKit Secret API key.</li>\n<li>Save your settings.</li>\n<li>Then, adjust the dropdown fields to select a tag for subscribers who sign up for each Membership Level.</li>\n<li>Save your settings.</li>\n</ol>\";s:3:\"FAQ\";s:155:\"<p>Frequently Asked Questions</p><p>Does this plugin require a paid service?</p><p>Yes, for it to work you must first have an account on ConvertKit.com</p>\";s:9:\"Changelog\";s:857:\"<h4>Changelog</h4><p>1.1 - 2021-06-21</p><ul>\n<li>FEATURE: Updated opt-in settings. You can edit the label shown on the opt-in message at checkout.</li>\n<li>FEATURE: Added purchase tracking for each level in ConvertKit.</li>\n<li>ENHANCEMENT: Added assets for GitHub and WordPress.org.</li>\n<li>ENHANCEMENT: Added field to capture API Secret Key.</li>\n<li>ENHANCEMENT: Added Purchases tracking for new membership checkouts.</li>\n<li>ENHANCEMENT: Added filter <code>pmpro_convertkit_change_membership_level_remove_tags</code> to allow optionally removing tags on level change when the previous level is passed to the pmpro_after_change_membership_level function.</li>\n<li>BUG FIX: Email addresses and names are now properly URL encoded when passed to ConvertKit.</li>\n<li>REFACTOR: Refactored API method for retrieving tags and tagging subscribers.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:78:\"https://downloads.wordpress.org/plugin/convertkit-for-paid-memberships-pro.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:22:\"ConvertKit Integration\";}i:23;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - ConvertKit Integration\";s:5:\"Title\";s:45:\"Paid Memberships Pro - ConvertKit Integration\";s:9:\"PluginURI\";s:53:\"https://www.paidmembershipspro.com/add-ons/convertkit\";s:4:\"Slug\";s:31:\"convertkit-paid-memberships-pro\";s:6:\"plugin\";s:67:\"convertkit-paid-memberships-pro/convertkit-paid-memberships-pro.php\";s:7:\"Version\";s:5:\"1.2.1\";s:11:\"Description\";s:66:\"Subscribe and tag your Paid Memberships Pro members in ConvertKit.\";s:12:\"Installation\";s:865:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Go to Plugins &gt; Add New to find and install ConvertKit Paid Memberships Pro Integration.</li>\n<li>Or, download the latest version of the plugin, then go to Plugins &gt; Add New and click the \"Upload Plugin\" button to upload your .zip file.</li>\n<li>Activate the plugin.</li>\n</ol><p>Complete the ConvertKit Integration Setup</p><p>Go to Settings &gt; PMPro ConvertKit in the WordPress admin to begin setup.</p>\n<ol>\n<li>Enter your ConvertKit API key, which you can find <a href=\"https://app.convertkit.com/account/edit\">here</a>.</li>\n<li>To add purchase data for subscribers, enter your ConvertKit Secret API key.</li>\n<li>Save your settings.</li>\n<li>Then, adjust the dropdown fields to select a tag for subscribers who sign up for each Membership Level.</li>\n<li>Save your settings.</li>\n</ol>\";s:3:\"FAQ\";s:155:\"<p>Frequently Asked Questions</p><p>Does this plugin require a paid service?</p><p>Yes, for it to work you must first have an account on ConvertKit.com</p>\";s:9:\"Changelog\";s:1032:\"<h4>Changelog</h4><p>1.2.1 - 2024-12-20</p><ul>\n<li>ENHANCEMENT: Updated the settings page link to be under \"Memberships\" and the settings page UI. #25 (@kimcoleman)</li>\n<li>ENHANCEMENT: Updated the checkout page styling for compatibility with PMPro v3.1+. #31 (@kimcoleman)</li>\n<li>ENHANCEMENT: Added a new filter <code>pmpro_convertkit_disable_create_purchase</code> to disable tracking purchases. #26 (@kimcoleman)</li>\n<li>ENHANCEMENT: Improved the logic around updating ConvertKit subscriber after a user profile is updated. #30 (@kimcoleman)</li>\n<li>ENHANCEMENT: Added a new filter <code>pmpro_kit_update_profile</code> to allow updating ConvertKit subscribers after every profile save. #30 (@kimcoleman)</li>\n<li>BUG FIX/ENHANCEMENT: Now sending a user\'s display name to ConvertKit if the first name is not set. #27 (@kimcoleman)</li>\n<li>BUG FIX: Fixed outdated link to retrieve ConvertKit API key. #20 (@JarrydLong)</li>\n<li>BUG FIX: Fixed a PHP error when no tags are present in ConvertKit. #21 (@JarrydLong)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:89:\"https://license.paidmembershipspro.com/downloads/free/convertkit-paid-memberships-pro.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:22:\"ConvertKit Integration\";}i:24;a:16:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Courses for Membership Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Courses for Membership Add On\";s:9:\"PluginURI\";s:73:\"https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/\";s:4:\"Slug\";s:13:\"pmpro-courses\";s:6:\"plugin\";s:31:\"pmpro-courses/pmpro-courses.php\";s:7:\"Version\";s:5:\"1.2.7\";s:11:\"Description\";s:89:\"Create courses and lessons for members. Integrates LMS plugins with Paid Memberships Pro.\";s:12:\"Installation\";s:2199:\"<p>Installation</p><p>Note: You must have <a href=\"https://www.paidmembershipspro.com\">Paid Memberships Pro</a> installed and activated on your site.</p>\n<h3>Install PMPro Courses from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro Courses\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - Courses for Membership\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro Courses Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-courses</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - Courses for Membership\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Configure Course Modules</h3>\n<p>Navigate to Memberships &gt; Courses in the WordPress admin to configure modules.</p>\n<p>The Courses settings page controls which modules are active in your membership site. In most cases, you will only need to have one module active at a time. Navigate to Memberships &gt; Courses to choose from the following settings:</p>\n<ol>\n<li>Default Module: Use the built-in course and lesson custom post types to build a basic e-learning component in your WordPress membership site.</li>\n<li>LearnDash: Enable the LearnDash module to enable course protection by membership level for your courses in the LearnDash LMS.</li>\n<li>LifterLMS: Enable the LifterLMS module to enable course protection by membership level for your courses in LifterLMS.</li>\n</ol>\n<p>Note: This Add On does not include any update scripts to manage enrollment for existing members. For the LearnDash and LifterLMS modules, all members who have an existing membership level will not be automatically enrolled in courses. Course protection and enrollment is hooked in the level change event: only new members or members that cancel or change their level will be updated. You must manually add and remove current members from protected courses.</p>\n<p>The default (built-in) module does not rely on enrollment and will not require any update script.</p>\";s:3:\"FAQ\";s:543:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-courses/issues\">https://github.com/strangerstudios/pmpro-courses/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit <a href=\"http://www.paidmembershipspro.com/\">our support site at https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:561:\"<h4>Changelog</h4><p>1.2.7 - 2025-03-07</p><ul>\n<li>ENHANCEMENT: Updated <code>&lt;h3&gt;</code> tags to <code>&lt;h2&gt;</code> tags for better accessibility. #57 (@dwanjuki)</li>\n<li>BUG FIX/ENHANCEMENT: Pagination on lesson pages now orders lessons by menu order. #69 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed an issue where the lesson status may not show correctly in lessons lists. #61 (@kimcoleman)</li>\n<li>BUG FIX: Fixed a PHP warning that could occur when viewing the Courses List Table after a level has been deleted. #62 (@kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/free/pmpro-courses.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:22:\"Courses for Membership\";}i:25;a:16:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Custom Level Cost Text Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Custom Level Cost Text Add On\";s:9:\"PluginURI\";s:72:\"https://www.paidmembershipspro.com/add-ons/pmpro-custom-level-cost-text/\";s:4:\"Slug\";s:21:\"pmpro-level-cost-text\";s:6:\"plugin\";s:47:\"pmpro-level-cost-text/pmpro-level-cost-text.php\";s:7:\"Version\";s:5:\"0.4.2\";s:11:\"Description\";s:99:\"Modify the default level cost text per level, per discount code, or globally via advanced settings.\";s:12:\"Installation\";s:361:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-level-cost-text</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit a Membership Level, Discount Code or the Memberships &gt; Advanced Settings page to modify generated level cost text.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:83:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-level-cost-text.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:22:\"Custom Level Cost Text\";}i:26;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Custom Post Type Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Custom Post Type Add On\";s:9:\"PluginURI\";s:78:\"https://www.paidmembershipspro.com/add-ons/custom-post-type-membership-access/\";s:4:\"Slug\";s:9:\"pmpro-cpt\";s:6:\"plugin\";s:23:\"pmpro-cpt/pmpro-cpt.php\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:76:\"Add the PMPro meta box to CPTs and redirects non-members to a selected page.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:71:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-cpt.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Custom Post Type\";}i:27;a:16:{s:4:\"Name\";s:49:\"Paid Memberships Pro - Developer\'s Toolkit Add On\";s:5:\"Title\";s:49:\"Paid Memberships Pro - Developer\'s Toolkit Add On\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/pmpro-toolkit/\";s:4:\"Slug\";s:13:\"pmpro-toolkit\";s:6:\"plugin\";s:31:\"pmpro-toolkit/pmpro-toolkit.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:70:\"Various tools to test and debug Paid Memberships Pro enabled websites.\";s:12:\"Installation\";s:221:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-toolkit</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:303:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-toolkit/issues\">https://github.com/strangerstudios/pmpro-toolkit/issues</a></p>\";s:9:\"Changelog\";s:1186:\"<h4>Changelog</h4><p>1.0 - 2024-10-23</p><ul>\n<li>SECURITY: Added nonce checks to the admin forms. #36 (@MaximilianoRicoTabo)</li>\n<li>FEATURE: Added an option to allow automatically generating test user data at checkout. #44 (@MaximilianoRicoTabo)</li>\n<li>FEATURE: Added support for importing and exporting user fields. #30 (@andrewlimaza)</li>\n<li>FEATURE: Added a script to delete old token, pending, and review orders. #33 (@dparker1005)</li>\n<li>FEATURE: Added a script to delete test orders. #40 (@MaximilianoRicoTabo)</li>\n<li>FEATURE: Added a script to clear cached report data. #39 (@MaximilianoRicoTabo)</li>\n<li>ENHANCEMENT: Moved the Toolkit admin pages to the Memberships menu and updated the UI. #36 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX/ENHANCEMENT: Updated clean up scripts to account for tables added in PMPro v3.0. #41 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed a PHP warning when sending the chekcout debug email if the <code>password2</code> field is not collected at checkout. #45 (@MaximilianoRicoTabo) </li>\n<li>DEPRECATED: Removed the \"View As\" feature as this is now included in the core Paid Memberships Pro plugin. #37 (@MaximilianoRicoTabo)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-toolkit.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:19:\"Developer\'s Toolkit\";}i:28;a:16:{s:4:\"Name\";s:32:\"Paid Memberships Pro - Donations\";s:5:\"Title\";s:32:\"Paid Memberships Pro - Donations\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/donations-add-on/\";s:4:\"Slug\";s:15:\"pmpro-donations\";s:6:\"plugin\";s:35:\"pmpro-donations/pmpro-donations.php\";s:7:\"Version\";s:3:\"2.2\";s:11:\"Description\";s:65:\"Allow customers to set an additional donation amount at checkout.\";s:12:\"Installation\";s:310:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-donations</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit the levels you want to add donations to and set the \"Donation\" settings.</li>\n</ol>\";s:3:\"FAQ\";s:307:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-donations/issues\">https://github.com/strangerstudios/pmpro-donations/issues</a></p>\";s:9:\"Changelog\";s:323:\"<h4>Changelog</h4><p>2.2 - 2025-04-17</p><ul>\n<li>BUG FIX: Fixed an issue where !!donation!! was not correctly being rendered in the email confirmation template. (@becleung, @MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed CSS class selectors for <select> dropdown for the predefined donation amounts. (@kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:72:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-donations.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:9:\"Donations\";}i:29;a:16:{s:4:\"Name\";s:58:\"Paid Memberships Pro - Download Monitor Integration Add On\";s:5:\"Title\";s:58:\"Paid Memberships Pro - Download Monitor Integration Add On\";s:9:\"PluginURI\";s:57:\"http://www.paidmembershipspro.com/pmpro-download-monitor/\";s:4:\"Slug\";s:22:\"pmpro-download-monitor\";s:6:\"plugin\";s:49:\"pmpro-download-monitor/pmpro-download-monitor.php\";s:7:\"Version\";s:4:\".2.1\";s:11:\"Description\";s:72:\"Require membership for downloads when using the Download Monitor plugin.\";s:12:\"Installation\";s:1367:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro and Download Monitor installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-download-monitor/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>How to Use</p><ol>\n<li>After activation, navigate to \"Downloads\" to Edit or Add a New Download.</li>\n<li>Check the box for each level that can access this download in the \"Require Membership\" meta box (below the Publish box in the right sidebar). </li>\n<li>Save your changes by clicking the \"Update\" button (or \"Publish\" if you are creating a new download).</li>\n</ol>\n<p>When using the [download] shortcode you can optionally specify the appropriate \"pmpro\" template. Available templates include: \"pmpro\", \"pmpro_box\", \"pmpro_button\", \"pmpro_filename\", \"pmpro_title\".</p>\n<p>If you do not specify a template, the output of the [download] shortcode can be filtered for a non-member by using the filter: pmprodlm_shortcode_download_content_filter. This will alter the message shown to a visitor that is not logged in or a logged in user that doesn\'t meet membership requirements.</p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:152:\"<h4>Changelog</h4><p>.2.1</p><ul>\n<li>BUG FIX: Using the get_id() method to get the id of downloads now that the -&gt;id property is private.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:80:\"https://license.paidmembershipspro.com/downloads/free/pmpro-download-monitor.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:28:\"Download Monitor Integration\";}i:30;a:16:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Email Confirmation Add On\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Email Confirmation Add On\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/email-confirmation-add-on/\";s:4:\"Slug\";s:24:\"pmpro-email-confirmation\";s:6:\"plugin\";s:53:\"pmpro-email-confirmation/pmpro-email-confirmation.php\";s:7:\"Version\";s:3:\"0.8\";s:11:\"Description\";s:73:\"Require email confirmation before certain levels are enabled for members.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:86:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-email-confirmation.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:18:\"Email Confirmation\";}i:31;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Email Templates Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Email Templates Add On\";s:9:\"PluginURI\";s:72:\"https://www.paidmembershipspro.com/add-ons/email-templates-admin-editor/\";s:4:\"Slug\";s:21:\"pmpro-email-templates\";s:6:\"plugin\";s:47:\"pmpro-email-templates/pmpro-email-templates.php\";s:7:\"Version\";s:5:\"0.8.1\";s:11:\"Description\";s:114:\"Customize member emails for Paid Memberships Pro using an interactive admin editor within the WordPress dashboard.\";s:12:\"Installation\";s:333:\"<h4>Installation</h4><p>Installation</p><ol>\n<li>Upload the <code>pmpro-email-templates</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to Memberships &gt; Email Templates to begin customizing emails.</li>\n</ol>\";s:3:\"FAQ\";s:354:\"<h4>Frequently Asked Questions</h4><p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-email-templates/issues\">https://github.com/strangerstudios/pmpro-email-templates/issues</a></p>\";s:9:\"Changelog\";s:153:\"<h4>Changelog</h4><p>0.8.1 - 2020-06-04</p><ul>\n<li>BUG Fix: Fixed issue where !!membership_change!! may not show user\'s new membership level.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-email-templates.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:15:\"Email Templates\";}i:32;a:16:{s:4:\"Name\";s:36:\"Paid Memberships Pro - Events Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - Events Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/events-for-members-only/\";s:4:\"Slug\";s:12:\"pmpro-events\";s:6:\"plugin\";s:29:\"pmpro-events/pmpro-events.php\";s:7:\"Version\";s:3:\"1.6\";s:11:\"Description\";s:65:\"Offer Members-only events using PMPro and popular events plugins.\";s:12:\"Installation\";s:1915:\"<p>Installation</p><p>Note: You must have <a href=\"https://paidmembershipspro.com\">Paid Memberships Pro</a> installed and activated on your site.</p>\n<h3>Install PMPro Events from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro Events\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - Events\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro Events Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-events</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - Events\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Create Members-Only Events</h3>\n<p>Once the plugin is activated, it automatically detects which events module to load for your site. The included modules are:</p>\n<ul>\n<li><a href=\"https://wordpress.org/plugins/events-manager/\">Events Manager</a></li>\n<li><a href=\"https://wordpress.org/plugins/the-events-calendar/\">The Events Calendar</a></li>\n<li><a href=\"https://wordpress.org/plugins/sugar-calendar-lite/\">Sugar Calendar</a></li>\n<li><a href=\"https://wordpress.org/plugins/all-in-one-event-calendar/\">Timely All-in-One Events Calendar (&lt; 3.0.0)</a></li>\n</ul>\n<p>If you are not already using an events plugin, you must select one from this list to use the features of this integration plugin.</p>\n<ol>\n<li>Edit any event in your site to restrict access via the \"Require Membership\" meta box.</li>\n<li>Events are displayed or hidden from calendar (archive) view according to your settings under Memberships &gt; Settings &gt; Advanced Settings.</li>\n<li>Event excerpts are shown or hidden from non-members according to your settings under Memberships &gt; Settings &gt; Advanced Settings.</li>\n</ol>\";s:3:\"FAQ\";s:693:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-events/issues\">https://github.com/strangerstudios/pmpro-events/issues</a></p>\n<p>For immediate help, also post to our premium support site at <a href=\"https://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:195:\"<h4>Changelog</h4><p>1.6 - 2024-10-17</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n<li>ENHANCEMENT: Updated translation files bundled with the plugin.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"https://license.paidmembershipspro.com/downloads/free/pmpro-events.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:6:\"Events\";}i:33;a:16:{s:4:\"Name\";s:61:\"Paid Memberships Pro - Extra Expiration Warning Emails Add On\";s:5:\"Title\";s:61:\"Paid Memberships Pro - Extra Expiration Warning Emails Add On\";s:9:\"PluginURI\";s:82:\"https://www.paidmembershipspro.com/add-ons/extra-expiration-warning-emails-add-on/\";s:4:\"Slug\";s:37:\"pmpro-extra-expiration-warning-emails\";s:6:\"plugin\";s:79:\"pmpro-extra-expiration-warning-emails/pmpro-extra-expiration-warning-emails.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:81:\"Send out more than one \"membership expiration warning\" email to users with PMPro.\";s:12:\"Installation\";s:386:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-extra-expiration-warning-emails</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the <code>Plugins</code> menu in WordPress.</li>\n<li>Update the $emails array to change when the additional emails are sent and to define a custom template file, if desired.</li>\n</ol>\";s:3:\"FAQ\";s:597:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-extra-expiration-warning-emails/issues\">https://github.com/strangerstudios/pmpro-extra-expiration-warning-emails/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:1009:\"<h4>Changelog</h4><p>1.0 - 2023-12-20</p><ul>\n<li>ENHANCEMENT: Updated how the plugin tracks which emails have already been sent. This should fix issues where emails would not be sent out consistently, but may cause users to recieve an additional email immediately upon upgrade.</li>\n<li>ENHANCEMENT: Added a new constant <code>PMPROEEWE_DEBUG</code> to allow setting an email address to send log data to or to have the log data printed to a file. #33 (@andrewlimaza, @dparker1005)</li>\n<li>ENHANCEMENT: Now passing the user object to the <code>pmproeewe_send_reminder_to_user</code> filter. #25 (@contemplate)</li>\n<li>ENHANCEMENT: Added localization support.</li>\n<li>ENHANCEMENT: Now tracking the time that notifications are sent to more accurately send future notifications.</li>\n<li>BUG FIX/ENHANCEMENT: Now compatible with PMPro Multiple Memberships Per User. #30 (@dparker1005)</li>\n<li>REFACTOR: Now using <code>get_option()</code> instead of <code>pmpro_getOption()</code>. #32 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:99:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-extra-expiration-warning-emails.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:31:\"Extra Expiration Warning Emails\";}i:34;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Failed Payment Limit Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Failed Payment Limit Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-failed-payment-limit/\";s:4:\"Slug\";s:26:\"pmpro-failed-payment-limit\";s:6:\"plugin\";s:57:\"pmpro-failed-payment-limit/pmpro-failed-payment-limit.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:55:\"Cancel members subscriptions after 1-3 failed payments.\";s:12:\"Installation\";s:433:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-failed-payment-limit</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Visit Memberships -&gt; Advanced Settings to change the \"Failed Payment Limit\" setting.</li>\n<li>Alternatively, you can set a PMPRO_FAILED_PAYMENT_LIMIT constant in your wp-config.php file.</li>\n</ol>\";s:3:\"FAQ\";s:329:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-failed-payment-limit/issues\">https://github.com/strangerstudios/pmpro-failed-payment-limit/issues</a></p>\";s:9:\"Changelog\";s:431:\"<h4>Changelog</h4><p>0.3 - 2023-10-12</p><ul>\n<li>BUG FIX/ENHANCEMENT: Marking plugin as incompatible with Multiple Memberships Per User for the PMPro v3.0 update. #14 (@dparker1005)</li>\n<li>BUG FIX: Now passing user object to <code>sendCancelEmail()</code> instead of just the user ID. #10 (@mircobabini)</li>\n<li>REFACTOR: Now using <code>get_option()</code> instead of <code>pmpro_getOption()</code>. #15 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-failed-payment-limit.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:20:\"Failed Payment Limit\";}i:35;a:16:{s:4:\"Name\";s:41:\"Paid Memberships Pro - GetResponse Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - GetResponse Add On\";s:9:\"PluginURI\";s:52:\"http://www.paidmembershipspro.com/pmpro-getresponse/\";s:4:\"Slug\";s:17:\"pmpro-getresponse\";s:6:\"plugin\";s:39:\"pmpro-getresponse/pmpro-getresponse.php\";s:7:\"Version\";s:2:\".5\";s:11:\"Description\";s:65:\"Sync your WordPress users and members with GetResponse campaigns.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:75:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-getresponse.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:11:\"GetResponse\";}i:36;a:16:{s:4:\"Name\";s:38:\"Paid Memberships Pro - Gift Aid Add On\";s:5:\"Title\";s:38:\"Paid Memberships Pro - Gift Aid Add On\";s:9:\"PluginURI\";s:52:\"https://www.paidmembershipspro.com/add-ons/gift-aid/\";s:4:\"Slug\";s:14:\"pmpro-gift-aid\";s:6:\"plugin\";s:33:\"pmpro-gift-aid/pmpro-gift-aid.php\";s:7:\"Version\";s:3:\"0.2\";s:11:\"Description\";s:70:\"Add a checkbox to opt in to the UK Gift Aid tax incentive at checkout.\";s:12:\"Installation\";s:309:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-gift-aid</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit the levels you want to add donations to and set the \"Donation\" settings.</li>\n</ol>\";s:3:\"FAQ\";s:305:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-gift-aid/issues\">https://github.com/strangerstudios/pmpro-gift-aid/issues</a></p>\";s:9:\"Changelog\";s:652:\"<h4>Changelog</h4><p>0.2 - 2024-10-19</p><ul>\n<li>ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #18 (@MaximilianoRicoTabo, @kimcoleman)</li>\n<li>ENHANCEMENT: Added compatibility for the Donations Add On for Paid Memberships Pro. #18 (@kimcoleman)</li>\n<li>ENHANCEMENT: Added filter <code>pmproga_show_gift_aid_at_checkout</code> to show or hide the gift aid checkbox. #18 (@kimcoleman)</li>\n<li>BUG FIX: Fixed compatibility with admin checkout email templates updated in PMPro v3.0. #19 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed bug where Gift Aid user meta was not set if unchecked. #17 (@MaximilianoRicoTabo)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:72:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-gift-aid.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:8:\"Gift Aid\";}i:37;a:16:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Gift Levels Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Gift Levels Add On\";s:9:\"PluginURI\";s:61:\"https://www.paidmembershipspro.com/add-ons/pmpro-gift-levels/\";s:4:\"Slug\";s:17:\"pmpro-gift-levels\";s:6:\"plugin\";s:39:\"pmpro-gift-levels/pmpro-gift-levels.php\";s:7:\"Version\";s:5:\"1.1.1\";s:11:\"Description\";s:86:\"Sell a gift certificate that generates a unique gift code for membership to your site.\";s:12:\"Installation\";s:640:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-gift-levels</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to Memberships &gt; Settings &gt; Levels to create and manage gift membership levels.</li>\n<li>Navigate to Memberships &gt; Settings &gt; Email Templates to modify default messages sent through this plugin.</li>\n</ol>\n<p>Refer to the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-gift-levels/\">Gift Levels Add On documentation page</a> for more information on how to set up your gift levels.</p>\";s:3:\"FAQ\";s:33:\"<p>Frequently Asked Questions</p>\";s:9:\"Changelog\";s:238:\"<h4>Changelog</h4><p>1.1.1 - 2025-02-27</p><ul>\n<li>ENHANCEMENT: Now using the new <code>PMPro_Email_Template</code> class to show email template variables when editing email templates in PMPro v3.4+. #73 (@MaximilianoRicoTabo)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-gift-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:11:\"Gift Levels\";}i:38;a:16:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Goal Progress Bar Add On\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Goal Progress Bar Add On\";s:9:\"PluginURI\";s:55:\"https://www.paidmembershipspro.com/add-ons/pmpro-goals/\";s:4:\"Slug\";s:11:\"pmpro-goals\";s:6:\"plugin\";s:27:\"pmpro-goals/pmpro-goals.php\";s:7:\"Version\";s:3:\"1.2\";s:11:\"Description\";s:68:\"Display a progress bar for membership site signup and revenue goals.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:69:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-goals.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:17:\"Goal Progress Bar\";}i:39;a:16:{s:4:\"Name\";s:51:\"Paid Memberships Pro - Google Analytics Integration\";s:5:\"Title\";s:51:\"Paid Memberships Pro - Google Analytics Integration\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/google-analytics/\";s:4:\"Slug\";s:22:\"pmpro-google-analytics\";s:6:\"plugin\";s:49:\"pmpro-google-analytics/pmpro-google-analytics.php\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:111:\"Connect Paid Memberships Pro to Google Analytics 4 to measure traffic, interactions, and ecommerce conversions.\";s:12:\"Installation\";s:1008:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-google-analytics/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>How to Use</p><ol>\n<li>Navigate to Settings &gt; PMPro Google Analytics.</li>\n<li>Enter your Google Analytics Property\'s Measurement ID </li>\n<li>Define settings for membership levels to track (including free checkouts) or leave blank to track all ecommerce conversions.</li>\n<li>Optionally exclude administrator role users from tracking.</li>\n<li>Save Settings.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/google-analytics/\">https://www.paidmembershipspro.com/add-ons/google-analytics/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:180:\"<h4>Changelog</h4><p>1.0.1 - 2024-03-12</p><ul>\n<li>BUG FIX: Fixed an issue where the user ID wasn\'t being passed to Analytics correctly for logged-in users. (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-google-analytics.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:28:\"Google Analytics Integration\";}i:40;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Group Accounts Add On\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Group Accounts Add On\";s:9:\"PluginURI\";s:58:\"https://www.paidmembershipspro.com/add-ons/group-accounts/\";s:4:\"Slug\";s:20:\"pmpro-group-accounts\";s:6:\"plugin\";s:45:\"pmpro-group-accounts/pmpro-group-accounts.php\";s:7:\"Version\";s:3:\"1.4\";s:11:\"Description\";s:108:\"Sell group memberships where one member pays for a collection of people to access your content individually.\";s:12:\"Installation\";s:626:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-group-accounts/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/group-accounts/\">https://www.paidmembershipspro.com/add-ons/group-accounts/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:693:\"<h4>Changelog</h4><p>1.4 - 2025-05-23</p><ul>\n<li>ENHANCEMENT: Added parent account information to child accounts on the Members List admin table as well as the Member\'s List export. (@dwanjuki)</li>\n<li>ENHANCEMENT: Added group code and parent account information to the Orders List admin table as well as the Orders List export. (@dwanjuki)</li>\n<li>ENHANCEMENT: Added support for the \"copy\" a membership level logic, to copy the group account settings for parent levels. (@dwanjuki)</li>\n<li>BUG FIX: Fixed various PHP warnings when viewing the Manage Group page and child accounts or levels were deleted. This will now show \"[deleted]\" in these cases. (@andrewlimaza, @dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-group-accounts.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:14:\"Group Accounts\";}i:41;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Group Discount Codes Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Group Discount Codes Add On\";s:9:\"PluginURI\";s:64:\"https://www.paidmembershipspro.com/add-ons/group-discount-codes/\";s:4:\"Slug\";s:26:\"pmpro-group-discount-codes\";s:6:\"plugin\";s:57:\"pmpro-group-discount-codes/pmpro-group-discount-codes.php\";s:7:\"Version\";s:3:\"0.5\";s:11:\"Description\";s:98:\"Adds features to PMPro to better manage grouped discount codes or large numbers of discount codes.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:83:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-group-discount-codes.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:20:\"Group Discount Codes\";}i:42;a:16:{s:4:\"Name\";s:30:\"Hide Admin Bar From Non-admins\";s:5:\"Title\";s:30:\"Hide Admin Bar From Non-admins\";s:9:\"PluginURI\";s:74:\"https://www.paidmembershipspro.com/add-ons/hide-admin-bar-from-non-admins/\";s:4:\"Slug\";s:30:\"hide-admin-bar-from-non-admins\";s:6:\"plugin\";s:65:\"hide-admin-bar-from-non-admins/hide-admin-bar-from-non-admins.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:71:\"A tweak of the code by Yoast to hide the admin bar for non-admins only.\";s:12:\"Installation\";s:346:\"<p>Installation</p><ol>\n<li>Upload the <code>hide-admin-bar-from-non-admins</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Tweak the plugin code as needed. There are no settings, and this plugin will not be updated often.</li>\n</ol>\";s:3:\"FAQ\";s:585:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/hide-admin-bar-from-non-admins/issues\">https://github.com/strangerstudios/hide-admin-bar-from-non-admins/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:78:\"<h4>Changelog</h4><p>1.0</p><ul>\n<li>Initial version of the plugin.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:73:\"https://downloads.wordpress.org/plugin/hide-admin-bar-from-non-admins.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:30:\"Hide Admin Bar From Non-admins\";}i:43;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Holler Box Integration\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Holler Box Integration\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/holler-box-integration/\";s:4:\"Slug\";s:15:\"pmpro-hollerbox\";s:6:\"plugin\";s:35:\"pmpro-hollerbox/pmpro-hollerbox.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:105:\"Integrates Paid Memberships Pro with the Holler Box plugin to display popups/banners by membership level.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:73:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-hollerbox.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:22:\"Holler Box Integration\";}i:44;a:16:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Import Members From CSV Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Import Members From CSV Add On\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/pmpro-import-users-csv/\";s:4:\"Slug\";s:27:\"pmpro-import-users-from-csv\";s:6:\"plugin\";s:59:\"pmpro-import-users-from-csv/pmpro-import-users-from-csv.php\";s:7:\"Version\";s:5:\"1.1.1\";s:11:\"Description\";s:99:\"Import your users or members list to WordPress and automatically assign membership levels in PMPro.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:523:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-import-users-from-csv/issues\">https://github.com/strangerstudios/pmpro-import-users-from-csv/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:163:\"<h4>Changelog</h4><p>1.1.1 - 2024-04-02</p><ul>\n<li>BUG FIX: Fixed an issue when trying to import membership_id \"0\" wasn\'t cancelling the members level.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:85:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-import-users-from-csv.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:23:\"Import Members From CSV\";}i:45;a:16:{s:4:\"Name\";s:21:\"Import Users from CSV\";s:5:\"Title\";s:21:\"Import Users from CSV\";s:9:\"PluginURI\";s:58:\"http://wordpress.org/extend/plugins/import-users-from-csv/\";s:4:\"Slug\";s:21:\"import-users-from-csv\";s:6:\"plugin\";s:47:\"import-users-from-csv/import-users-from-csv.php\";s:7:\"Version\";s:5:\"1.0.0\";s:11:\"Description\";s:47:\"Import Users data and metadata from a csv file.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:13:\"Ulrich Sossou\";s:9:\"AuthorURI\";s:24:\"http://ulrichsossou.com/\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/import-users-from-csv.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:21:\"Import Users from CSV\";}i:46;a:16:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Infusionsoft Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Infusionsoft Add On\";s:9:\"PluginURI\";s:74:\"https://www.paidmembershipspro.com/add-ons/pmpro-infusionsoft-integration/\";s:4:\"Slug\";s:18:\"pmpro-infusionsoft\";s:6:\"plugin\";s:41:\"pmpro-infusionsoft/pmpro-infusionsoft.php\";s:7:\"Version\";s:3:\"1.4\";s:11:\"Description\";s:65:\"Sync your WordPress users and members with Infusionsoft contacts.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:61:\"https://downloads.wordpress.org/plugin/pmpro-infusionsoft.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:12:\"Infusionsoft\";}i:47;a:16:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Invite Only Membership Add On\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Invite Only Membership Add On\";s:9:\"PluginURI\";s:72:\"https://www.paidmembershipspro.com/add-ons/pmpro-invite-only-membership/\";s:4:\"Slug\";s:17:\"pmpro-invite-only\";s:6:\"plugin\";s:39:\"pmpro-invite-only/pmpro-invite-only.php\";s:7:\"Version\";s:3:\"0.4\";s:11:\"Description\";s:102:\"Require an invite code to sign up for the specified Membership Levels (works for free or paid levels).\";s:12:\"Installation\";s:647:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-invite-only</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Set the $pmproio_invite_required_levels array to specify the levels which should require invite codes and generate them and (optionally) set the $pmproio_invite_given_levels if only specific levels should be given invite codes to share.</li>\n<li>Other optional settings: PMPROIO_CODES and PMPROIO_CODES_USES constants can be set to define the number of codes to generate and number of uses code allowed per code.</li>\n</ol>\";s:3:\"FAQ\";s:311:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-invite-only/issues\">https://github.com/strangerstudios/pmpro-invite-only/issues</a></p>\";s:9:\"Changelog\";s:172:\"<h4>Changelog</h4><p>0.4 - 2024-09-27</p><ul>\n<li>ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #29 (@MaximilianoRicoTabo, @kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-invite-only.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:22:\"Invite Only Membership\";}i:48;a:16:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Keap Integration\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Keap Integration\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/keap-integration/\";s:4:\"Slug\";s:10:\"pmpro-keap\";s:6:\"plugin\";s:25:\"pmpro-keap/pmpro-keap.php\";s:7:\"Version\";s:5:\"1.0.4\";s:11:\"Description\";s:69:\"Create and tag leads and customers in Keap based on membership level.\";s:12:\"Installation\";s:1023:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-keap/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>How to Use</p><ol>\n<li>Navigate to Memberships &gt; Keap in the WordPress dashboard.</li>\n<li>You will need to enter your Keap API Key and Secret Key. You can find these in your Keap account by navigating to <a href=\"https://keys.developer.keap.com/\">https://keys.developer.keap.com/</a>.</li>\n<li>Once authorized, you may select the tags to apply to users based on their membership level.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/keap-integration/\">https://www.paidmembershipspro.com/add-ons/keap-integration/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:482:\"<h4>Changelog</h4><p>1.0.2 - 2024-09-13</p><ul>\n<li>ENHANCEMENT: Adjusting the format of settings page and fields; updating descriptions; using PMPro-native styles for scroll boxes; labels with correct for name (@kimcoleman)</li>\n<li>ENHANCEMENT: Adding repo files; fixing links to Add On page, Add On name, removing admin.css (@kimcoleman)</li>\n<li>ENHANCEMENT: Update README.MD, Update .gitattributes (@kimcoleman)</li>\n<li>ENHANCEMENT: Adding banner file (@kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:67:\"http://license.paidmembershipspro.com/downloads/free/pmpro-keap.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Keap Integration\";}i:49;a:16:{s:4:\"Name\";s:41:\"Paid Memberships Pro - Kissmetrics Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - Kissmetrics Add On\";s:9:\"PluginURI\";s:0:\"\";s:4:\"Slug\";s:17:\"pmpro-kissmetrics\";s:6:\"plugin\";s:39:\"pmpro-kissmetrics/pmpro-kissmetrics.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:116:\"Integrates your WordPress site with Kissmetrics to track meaningful user data, with or without Paid Memberships Pro.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:26:\"http://strangerstudios.com\";s:8:\"Download\";s:60:\"https://downloads.wordpress.org/plugin/pmpro-kissmetrics.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:11:\"Kissmetrics\";}i:50;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Levels as DIV Layout Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Levels as DIV Layout Add On\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/levels-page-div-layout/\";s:4:\"Slug\";s:16:\"pmpro-div-levels\";s:6:\"plugin\";s:37:\"pmpro-div-levels/pmpro-div-levels.php\";s:7:\"Version\";s:2:\".3\";s:11:\"Description\";s:76:\"Display your Membership Levels Page in a DIV Layout for Paid Memberships Pro\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:74:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-div-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:20:\"Levels as DIV Layout\";}i:51;a:16:{s:4:\"Name\";s:9:\"LifterLMS\";s:5:\"Title\";s:9:\"LifterLMS\";s:9:\"PluginURI\";s:22:\"https://lifterlms.com/\";s:4:\"Slug\";s:9:\"lifterlms\";s:6:\"plugin\";s:23:\"lifterlms/lifterlms.php\";s:7:\"Version\";s:5:\"7.3.0\";s:11:\"Description\";s:107:\"Complete e-learning platform to sell online courses, protect lessons, offer memberships, and quiz students.\";s:12:\"Installation\";s:2027:\"<p>Installation</p><h4>Minimum System Requirements</h4>\n<p>LifterLMS Requires</p>\n<ul>\n<li>PHP 7.4 or later</li>\n<li>WordPress 5.6 or later</li>\n<li>MySQL 5.6 or later</li>\n</ul>\n<p>Visit our <a href=\"https://lifterlms.com/docs/minimum-system-requirements-lifterlms/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">full system requirements</a> for additional information.</p>\n<h4>Automatic Installation</h4>\n<p>The simplest way to install LifterLMS is through your existing WordPress site’s admin. Let WordPress handle file transfers for you - you’ll never need to leave the web browser or admin panel.</p>\n<ol>\n<li>Log in to your WordPress dashboard</li>\n<li>Navigate to Plugins -&gt; Add New</li>\n<li>In the search field, type \"LifterLMS\" and click \"Search Plugins\"</li>\n<li>Once you\'ve located LifterLMS, click \"Install Now\"</li>\n<li>Once installation is complete, click \"Activate\"</li>\n</ol>\n<h4>Manual Installation</h4>\n<p>To manually install LifterLMS, you\'ll need to download the zip file using the \"Download\" link on this screen. Then, use FTP to manually upload the unzipped plugin folder to the proper plugins directory on your webserver.</p>\n<p>Please see this <a href=\"https://wordpress.org/documentation/article/manage-plugins/#manual-plugin-installation-1\">WordPress Codex document</a> for full instructions on Manual Plugin Installation.</p>\n<h4>Setup Wizard</h4>\n<p>After installation, LifterLMS launches a friendly (and super quick) Setup Wizard.</p>\n<p>This wizard helps you configure LifterLMS so you can get to the fun stuff - like creating your courses - as quickly as possible.</p>\n<p>The wizard includes a few sample courses you can import if you want to see some examples before you start creating your own content.</p>\n<p>You can return to the setup wizard at any time by following <a href=\"https://lifterlms.com/docs/rerun-lifterlms-setup-wizard/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">these steps</a>.</p>\";s:3:\"FAQ\";s:6287:\"<p>Frequently Asked Questions</p><h4>Where do I buy add-ons or bundles for my LifterLMS eLearning Website?</h4>\n<p>You can explore the individual learning management system add-ons <a href=\"https://lifterlms.com/store/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">here</a> or save BIG with a <a href=\"https://lifterlms.com/product-category/bundles/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">bundle</a></p>\n<h4>How do I troubleshoot issues with my LMS website?</h4>\n<p>First, make sure that you\'re running the latest version of LifterLMS. And if you\'ve got any other LifterLMS plugins active on your site, make sure those are running the most current version as well.</p>\n<p>The most common issues we see are either plugin conflicts, theme conflicts, or outdated servers. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just LifterLMS is running on your site. If the issue persists from there, revert to the default Twenty Fifteen theme. If the issue is resolved after deactivating a specific plugin or your theme, you\'ll know that is the source of the conflict. If it is a hosting issue, contact your web host and make sure they’re running the most current version of PHP.</p>\n<p>Also be sure to check out the official LifterLMS <a href=\"https://lifterlms.com/docs/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">Knowledge Base</a>.</p>\n<h4>How do I ask a question about my online course website?</h4>\n<p>Users of the free LifterLMS should post their questions here in our WordPress.org support area. If you find you\'re not getting support in as timely a fashion as you wish, you might want to consider <a href=\"https://lifterlms.com/pricing/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">purchasing a product from LifterLMS</a> so you can access the LifterLMS support team.</p>\n<p>If you\'re already a LifterLMS customer, you can simply log into your account and contact the support team directly on the <a href=\"https://lifterlms.com/my-account/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">LifterLMS website</a>. We can provide a deeper level of support in there and address your needs on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all comments within 12 business hours.</p>\n<h4>LifterLMS is awesome! Can you set up my online course site for me?</h4>\n<p>LifterLMS offers technical support, but we do not offer custom website development services. However, we do recommend third party LifterLMS Experts who can help with web design, web development, instructional design or marketing for a fee.  Click here to visit the <a href=\"https://lifterlms.com/experts/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">LifterLMS Experts page</a>.</p>\n<h4>I\'m interested in purchasing add-ons for my WordPress LMS website, but I have a few questions first.</h4>\n<p>If you\'re not finding your questions answered here or on our website, you can ask your presales questions through this <a href=\"https://lifterlms.com/contact/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">contact form</a>. You can also connect live with a member of our team <a href=\"https://lifterlms.com/contact/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">here</a>.</p>\n<h4>What add-ons are available for LifterLMS, and where can I read more about them?</h4>\n<p>You can find a full list of official LifterLMS Add-ons <a href=\"https://lifterlms.com/store/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">here</a></p>\n<h4>I have a feature idea. What\'s the best way to tell you about it?</h4>\n<p>We care about your feature ideas and what you have to say. You can <a href=\"https://lifterlms.com/contact/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">request a feature</a>, <a href=\"?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">vote on existing feature requests</a>, and checkout the <a href=\"https://lifterlms.com/roadmap/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">product roadmap</a>.</p>\n<h4>Do you have any training for building an online course website?</h4>\n<p>Be sure you’ve taken the free tutorial training video course: <a href=\"https://academy.lifterlms.com/course/how-to-build-a-learning-management-system-with-lifterlms/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">How to Create an Online Course with LifterLMS</a>. We also encourage you to get to know us by signing up for a $1 temporary <em>30 Day</em> website on our servers which comes with the core LifterLMS plugin all our add-ons intalled. This demo allows you to test drive all the add-ons before you invest. Check it out here: <strong><a href=\"https://lifterlms.com/try/?utm_source=LifterLMS%20Plugin&amp;utm_medium=README&amp;utm_campaign=Readme%20to%20Sale\">Try LifterLMS for $1</a></strong>.</p>\n<h4>I\'m interested in contributing to LifterLMS, how can I start?</h4>\n<p>LifterLMS is an open source project. We manage our team, developers, issues, and code on <a href=\"https://github.com/gocodebox/lifterlms/\">GitHub</a>.</p>\n<p>We welcome contributions of all kinds, anyone can contribute even if you don\'t write code! Check out our <a href=\"https://github.com/gocodebox/lifterlms/blob/master/.github/CONTRIBUTING.md\">Contributor\'s Guidelines</a> to get started.</p>\n<h4>I found a security vulnerability or issue, how can I report it to the team?</h4>\n<p>The LifterLMS team takes security issues and vulnerabilities very seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.</p>\n<p>Please contact [email protected] to report a security vulnerability.</p>\n<p>You can review our full security policy at <a href=\"https://lifterlms.com/security-policy\">https://lifterlms.com/security-policy</a>.</p>\";s:9:\"Changelog\";s:3759:\"<h4>Changelog</h4><p>v7.3.0 - 2023-08-08</p><h5>Updates and Enhancements</h5>\n<ul>\n<li>When a notice is shown for an access plan on the course edit screen (e.g. When using the WooCommerce integration and no product has been associated to the access plan.) Also display a warning icon next to the access plan title.</li>\n<li>Made sure only who can <code>view_others_lifterlms_reports</code> will be able to see the analytics widget content in the WordPress admin.</li>\n<li>Better rounding of float values on some reporting screens.</li>\n<li>Avoid creating a post revision when cloning a course/lesson.</li>\n<li>When creating pages via <code>llms_create_pages()</code>: strip all tags from the page title and slash the page data prior to inserting the page in the db via <code>wp_insert_post()</code> to prevent slashes from being stripped from the page title.</li>\n<li>Updated the WordPress tested version up to 6.3.</li>\n<li>Improved compatibility with the Divi theme by fixing an issue with the quiz attempt result clarifications not being visible when the Divi option <code>Defer jQuery And jQuery Migrate</code> was enabled. <a href=\"https://github.com/gocodebox/lifterlms/issues/2470\">#2470</a></li>\n</ul>\n<h5>Bug Fixes</h5>\n<ul>\n<li>Fix spacer block when creating new certificate templates in WP 6.3.</li>\n<li>Fixed PHP Warning when no course/membership catalog page was set or if the selected page doesn\'t exist anymore. <a href=\"https://github.com/gocodebox/lifterlms/issues/2496\">#2496</a></li>\n<li>Don\'t include WordPress default sidebar.php template when using a block theme. <a href=\"https://github.com/gocodebox/lifterlms/issues/2488\">#2488</a></li>\n<li>Updated Kazakhstani Tenge\'s currency symbol. <a href=\"https://github.com/gocodebox/lifterlms/issues/2475\">#2475</a></li>\n<li>Make the dashboard widget visible only if the current user has LMS Manager capabilities. <a href=\"https://github.com/gocodebox/lifterlms/issues/2500\">#2500</a></li>\n<li>Fixed issue with LifterLMS Navigation Link block and block visibility settings. <a href=\"https://github.com/gocodebox/lifterlms/issues/2474\">#2474</a></li>\n<li>Use student dashboard as default value for navigation link block. <a href=\"https://github.com/gocodebox/lifterlms/issues/2465\">#2465</a></li>\n<li>Fixed typo in a function name that could potentially produce a fatal. Thanks <a href=\"https://github.com/kamalahmed\">@kamalahmed</a>!</li>\n</ul>\n<h5>Developer Notes</h5>\n<ul>\n<li>Added the parameter <code>$tab</code> (ID/slug of the tab) to the <code>lifterlms_reporting_tab_cap</code> filter hook. Thanks <a href=\"https://github.com/sapayth\">@sapayth</a>! <a href=\"https://github.com/gocodebox/lifterlms/issues/2468\">#2468</a></li>\n<li>Added new filter hook <code>llms_can_analytics_widget_be_processed</code> that will allow to filter wheteher or not an analytics widgegt can be processed/disoplayed.</li>\n<li>Added new filter <code>llms_install_get_pages</code>.</li>\n<li>Added new public static method <code>LLMS_Admin_Dashboard_Widget::get_dashboard_widget_data()</code>.</li>\n<li>Added <code>llms_dashboard_checklist</code> and <code>llms_dashboard_widget_data</code> filters to adjust dashboard content. <a href=\"https://github.com/gocodebox/lifterlms/issues/2491\">#2491</a></li>\n</ul>\n<h5>Updated Templates</h5>\n<ul>\n<li><a href=\"https://github.com/gocodebox/lifterlms/blob/7.3.0/templates/admin/reporting/tabs/widgets.php\">templates/admin/reporting/tabs/widgets.php</a></li>\n<li><a href=\"https://github.com/gocodebox/lifterlms/blob/7.3.0/templates/global/sidebar.php\">templates/global/sidebar.php</a></li>\n<li><a href=\"https://github.com/gocodebox/lifterlms/blob/7.3.0/templates/quiz/results-attempt-questions-list.php\">templates/quiz/results-attempt-questions-list.php</a></li>\n</ul>\";s:6:\"Author\";s:9:\"LifterLMS\";s:9:\"AuthorURI\";s:22:\"https://lifterlms.com/\";s:8:\"Download\";s:52:\"https://downloads.wordpress.org/plugin/lifterlms.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:9:\"LifterLMS\";}i:52;a:16:{s:4:\"Name\";s:35:\"Paid Memberships Pro - Limit Logins\";s:5:\"Title\";s:35:\"Paid Memberships Pro - Limit Logins\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/add-ons/limit-logins/\";s:4:\"Slug\";s:18:\"pmpro-limit-logins\";s:6:\"plugin\";s:41:\"pmpro-limit-logins/pmpro-limit-logins.php\";s:7:\"Version\";s:3:\"1.6\";s:11:\"Description\";s:93:\"Deter members from sharing login credentials: restrict simultaneous logins for the same user.\";s:12:\"Installation\";s:471:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-limit-logins</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate the plugin through the <code>Plugins</code> menu in WordPress.</li>\n</ol>\n<h3>Settings</h3>\n<p>There are no settings for this plugin. If you want to modify the default behavior to instead enable JavaScript checks, add the following code to your wp-config.php:</p>\n<p>define( \'PMPRO_LIMIT_LOGINS_HEARTBEAT_CHECK\', true );</p>\";s:3:\"FAQ\";s:322:\"<p>Frequently Asked Questions</p><p>I need something strong to keep people from sharing accounts.</p><p>We\'ve found that using a 2-Factor-Authentication scheme on your site is a good way to keep people from sharing accounts. When we tried to design an advanced version of WP-Bouncer, it was basically 2FA. So try that.</p>\";s:9:\"Changelog\";s:389:\"<h4>Changelog</h4><p>1.6 - 2025-01-20</p><ul>\n<li>REFACTOR: Renamed to Paid Memberships Pro - Limit Logins</li>\n<li>ENHANCEMENT: New filters added to match new name, previous filters maintained for backward compatibility. Please replace <code>wp_bouncer_</code> with <code>pmpro_limit_logins_</code> in code. </li>\n<li>ENHANCEMENT: Automatically deactivate WP Bouncer if active.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:80:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-limit-logins.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:12:\"Limit Logins\";}i:53;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Limit Post Views Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Limit Post Views Add On\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/pmpro-limit-post-views/\";s:4:\"Slug\";s:22:\"pmpro-limit-post-views\";s:6:\"plugin\";s:49:\"pmpro-limit-post-views/pmpro-limit-post-views.php\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:115:\"Integrates with Paid Memberships Pro to limit the number of times members and visitors can view posts on your site.\";s:12:\"Installation\";s:501:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Upload the <code>pmpro-limit-post-views</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Configure settings on the Limit Post Views settings page.</li>\n<li>Make sure your PMPro levels page mentions the post viewing limit so users know why they are being redirected.</li>\n</ol>\";s:3:\"FAQ\";s:513:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-limit-post-views/issues\">https://github.com/strangerstudios/pmpro-limit-post-views/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:779:\"<h4>Changelog</h4><p>1.0.1 - 2024-08-14</p><ul>\n<li>ENHANCEMENT: Updated the settings page UI to highlight non-member limits as the plugin\'s primary feature. #59 (@kimcoleman)</li>\n<li>ENHANCEMENT: Improved compatibility with other Add Ons that restrict post content based on criteria other than membership level. #64 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: Improved data validation when pulling view data from the Limit Post Views cookie. #63 (@michaelbourne)</li>\n<li>BUG FIX: Fixed a JavaScript error that may have shown in the console. #59 (@kimcoleman)</li>\n<li>BUG FIX: Fixed the text domain for some strings. #59 (@kimcoleman)</li>\n<li>BUG FIX: Fixed a PHP error when viewing the plugin action links without the \"manage_options\" capability. #66 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:80:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-limit-post-views.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Limit Post Views\";}i:54;a:16:{s:4:\"Name\";s:36:\"Paid Memberships Pro - Local Pricing\";s:5:\"Title\";s:36:\"Paid Memberships Pro - Local Pricing\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/local-pricing/\";s:4:\"Slug\";s:19:\"pmpro-local-pricing\";s:6:\"plugin\";s:43:\"pmpro-local-pricing/pmpro-local-pricing.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:151:\"Dynamically convert level pricing at checkout to the approximate rate in the visitor\'s local currency, as detected by their IP address and geolocation.\";s:12:\"Installation\";s:971:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-local-pricing</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to Memberships &gt; Settings &gt; Payment Gateway.</li>\n<li>Enter your App ID and save settings.</li>\n</ol>\n<p>Note: currency conversions are processed using the <a href=\"https://openexchangerates.org/\">https://openexchangerates.org/</a> API. If your site\'s default currency is USD, you can use an API key linked to a free account at <a href=\"https://openexchangerates.org/\">https://openexchangerates.org/</a>. All other currencies will require a paid plan with the API provider.</p>\n<p>Refer to the <a href=\"https://www.paidmembershipspro.com/add-ons/local-pricing/\">Local Pricing Add On documentation page</a> for more information on how to set up this Add On or for a code recipe to offer unique discount codes based on location.</p>\";s:3:\"FAQ\";s:33:\"<p>Frequently Asked Questions</p>\";s:9:\"Changelog\";s:76:\"<h4>Changelog</h4><p>1.0 - 2024-08-07</p><ul>\n<li>Initial release</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:81:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-local-pricing.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:13:\"Local Pricing\";}i:55;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Lock Membership Level\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Lock Membership Level\";s:9:\"PluginURI\";s:71:\"https://www.paidmembershipspro.com/add-ons/pmpro-lock-membership-level/\";s:4:\"Slug\";s:27:\"pmpro-lock-membership-level\";s:6:\"plugin\";s:59:\"pmpro-lock-membership-level/pmpro-lock-membership-level.php\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:61:\"Lock membership level changes for specific users or by level.\";s:12:\"Installation\";s:611:\"<p>Installation</p><ol>\n<li>Make sure you have Paid Memberships Pro installed and activated.</li>\n<li>Upload the <code>pmpro-lock-membership-level</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Add a new page for the \"Membership Locked\" message and assign it under Memberships &gt; Page settings. This is the page that members will be redirected to when attempting to cancel or change membership.</li>\n<li>Add the shortcode [pmpro_membership_locked] to that page. The shortcode\'s only attribute \"message\" can be used to customize the default message shown.</li>\n</ol>\";s:3:\"FAQ\";s:525:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-lock-membership-level/issues\">https://github.com/strangerstudios/pmpro-lock-membership-level/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:490:\"<h4>Changelog</h4><p>1.0.1 - 2024-02-27</p><ul>\n<li>BUG FIX: Fixed PHP error when trying to delete a lock for a user when using PMPro v2.x. #30 (@dparker1005)</li>\n<li>BUG FIX: Fixed issue where the lock expiration would show as \"Jan 1, 1970\" instead of \"Never\" while editing a user when using PMPro v2.x. #30 (@dparker1005)</li>\n<li>BUG FIX: Fixed conflict with the PMPro Unlock Protocol Add On where this plugin\'s Edit Member panel may not show. #30 (@dparker1005, @kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:89:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-lock-membership-level.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:21:\"Lock Membership Level\";}i:56;a:16:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Mailchimp Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Mailchimp Add On\";s:9:\"PluginURI\";s:71:\"https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/\";s:4:\"Slug\";s:15:\"pmpro-mailchimp\";s:6:\"plugin\";s:35:\"pmpro-mailchimp/pmpro-mailchimp.php\";s:7:\"Version\";s:3:\"2.4\";s:11:\"Description\";s:63:\"Sync your WordPress users and members with Mailchimp audiences.\";s:12:\"Installation\";s:1523:\"<p>Installation</p><p>This plugin works with and without Paid Memberships Pro installed.</p><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-mailchimp</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to Settings &gt; PMPro Mailchimp to proceed with setup.</li>\n</ol><p>Configuration and Settings</p><p><strong>Enter your Mailchimp API Key:</strong> Your Mailchimp API key can be found within your Mailchimp account under Account &gt; Extras &gt; API keys. If you don\'t have a Mailchimp account, <a href=\"http://eepurl.com/k4aAH\">you can create one here</a>. Read our documentation for a <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/#api-key\">video demonstrating how to locate your Mailchimp API key</a>.</p>\n<p>After entering your API Key, continue with the setup by assigning User or Member Audiences and reviewing the additional settings.</p>\n<p>For full documentation on all settings, please visit the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/\">Mailchimp Integration Add On documentation page at Paid Memberships Pro</a>. </p>\n<p>Several action and filter hooks are available for developers that need to customize specific aspects of the integration. <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-mailchimp-integration/#hooks\">Please explore the plugin\'s action and filter hooks here</a>.</p>\";s:3:\"FAQ\";s:548:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-mailchimp/issues\">https://github.com/strangerstudios/pmpro-mailchimp/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit <a href=\"https://www.paidmembershipspro.com/\">our support site at https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:195:\"<h4>Changelog</h4><p>2.4 - 2024-10-17</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n<li>ENHANCEMENT: Updated translation files bundled with the plugin.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:73:\"https://license.paidmembershipspro.com/downloads/free/pmpro-mailchimp.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:9:\"Mailchimp\";}i:57;a:16:{s:4:\"Name\";s:37:\"Paid Memberships Pro - Mailing Add On\";s:5:\"Title\";s:37:\"Paid Memberships Pro - Mailing Add On\";s:9:\"PluginURI\";s:80:\"https://www.paidmembershipspro.com/add-ons/shipping-address-membership-checkout/\";s:4:\"Slug\";s:14:\"pmpro-shipping\";s:6:\"plugin\";s:33:\"pmpro-shipping/pmpro-shipping.php\";s:7:\"Version\";s:3:\"2.0\";s:11:\"Description\";s:73:\"Add mailing or shipping address to the checkout page and other locations.\";s:12:\"Installation\";s:515:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Upload the <code>pmpro-shipping</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\n<p>Fields will automatically be captured for all membership levels. You can remove the fields for a level on the Memberships &gt; Settings &gt; Edit Membership Level &gt; \"Hide Mailing Address\" ssetting.</p>\";s:3:\"FAQ\";s:497:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-shipping/issues\">https://github.com/strangerstudios/pmpro-shipping/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:619:\"<h4>Changelog</h4><p>2.0 - 2025-01-09</p><ul>\n<li>FEATURE: Rebranded to \"Mailing Address Add On\" to better reflect the functionality of the plugin. #48 (@JarrydLong)</li>\n<li>ENHANCEMENT: Updated the checkout page code to move the mailing address fields below the billing address fields via JavaScript. #60 (@dparker1005)</li>\n<li>BUG FIX: Fixed an issue where emails may contain the mailing address of the email recipient instead of the member who checked out. #61 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed the user field group name for the mailing address fields to not have spaces. #59 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-shipping.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:7:\"Mailing\";}i:58;a:16:{s:4:\"Name\";s:31:\"Paid Memberships Pro - MailPoet\";s:5:\"Title\";s:31:\"Paid Memberships Pro - MailPoet\";s:9:\"PluginURI\";s:64:\"https://www.paidmembershipspro.com/add-ons/mailpoet-integration/\";s:4:\"Slug\";s:36:\"mailpoet-paid-memberships-pro-add-on\";s:6:\"plugin\";s:77:\"mailpoet-paid-memberships-pro-add-on/mailpoet-paid-memberships-pro-add-on.php\";s:7:\"Version\";s:5:\"3.3.1\";s:11:\"Description\";s:107:\"Automatically subscribe members to MailPoet lists or allow them to opt-in to specific MailPoet newsletters.\";s:12:\"Installation\";s:2413:\"<p>Installation</p><p>Note: You must have <a href=\"https://www.paidmembershipspro.com\">Paid Memberships Pro</a> installed and activated on your site.</p>\n<h3>Install PMPro MailPoet from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro MailPoet\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - MailPoet Add On\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro MailPoet Manually</h3>\n<ol>\n<li>Upload the <code>MailPoet-Paid-Memberships-Pro-Add-on</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - MailPoet Integration\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Configure Membership Settings for MailPoet</h3>\n<p>Below is a description of the various settings available in the plugin. Navigate to Memberships &gt; MailPoet in the WordPress admin to configure the plugin for your site</p>\n<ul>\n<li>Non-Members List: Users are automatically subscribed to non-member lists when they register without a membership level or when their membership level is removed.</li>\n<li>Opt-In List: Give users the option to subscribe to additional lists at checkout and on their profile page.</li>\n<li>Membership Lists: Assign MailPoet subscriptions to each membership. Members are automatically subscribed to these lists during checkout or after membership level changes. You can add members to a single list or multiple lists depending on your needs.</li>\n<li>Unsubscribe On Level Change? Choose whether subscribers should be removed from their level lists when their membership changes. This setting unsubscribes members from their current level’s list when they cancel, expire, or otherwise change their membership level.</li>\n</ul>\n<h3>Import Current Members to MailPoet</h3>\n<p>This integration plugin does not perform a retroactive update of all membership levels &gt; subscriber list settings. If you want to start using MailPoet and you already have members, you must complete a one-time import to sync MailPoet subscribers and members.</p>\n<p><a href=\"https://www.paidmembershipspro.com/import-members-to-mailpoet-lists/\">View the Guide: How to Import Your PMPro Members List to MailPoet Subscriber Lists »</a></p>\";s:3:\"FAQ\";s:589:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/MailPoet-Paid-Memberships-Pro-Add-on/issues\">https://github.com/strangerstudios/MailPoet-Paid-Memberships-Pro-Add-on/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit <a href=\"http://www.paidmembershipspro.com/\">our support site at https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:346:\"<h4>Changelog</h4><p>3.3.1 - 2024-11-05 = </p>\n<ul>\n<li>ENHANCEMENT: Renamed plugin\'s file to match that of the plugin slug. Fixes automatic update issues.</li>\n</ul>\n<p>= 3.3 - 2024-10-17</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n<li>ENHANCEMENT: Updated translation files bundled with the plugin.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:94:\"https://license.paidmembershipspro.com/downloads/free/mailpoet-paid-memberships-pro-add-on.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:8:\"MailPoet\";}i:59;a:16:{s:4:\"Name\";s:36:\"Paid Memberships Pro - Member Badges\";s:5:\"Title\";s:36:\"Paid Memberships Pro - Member Badges\";s:9:\"PluginURI\";s:57:\"https://www.paidmembershipspro.com/add-ons/member-badges/\";s:4:\"Slug\";s:19:\"pmpro-member-badges\";s:6:\"plugin\";s:43:\"pmpro-member-badges/pmpro-member-badges.php\";s:7:\"Version\";s:3:\"1.1\";s:11:\"Description\";s:115:\"Assign unique member badges (images) to each membership level and display via a shortcode or template PHP function.\";s:12:\"Installation\";s:417:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-member-badges</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit your membership levels to upload badges images.</li>\n<li>Use the [pmpro_member_badge] shortcode or the <code>pmpromb_show_badge()</code> function to show a badge on your site.</li>\n</ol>\";s:3:\"FAQ\";s:563:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-member-badges/issues\">https://github.com/strangerstudios/pmpro-member-badges/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:762:\"<h4>Changelog</h4><p>1.1 - 2025-03-31</p><ul>\n<li>ENHANCEMENT: Added support for displaying the <code>pmpro_member_badge</code> as an element in the Member Directory and Profile Add On.</li>\n<li>ENHANCEMENT: Added support for v3.1+ Paid Memberships Pro frontend appearance.</li>\n<li>ENHANCEMENT: Updated the default badge images included in the plugin.</li>\n<li>ENHANCEMENT: Added localization support.</li>\n<li>ENHANCEMENT: Added new shortcode attributes: <code>level_id</code>, <code>size</code>, and <code>user_id</code>.</li>\n<li>ENHANCEMENT: Added filter <code>pmpromb_allowed_html</code>.</li>\n<li>BUG FIX/ENHANCEMENT: Improved headings hierarchy for accessibility.</li>\n<li>BUG FIX: Fixed a warning when logged in user had no membership levels.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:76:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-badges.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:13:\"Member Badges\";}i:60;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Member Directory Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Member Directory Add On\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/member-directory/\";s:4:\"Slug\";s:22:\"pmpro-member-directory\";s:6:\"plugin\";s:49:\"pmpro-member-directory/pmpro-member-directory.php\";s:7:\"Version\";s:5:\"2.0.4\";s:11:\"Description\";s:81:\"Adds a customizable Member Directory and Member Profiles to your membership site.\";s:12:\"Installation\";s:652:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-member-directory</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the <code>Plugins</code> menu in WordPress.</li>\n<li>Create a page for your directory and set the appropriate shortcode attributes and <code>Require Membership</code> settings per your needs.</li>\n<li>Create a page for your profile and set the appropriate shortcode attributes and <code>Require Membership</code> settings per your needs.</li>\n<li>Navigate to Memberships &gt; Page Settings to assign your pages to the Directory and Profile page settings.</li>\n</ol>\";s:3:\"FAQ\";s:567:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-member-directory/issues\">https://github.com/strangerstudios/pmpro-member-directory/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:463:\"<h4>Changelog</h4><p>2.0.4 - 2025-04-24</p><ul>\n<li>BUG FIX/ENHANCEMENT: Added improved compatibility for The Events Calendar plugin, and possibly other plugins that may use <code>?pu=</code> in their URLs. #191 (@JarrydLong)</li>\n<li>BUG FIX: Fixed an issue with the Member Profile block not honoring the \"Show Bio\" setting. #192 (@dwanjuki)</li>\n<li>BUG FIX: Fixed audio playback (embedded) videos on the profile and directory pages. #193 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-member-directory.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Member Directory\";}i:61;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Member History Add On\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Member History Add On\";s:9:\"PluginURI\";s:64:\"https://www.paidmembershipspro.com/add-ons/pmpro-member-history/\";s:4:\"Slug\";s:20:\"pmpro-member-history\";s:6:\"plugin\";s:45:\"pmpro-member-history/pmpro-member-history.php\";s:7:\"Version\";s:4:\".3.1\";s:11:\"Description\";s:77:\"Display a history of a user\'s Membership on the User Profile for admins only.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:78:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-member-history.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:14:\"Member History\";}i:62;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Member Homepages Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Member Homepages Add On\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/member-homepages/\";s:4:\"Slug\";s:22:\"pmpro-member-homepages\";s:6:\"plugin\";s:49:\"pmpro-member-homepages/pmpro-member-homepages.php\";s:7:\"Version\";s:5:\"0.3.1\";s:11:\"Description\";s:75:\"Redirect members to a unique homepage or landing page based on their level.\";s:12:\"Installation\";s:358:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-member-homepages</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit your membership levels to assign a level\'s homepage and configure settings.</li>\n</ol>\";s:3:\"FAQ\";s:569:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-member-homepages/issues\">https://github.com/strangerstudios/pmpro-member-homepages/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:567:\"<h4>Changelog</h4><p>0.3.1 - 2023-10-12</p><ul>\n<li>ENHANCEMENT: Adding filter <code>pmpromh_prioritized_levels</code> for compatibility with Multiple Memberships Per User. #27 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: Added compatibility with Elementor when trying to edit a static homepage. #30 (@andrewlimaza)</li>\n<li>BUG FIX: Fixed issue where users would not be redirected to their member homepages on login if the “ignore redirect to” setting is disabled and the <code>$redirect_to</code> variable is not set for the login. #26 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:80:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-member-homepages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Member Homepages\";}i:63;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Member Network Sites Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Member Network Sites Add On\";s:9:\"PluginURI\";s:78:\"https://www.paidmembershipspro.com/add-ons/pmpro-network-multisite-membership/\";s:4:\"Slug\";s:13:\"pmpro-network\";s:6:\"plugin\";s:31:\"pmpro-network/pmpro-network.php\";s:7:\"Version\";s:5:\"0.5.4\";s:11:\"Description\";s:76:\"Create a network site for the member as part of membership to the main site.\";s:12:\"Installation\";s:429:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Make sure you have properly configured Network Sites on your WordPress Multisite.</li>\n<li>Upload the \'pmpro-network\' directory to the \'/wp-content/plugins/\' directory of your site.</li>\n<li>Activate the plugin on the main site (the primary domaoin of the network) through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:497:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-network/issues\">https://github.com/strangerstudios/pmpro-network/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:144:\"<h4>Changelog</h4><p>0.5.4 - 2024-02-06</p><ul>\n<li>SECURITY: Improved security to the frontend shortcode to create and manage sites.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:71:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-network.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:20:\"Member Network Sites\";}i:64;a:16:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Member RSS Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Member RSS Add On\";s:9:\"PluginURI\";s:54:\"http://www.paidmembershipspro.com/wp/pmpro-member-rss/\";s:4:\"Slug\";s:16:\"pmpro-member-rss\";s:6:\"plugin\";s:37:\"pmpro-member-rss/pmpro-member-rss.php\";s:7:\"Version\";s:3:\"0.3\";s:11:\"Description\";s:57:\"Create Member-Specific RSS Feeds for Paid Memberships Pro\";s:12:\"Installation\";s:224:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-member-rss</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:555:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-member-rss/issues\">https://github.com/strangerstudios/pmpro-member-rss/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:703:\"<h4>Changelog</h4><p>0.3 - 2022-10-21</p>\n<ul>\n<li>FEATURE: You can now regenerate a user\'s RSS key from the edit user page of the WP dashboard.</li>\n<li>BUG FIX/ENHANCEMENT: Now using the pmpro_has_membership_access() function to account for all methods of protecting content.</li>\n<li>BUG FIX/ENHANCEMENT: Now also generating a member RSS key (if needed) on level change in case that happens outside of checkout.</li>\n<li>BUG FIX/ENHANCEMENT: Updating search queries so protected content is still visible in feeds when a member RSS key is used. </li>\n</ul>\n<p>= .2.</p><ul>\n<li>Now removing enclosures from member posts.</li>\n<li>Filtering the RSS content filter to show a link to the post.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-member-rss.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:10:\"Member RSS\";}i:65;a:16:{s:4:\"Name\";s:19:\"Memberlite Elements\";s:5:\"Title\";s:19:\"Memberlite Elements\";s:9:\"PluginURI\";s:52:\"https://www.memberlitetheme.com/memberlite-elements/\";s:4:\"Slug\";s:19:\"memberlite-elements\";s:6:\"plugin\";s:43:\"memberlite-elements/memberlite-elements.php\";s:7:\"Version\";s:3:\"1.1\";s:11:\"Description\";s:86:\"A set of elements designed enhance the appearance of sites using the Memberlite Theme.\";s:12:\"Installation\";s:679:\"<p>Installation</p><p>Download, Install and Activate</p><p>In your WordPress admin, go to Plugins &gt; Add New to install Memberlite Shortcodes, or:</p>\n<ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /memberlite-elements/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>Start Using the Elements!</p><p>Browse the Memberlite Elements documentation to see all features, their attributes, and to view sample demos.</p>\n<p><a href=\"https://memberlitetheme.com/memberlite-elements/\">View Documentation</a></p>\";s:3:\"FAQ\";s:650:\"<p>Frequently Asked Questions</p><p>Where can I find Memberlite Elements documentation and user guides?</p><p>For help setting up and configuring the Memberlite Elements plugin, please refer to <a href=\"https://memberlitetheme.com/memberlite-elements/\">documentation</a>.</p><p>Where can I get the Memberlite Theme?</p><p>Visit <a href=\"https://memberlitetheme.com\">https://memberlitetheme.com</a> to get your copy of the Memberlite Theme.</p><p>I\'m not using the Memberlite Theme - can I still use Memberlite Elements plugin?</p><p>As of this release, Memberlite Elements is only compatible with the Memberlite Theme or a Memberlite Child Theme.</p>\";s:9:\"Changelog\";s:202:\"<h4>Changelog</h4><p>1.1.0 - 2023-09-21</p><ul>\n<li>SECURITY: Improved sanitization and escaping of elements.</li>\n<li>REFACTOR: Improved accessibility for screen readers and plugin settings.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.memberlitetheme.com\";s:8:\"Download\";s:62:\"https://downloads.wordpress.org/plugin/memberlite-elements.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:19:\"Memberlite Elements\";}i:66;a:16:{s:4:\"Name\";s:21:\"Memberlite Shortcodes\";s:5:\"Title\";s:21:\"Memberlite Shortcodes\";s:9:\"PluginURI\";s:50:\"https://memberlitetheme.com/memberlite-shortcodes/\";s:4:\"Slug\";s:21:\"memberlite-shortcodes\";s:6:\"plugin\";s:47:\"memberlite-shortcodes/memberlite-shortcodes.php\";s:7:\"Version\";s:5:\"1.3.9\";s:11:\"Description\";s:82:\"Shortcodes designed to work with the Memberlite Theme and Memberlite Child Themes.\";s:12:\"Installation\";s:699:\"<p>Installation</p><p>Download, Install and Activate</p><p>In your WordPress admin, go to Plugins &gt; Add New to install Memberlite Shortcodes, or:</p>\n<ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /memberlite-shortcodes/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>Start Using the Shortcodes!</p><p>Browse the Memberlite Shortcodes documentation to see all shortcodes, their attributes, and to view sample shortcode demos.</p>\n<p><a href=\"https://memberlitetheme.com/memberlite-shortcodes/\">View Documentation</a></p>\";s:3:\"FAQ\";s:681:\"<p>Frequently Asked Questions</p><p>Where can I find Memberlite Shortcodes documentation and user guides?</p><p>For help setting up and configuring the Memberlite Shortcodes plugin, please refer to <a href=\"https://memberlitetheme.com/memberlite-shortcodes/\">documentation</a>.</p><p>Where can I get the Memberlite Theme?</p><p>Visit <a href=\"https://memberlitetheme.com\">https://memberlitetheme.com</a> to get your copy of the Memberlite Theme.</p><p>I\'m not using the Memberlite Theme - can I still use Memberlite Shortcodes plugin?</p><p>Some of the shortcodes in this plugin will work with any theme, but we cannot guarantee the appearance will match that of the demo site.</p>\";s:9:\"Changelog\";s:215:\"<h4>Changelog</h4><p>1.3.9 - 2023-09-21</p><ul>\n<li>SECURITY: Sanitized and Escaped shortcode attributes and variables.</li>\n<li>REFACTOR: Improved accessibility for screen readers for certain shortcodes.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:27:\"https://memberlitetheme.com\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/memberlite-shortcodes.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:21:\"Memberlite Shortcodes\";}i:67;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Membership Card Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Membership Card Add On\";s:9:\"PluginURI\";s:59:\"http://www.paidmembershipspro.com/wp/pmpro-membership-card/\";s:4:\"Slug\";s:21:\"pmpro-membership-card\";s:6:\"plugin\";s:47:\"pmpro-membership-card/pmpro-membership-card.php\";s:7:\"Version\";s:3:\"1.2\";s:11:\"Description\";s:81:\"Display a printable Membership Card for Paid Memberships Pro members or WP users.\";s:12:\"Installation\";s:736:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-membership-card</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Create a page and add the [pmpro_membership_card] shortcode to it.</li>\n<li>(Optional) The page\'s \"featured image\" will be added to the membership card.</li>\n<li>(Optional) Specify the shortcode attribute \'print_size\'. Options include: small, medium, large or all. Default is: all. (ex: [pmpro_membership_card print_size=\"small,medium\"])</li>\n<li>(Optional) Copy the pmpro-membership-card/templates/membership-card.php file to your active theme\'s directory and edit it to change the card template.</li>\n</ol>\";s:3:\"FAQ\";s:319:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-membership-card/issues\">https://github.com/strangerstudios/pmpro-membership-card/issues</a></p>\";s:9:\"Changelog\";s:620:\"<h4>Changelog</h4><p>1.2 - 2025-03-07</p><ul>\n<li>FEATURE: Added support for user avatars on the membership card. #56 (@andrewlimaza)</li>\n<li>ENHANCEMENT: Now allowing admins to set the Membership Card page on the Memberships &gt; Settings &gt; Pages settings page. #64 (@dparker1005)</li>\n<li>ENHANCEMENT: Now showing expiration dates next to each level on the membership card. #63 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: The \"Print\" link is now translatable. #61 (@MaximilianoRicoTabo)</li>\n<li>DEPRECATED: No longer using methods from the <code>pmpro_posts_by_content</code> class. #64 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:82:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-membership-card.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:15:\"Membership Card\";}i:68;a:16:{s:4:\"Name\";s:53:\"Paid Memberships Pro - Membership Manager Role Add On\";s:5:\"Title\";s:53:\"Paid Memberships Pro - Membership Manager Role Add On\";s:9:\"PluginURI\";s:73:\"https://www.paidmembershipspro.com/add-ons/pmpro-membership-manager-role/\";s:4:\"Slug\";s:29:\"pmpro-membership-manager-role\";s:6:\"plugin\";s:63:\"pmpro-membership-manager-role/pmpro-membership-manager-role.php\";s:7:\"Version\";s:5:\"0.3.3\";s:11:\"Description\";s:86:\"Adds a Membership Manager role to WordPress with access to PMPro settings and reports.\";s:12:\"Installation\";s:237:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-membership-manager-role</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:311:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-gift-levels/issues\">https://github.com/strangerstudios/pmpro-gift-levels/issues</a></p>\";s:9:\"Changelog\";s:218:\"<h4>Changelog</h4><p>0.3.3 - 2024-02-29</p><ul>\n<li>ENHANCEMENT: Improved capability support for Paid Memberships Pro 3.0+</li>\n<li>ENHANCEMENT: Added localization to the plugin to make strings translatable.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:87:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-membership-manager-role.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:23:\"Membership Manager Role\";}i:69;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Membership Maps Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Membership Maps Add On\";s:9:\"PluginURI\";s:59:\"https://www.paidmembershipspro.com/add-ons/membership-maps/\";s:4:\"Slug\";s:21:\"pmpro-membership-maps\";s:6:\"plugin\";s:47:\"pmpro-membership-maps/pmpro-membership-maps.php\";s:7:\"Version\";s:3:\"0.9\";s:11:\"Description\";s:58:\"Display a map of members or for a single member\'s profile.\";s:12:\"Installation\";s:894:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-membership-maps</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>Settings</p><ol>\n<li>This plugin requires Paid Memberships Pro to be installed and activated.</li>\n<li>By default, the map will geocode the member’s \"Billing Address\". Navigate to Memberships &gt; Settings &gt; Payment Gateway &amp; SSL in the WordPress admin. Confirm the \"Show Billing Address Fields\" setting is set to \"Yes\".</li>\n<li>Next, enter your Google Maps API Key on the Memberships &gt; Settings &gt; Advanced Settings page in the WordPress admin. <a href=\"https://www.paidmembershipspro.com/add-ons/membership-maps/#google-maps-api-key\">Click here for help obtaining up your Google Maps API Key</a>.</li>\n</ol>\";s:3:\"FAQ\";s:567:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-membership-maps/issues\">https://github.com/strangerstudios/pmpro-membership-maps/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:518:\"<h4>Changelog</h4><p>0.9 - 2025-05-22</p><ul>\n<li>ENHANCEMENT: General improvements to loading the JavaScript files and load the files asynchronously. (@andrewlimaza, @JarrydLong)</li>\n<li>ENHANCEMENT: Improved search support for the Membership Directory and Profiles Add On. The map will now show the marker results from the search results. (@JarrydLong)</li>\n<li>BUG FIX: Fixed an issue where the Membership Map Address fields would not show for logged-out users during the checkout process. (@JarrydLong)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:78:\"http://license.paidmembershipspro.com/downloads/plus/pmpro-membership-maps.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:15:\"Membership Maps\";}i:70;a:16:{s:4:\"Name\";s:54:\"Paid Memberships Pro - Mobile Reports Dashboard Add On\";s:5:\"Title\";s:54:\"Paid Memberships Pro - Mobile Reports Dashboard Add On\";s:9:\"PluginURI\";s:72:\"https://www.paidmembershipspro.com/add-ons/responsive-reports-dashboard/\";s:4:\"Slug\";s:23:\"pmpro-reports-dashboard\";s:6:\"plugin\";s:51:\"pmpro-reports-dashboard/pmpro-reports-dashboard.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:89:\"Streamlined membership site reports dashboard designed for mobile and responsive screens.\";s:12:\"Installation\";s:443:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-reports-dashboard</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to www.YOURDOMAIN.com/pmpro-reports-dashboard/ to load the dashboard.</li>\n<li>Optionally use your mobile device\'s \"Add to Home Screen\" feature to add the app to your device for instant access.</li>\n</ol>\";s:3:\"FAQ\";s:323:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-reports-dashboard/issues\">https://github.com/strangerstudios/pmpro-reports-dashboard/issues</a></p>\";s:9:\"Changelog\";s:263:\"<h4>Changelog</h4><p>1.0 - 2024-01-05</p><ul>\n<li>FEATURE: The mobile reports dashboard is now a PWA (Progressive Web App) and can be added to your mobile device\'s home screen for instant access.</li>\n<li>FEATURE: Overhauled design with faster updates.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:81:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-reports-dashboard.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:24:\"Mobile Reports Dashboard\";}i:71;a:16:{s:4:\"Name\";s:52:\"Paid Memberships Pro - Multiple Memberships per User\";s:5:\"Title\";s:52:\"Paid Memberships Pro - Multiple Memberships per User\";s:9:\"PluginURI\";s:70:\"http://www.paidmembershipspro.com/pmpro-multiple-memberships-per-user/\";s:4:\"Slug\";s:35:\"pmpro-multiple-memberships-per-user\";s:6:\"plugin\";s:75:\"pmpro-multiple-memberships-per-user/pmpro-multiple-memberships-per-user.php\";s:7:\"Version\";s:5:\"0.8.4\";s:11:\"Description\";s:91:\"Update PMPro to allow users to checkout for and hold multiple memberships at the same time.\";s:12:\"Installation\";s:227:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-multiple-memberships-per-user</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:279:\"<h4>Changelog</h4><p>0.8.4 - 2023-06-14</p><ul>\n<li>BUG FIX: Added additional check to prevent JavaScript from loading on pages other than the checkout page.</li>\n<li>REFACTOR: Added version to Checkout page template to avoid outdated template warnings in PMPro v2.11+</li>\n</ul>\";s:6:\"Author\";s:37:\"Square Lines LLC and Stranger Studios\";s:9:\"AuthorURI\";s:27:\"http://www.square-lines.com\";s:8:\"Download\";s:93:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-multiple-memberships-per-user.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:29:\"Multiple Memberships per User\";}i:72;a:16:{s:4:\"Name\";s:68:\"Paid Memberships Pro - Multiple Memberships per User (Legacy Plugin)\";s:5:\"Title\";s:68:\"Paid Memberships Pro - Multiple Memberships per User (Legacy Plugin)\";s:9:\"PluginURI\";s:60:\"http://www.paidmembershipspro.com/add-ons/pmpro-mmpu-legacy/\";s:4:\"Slug\";s:17:\"pmpro-mmpu-legacy\";s:6:\"plugin\";s:39:\"pmpro-mmpu-legacy/pmpro-mmpu-legacy.php\";s:7:\"Version\";s:3:\"0.1\";s:11:\"Description\";s:60:\"Preserve some aspects of the old MMPU add on for PMPro 3.0+.\";s:12:\"Installation\";s:305:\"<p>Installation</p><ol>\n<li>Make sure you have Paid Memberships Pro v3.0+ installed and activated.</li>\n<li>Upload the <code>pmpro-mmpu-legacy</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:505:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-mmpu-legacy/issues\">https://github.com/strangerstudios/pmpro-mmpu-legacy/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:77:\"<h4>Changelog</h4><p>0.1 - 2024-03-21</p><ul>\n<li>Initial version.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-mmpu-legacy.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:45:\"Multiple Memberships per User (Legacy Plugin)\";}i:73;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Multisite Membership Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Multisite Membership Add On\";s:9:\"PluginURI\";s:68:\"https://www.paidmembershipspro.com/add-ons/pmpro-network-membership/\";s:4:\"Slug\";s:21:\"pmpro-network-subsite\";s:6:\"plugin\";s:47:\"pmpro-network-subsite/pmpro-network-subsite.php\";s:7:\"Version\";s:5:\"0.5.3\";s:11:\"Description\";s:133:\"Centralize membership checkout, login, and admin on the main network site and restrict access to content across all of your subsites.\";s:12:\"Installation\";s:1360:\"<p>Installation</p><ol>\n<li>Install Paid Memberships Pro via Network Admin &gt; Plugins &gt; Add New. Do not \"Network Activate\" the plugin.</li>\n<li>On your main network site, activate and configure Paid Memberships Pro by following the Initial Plugin Setup guide.</li>\n<li>Upload the \'pmpro-network-subsite\' directory to the \'wp-content/plugins/\' directory of your WordPress Multisite environment.</li>\n<li>For each site in your network that has member content, navigate to the site\'s Dashboard &gt; Plugins. Activate Paid Memberships Pro AND the Multisite Membership Add On.</li>\n<li>On the child sites in the network, navigate to the Memberships settings page and assign the appropriate site as the Main Network Site.</li>\n<li>DO NOT activate the \'pmpro-network-subsite\' plugin on the “Main” site (i.e. where people checkout) of your network.</li>\n<li>We also recommend defining the PMPRO_MULTISITE_REWRITE_URLS in your wp-config.php file. For example: define(\'PMPRO_MULTISITE_REWRITE_URLS\', true );</li>\n</ol>\n<p>You will now be able to create members-only content on subsites in the network. The membership levels of your main site are mirrored in each subsite.</p>\n<p>Read full documentation at <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-network-membership/\">https://www.paidmembershipspro.com/add-ons/pmpro-network-membership/</a></p>\";s:3:\"FAQ\";s:511:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-network-subsite/issues\">https://github.com/strangerstudios/pmpro-network-subsite/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:259:\"<h4>Changelog</h4><p>0.5.3 - 2024-10-07</p><ul>\n<li>ENHANCEMENT: Improved settings UI for compatibility with PMPro admin screens. #38 (@MaximilianoRicoTabo, @kimcoleman)</li>\n<li>BUG FIX: Fixed errors when PMPro core not active. #35 (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-network-subsite.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:20:\"Multisite Membership\";}i:74;a:16:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Nav Menus Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Nav Menus Add On\";s:9:\"PluginURI\";s:59:\"https://www.paidmembershipspro.com/add-ons/pmpro-nav-menus/\";s:4:\"Slug\";s:15:\"pmpro-nav-menus\";s:6:\"plugin\";s:35:\"pmpro-nav-menus/pmpro-nav-menus.php\";s:7:\"Version\";s:3:\"0.4\";s:11:\"Description\";s:100:\"Creates member navigation menus and swaps your theme\'s navigation based on a user\'s Membership Level\";s:12:\"Installation\";s:422:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-nav-menus</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Optionally create level-specific navigation menus on the <code>Edit Membership Level</code> admin.</li>\n<li>Create new navigation menu(s) for your members and assign them to the appropriate Theme Location.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-nav-menus.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:9:\"Nav Menus\";}i:75;a:16:{s:4:\"Name\";s:20:\"Paid Memberships Pro\";s:5:\"Title\";s:20:\"Paid Memberships Pro\";s:9:\"PluginURI\";s:34:\"https://www.paidmembershipspro.com\";s:4:\"Slug\";s:20:\"paid-memberships-pro\";s:6:\"plugin\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:7:\"Version\";s:5:\"3.4.6\";s:11:\"Description\";s:51:\"The Trusted Membership Platform That Grows with You\";s:12:\"Installation\";s:1196:\"<p>Installation</p><p>Download, Install and Activate!</p><p>Visit <a href=\"https://www.paidmembershipspro.com/documentation/download/\">https://www.paidmembershipspro.com/documentation/download/</a> for the full plugin download and instructions on how to install Paid Memberships Pro in your WordPress site.</p><p>Use the Setup Wizard to Complete Initial Setup</p><p>After activation, you will be taken through a brief setup wizard to configure the plugin.</p>\n<p>Refer to our <a href=\"https://www.paidmembershipspro.com/documentation/initial-plugin-setup/\">Initial Setup Tutorial</a> guide for additional help getting started.</p><p>More Installation and Setup Documentation</p><ul>\n<li><a href=\"https://www.paidmembershipspro.com/documentation/initial-plugin-setup/tutorial-video/\">Installation Video</a></li>\n<li><a href=\"https://www.paidmembershipspro.com/documentation/initial-plugin-setup/\">Installation Docs</a></li>\n<li><a href=\"https://www.paidmembershipspro.com/documentation/membership-levels/\">Membership Levels</a></li>\n<li><a href=\"https://www.paidmembershipspro.com/gateway/\">Payment Gateways</a></li>\n<li><a href=\"https://www.paidmembershipspro.com/add-ons/\">Add Ons</a></li>\n</ul>\";s:3:\"FAQ\";s:3301:\"<p>Frequently Asked Questions</p><p>Do I need to know any coding to use this plugin?</p><p>No, Paid Memberships Pro does not require any coding knowledge. The plugin is designed to meet all levels of WordPress experience. At the same time, our plugin is very developer-friendly and extendible.</p><p>Does the Paid Memberships Pro work with any WordPress theme?</p><p>Yes. PMPro will work with any properly coded theme. However, some themes may cause conflicts with the plugin. If you find a styling issue with your theme please create a post in the community forum.</p><p>Does the plugin work with caching plugins?</p><p>Absolutely. We have a <a href=\"https://www.paidmembershipspro.com/documentation/advanced/caching/\">complete guide on using a caching plugin</a> or your host\'s caching methods with Paid Memberships Pro on our website if you want to explore this topic more.</p><p>Does PMPro restrict access to wp-login.php when the plugin is active?</p><p>PMPro does not restrict access to the wp-login.php page when active. This allows your administrator users to leverage advanced security plugins, like Two-Factor and more, so that you can keep your membership site secure. We do include a frontend login page for your members to use for logging in and resetting their password.</p><p>Is Paid Memberships Pro Multisite or Network Compatible?</p><p>\"Supporting multisite\" means different things to different people. <a href=\"https://www.paidmembershipspro.com/membership-website-wordpress-multisite/\">This guide covers the three primary ways</a> you can use Paid Memberships Pro in a network.</p>\n<p>Out of the box PMPro will basically act as a stand alone plugin for each site. Each site has its own list of membership levels, members, payment settings, etc.</p>\n<p>Our <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-network-multisite-membership/\">Member Network Sites Add On</a> allows members to choose a site name and title at checkout and will set up a network site at checkout.</p>\n<p>Our <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-network-membership/\">Multisite Membership Add On</a> allows you to manage memberships at the \'Main\' Network site and provide or restrict access on other Network Subsites.</p>\n<p>If you would like more help using PMPro on a network install, <a href=\"https://www.paidmembershipspro.com/contact/\">reach our via our contact page</a>.</p><p>I need help installing, configuring, or customizing Paid Memberships Pro.</p><p>Please visit <a href=\"https://www.paidmembershipspro.com/support/\">our support site</a> for more documentation and our support forums.</p><p>I found a bug in Paid Memberships Pro.</p><p>Please reach out using our <a href=\"https://www.paidmembershipspro.com/contact/\">contact form</a> and we\'ll fix it right away. Thanks for helping.</p><p>Does PMPro Support X?</p><p>Not sure? You can find out by doing a bit a research.</p>\n<ol>\n<li><a href=\"https://www.paidmembershipspro.com/documentation/compatibility/\">Check our compatibility page</a>.</li>\n<li><a href=\"https://www.paidmembershipspro.com/add-ons/\">Check our Add Ons</a>.</li>\n<li><a href=\"https://www.paidmembershipspro.com/\">Do a search on our site</a>.</li>\n<li><a href=\"https://www.paidmembershipspro.com/contact/\">Ask using our contact form</a></li>\n</ol>\";s:9:\"Changelog\";s:222:\"<h4>Changelog</h4><p>3.4.6 - 2025-04-21</p><ul>\n<li>BUG FIX: Fixed fatal error related to redefining <code>pmpro_getAddonBySlug</code> when activating PMPro Core with the PMPro Update Manager active. (@ideadude)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/free/paid-memberships-pro.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:20:\"Paid Memberships Pro\";}i:76;a:16:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Pay by Check Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Pay by Check Add On\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/pmpro-pay-by-check-add-on/\";s:4:\"Slug\";s:18:\"pmpro-pay-by-check\";s:6:\"plugin\";s:41:\"pmpro-pay-by-check/pmpro-pay-by-check.php\";s:7:\"Version\";s:5:\"1.1.3\";s:11:\"Description\";s:106:\"A collection of customizations useful when allowing users to pay by check for Paid Memberships Pro levels.\";s:12:\"Installation\";s:843:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-pay-by-check</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Change your Payment Settings to the \"Pay by Check\" gateway and make sure to set the \"Instructions\" with instructions for how to pay by check. Save.</li>\n<li>Change the Payment Settings back to use your gateway of choice. Behind the scenes the Pay by Check settings are still stored.</li>\n<li>Edit your membership levels and set the \"Pay by Check Settings\" for each level.</li>\n</ol>\n<p>If you would like to change the wording from \"Pay by Check\" to something else, you can use this custom code:\n<a href=\"https://gist.github.com/strangerstudios/68bb75bf3b83530390d4\">https://gist.github.com/strangerstudios/68bb75bf3b83530390d4</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:454:\"<h4>Changelog</h4><p>1.1.3 - 2025-03-05</p><ul>\n<li>ENHANCEMENT: Now showing Pay By Check crons in the PMPro Site Health report. #135 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX/ENHANCEMENT: Updated the payment instructions output formatting to match the core PMPro plugin. #138 (@dparker1005)</li>\n<li>BUG FIX: Fixed an issue where levels that are set to only allow check payments could send users to offsite payment gateways. #133 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-pay-by-check.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:12:\"Pay by Check\";}i:77;a:16:{s:4:\"Name\";s:38:\"Paid Memberships Pro - PayFast Gateway\";s:5:\"Title\";s:38:\"Paid Memberships Pro - PayFast Gateway\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/payfast-payment-gateway/\";s:4:\"Slug\";s:13:\"pmpro-payfast\";s:6:\"plugin\";s:31:\"pmpro-payfast/pmpro-payfast.php\";s:7:\"Version\";s:5:\"1.7.1\";s:11:\"Description\";s:58:\"Adds PayFast as a gateway option for Paid Memberships Pro.\";s:12:\"Installation\";s:1007:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Upload the <code>pmpro-payfast</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Go to Memberships -&gt; Payment Settings in your WordPress dashboard to complete the Payfast settings.</li>\n</ol><p>Setup</p><ol>\n<li>Register and validate your account with Payfast: <a href=\"https://registration.payfast.io/\">https://registration.payfast.io/</a>.</li>\n<li>Log in to your Payfast account and select \'Settings\' to retrieve your merchant details.</li>\n<li>Log in to your WordPress dashboard and navigate to Memberships &gt; Payment Settings.</li>\n<li>Set your \"Payment Gateway\" to \"Payfast\". Fill out your merchant details and Security Passphrase (required in order to accept recurring payments).</li>\n<li>Set your currency to \"South African Rand\".</li>\n<li>Save your settings.</li>\n</ol>\";s:3:\"FAQ\";s:1038:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-payfast/issues\">https://github.com/strangerstudios/pmpro-payfast/issues</a></p>\n<p>For immediate help, also post to our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p><p>I need to test Payfast in sandbox mode.</p><p>To test Payfast payments without being billed in sandbox mode requires a sandbox account from PayFast. For more information in creating a sandbox account - <a href=\"https://developers.payfast.co.za/documentation/#the-sandbox\">https://developers.payfast.co.za/documentation/#the-sandbox</a></p>\";s:9:\"Changelog\";s:189:\"<h4>Changelog</h4><p>1.7.1 - 2025-05-01</p><ul>\n<li>BUG FIX: Fixed an issue where multiple ITN requests received in a single day would cancel a subscription. #105 (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"http://license.paidmembershipspro.com/downloads/free/pmpro-payfast.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:15:\"PayFast Gateway\";}i:78;a:16:{s:4:\"Name\";s:54:\"Paid Memberships Pro - Payflow Recurring Orders Add On\";s:5:\"Title\";s:54:\"Paid Memberships Pro - Payflow Recurring Orders Add On\";s:9:\"PluginURI\";s:74:\"https://www.paidmembershipspro.com/add-ons/payflow-recurring-orders-addon/\";s:4:\"Slug\";s:30:\"pmpro-payflow-recurring-orders\";s:6:\"plugin\";s:65:\"pmpro-payflow-recurring-orders/pmpro-payflow-recurring-orders.php\";s:7:\"Version\";s:5:\"0.3.2\";s:11:\"Description\";s:72:\"Check daily for new recurring orders in Payflow and add as PMPro orders.\";s:12:\"Installation\";s:703:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-payflow-recurring-orders/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>That’s it. No settings.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/payflow-recurring-orders-addon/\">https://www.paidmembershipspro.com/add-ons/payflow-recurring-orders-addon/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:308:\"<h4>Changelog</h4><p>0.3.2 - 2024-10-24</p><ul>\n<li>BUG FIX: Fixed an issue where subscriptions table data would not be updated when using PMPro v3.0+. #7 (@dparker1005)</li>\n<li>BUG FIX: Fixed an issue where the order amount for recurring orders would show as $0 in PMPro v3.2+. #7 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:33:\"htts://www.paidmembershipspro.com\";s:8:\"Download\";s:88:\"https://license.paidmembershipspro.com/downloads/free/pmpro-payflow-recurring-orders.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:24:\"Payflow Recurring Orders\";}i:79;a:16:{s:4:\"Name\";s:43:\"Paid Memberships Pro - Payment Plans Add On\";s:5:\"Title\";s:43:\"Paid Memberships Pro - Payment Plans Add On\";s:9:\"PluginURI\";s:63:\"https://www.paidmembershipspro.com/add-ons/pmpro-payment-plans/\";s:4:\"Slug\";s:19:\"pmpro-payment-plans\";s:6:\"plugin\";s:43:\"pmpro-payment-plans/pmpro-payment-plans.php\";s:7:\"Version\";s:3:\"0.5\";s:11:\"Description\";s:84:\"Integrates with Paid Memberships Pro to provide payment plans for membership levels.\";s:12:\"Installation\";s:1381:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-approvals/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol><p>How to Use</p><ol>\n<li>Create a membership level and set the pricing on the level to the default or most popular payment you offer. For example, set the main level up as a fixed price per month.</li>\n<li>Then, locate the “Payment Plans” section and click the “Add Payment Plan” button.</li>\n<li>Expand the individual payment plan to adjust the name, pricing details, and any additional settings related to expiration or trials.</li>\n<li>Add additional payment plans if you’d like to offer more than one. The default level pricing will be shown first in the list with any additional active payment plans shown below.</li>\n<li>Save the membership level and browse to the checkout page for that level to see your plans in action.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-payment-plans/\">https://www.paidmembershipspro.com/add-ons/pmpro-payment-plans/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:765:\"<h4>Changelog</h4><p>0.5 - 2025-01-10</p><ul>\n<li>ENHANCEMENT: Added better support for Group Accounts Add On and Proration Add On. #79 (@MaximilianoRicoTabo)</li>\n<li>ENHANCEMENT: Added logic to allow direct linking to payment plans via query parameter (e.g. <code>&amp;pmpropp_chosen_plan=2</code> or <code>&amp;pmpropp_chosen_plan=L-1-P-4</code>). #76 (@MaximilianoRicoTabo)</li>\n<li>ENHANCEMENT: Added logic to add Payment Plans information to Site Health. #67 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed an issue where discount codes were not being applied correctly for levels with payment plans. #77 (@MaximilianoRicoTabo)</li>\n<li>BUG FIX: Fixed an issue when in some cases the payment plans would save empty values. #80 (@MaximilianoRicoTabo)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-payment-plans.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:13:\"Payment Plans\";}i:80;a:16:{s:4:\"Name\";s:41:\"Paystack Gateway for Paid Memberships Pro\";s:5:\"Title\";s:41:\"Paystack Gateway for Paid Memberships Pro\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/paystack-gateway/\";s:4:\"Slug\";s:37:\"paystack-gateway-paid-memberships-pro\";s:6:\"plugin\";s:79:\"paystack-gateway-paid-memberships-pro/paystack-gateway-paid-memberships-pro.php\";s:7:\"Version\";s:3:\"1.8\";s:11:\"Description\";s:64:\"Plugin to add Paystack payment gateway into Paid Memberships Pro\";s:12:\"Installation\";s:774:\"<p>Installation</p><p>Minimum Requirements</p><ul>\n<li>Confirm that your server can conclude a TLSv1.2 connection to Paystack\'s servers. More information about this requirement can be gleaned here: <a href=\"https://developers.paystack.co/blog/tls-v12-requirement\">TLS v1.2 requirement</a>.</li>\n<li>Installed and activated [Paid Membership Pro Plugin] (<a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a>)</li>\n</ul><p>Manual installation</p><p>The manual installation method involves downloading our payment plugin and uploading it to your webserver via your favourite FTP application. The WordPress codex contains <a href=\"https://codex.wordpress.org/Managing_Plugins#Manual_Plugin_Installation\">instructions on how to do this here</a>.</p>\";s:3:\"FAQ\";s:678:\"<p>Frequently Asked Questions</p><p>Where can I find help and documentation to understand Paystack?</p><p>You can find help and information on Paystack on our <a href=\"https://paystack.com/help\">Help Desk</a></p><p>Where can I get support or talk to other users?</p><p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/paystack-gateway-paid-memberships-pro\">Paystack Gateway for Paid Membership Pro Plugin Forum</a>.</p><p>Paystack Gateway for Paid Membership Pro is awesome! Can I contribute?</p><p>Yes you can! Join in on our <a href=\"https://github.com/strangerstudios/paystack-gateway-paid-memberships-pro\">GitHub repository</a></p>\";s:9:\"Changelog\";s:121:\"<h4>Changelog</h4><p>1.8 - 2024-11-06</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com</li>\n</ul>\";s:6:\"Author\";s:30:\"Paid Memberships Pro, Paystack\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:95:\"https://license.paidmembershipspro.com/downloads/free/paystack-gateway-paid-memberships-pro.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:41:\"Paystack Gateway for Paid Memberships Pro\";}i:81;a:16:{s:4:\"Name\";s:25:\"PMPro Levels as UL Layout\";s:5:\"Title\";s:25:\"PMPro Levels as UL Layout\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/wp/pmpro-ul-levels/\";s:4:\"Slug\";s:15:\"pmpro-ul-levels\";s:6:\"plugin\";s:35:\"pmpro-ul-levels/pmpro-ul-levels.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:107:\"Display your Membership Levels page in a UL Layout (includes classes for Foundation by ZURB Pricing table).\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:42:\"Stranger Studios / Tweaked by Lasse Larsen\";s:9:\"AuthorURI\";s:28:\"http://www.seventysixnyc.com\";s:8:\"Download\";s:73:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-ul-levels.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:25:\"PMPro Levels as UL Layout\";}i:82;a:16:{s:4:\"Name\";s:34:\"Paid Memberships Pro - Pods Add On\";s:5:\"Title\";s:34:\"Paid Memberships Pro - Pods Add On\";s:9:\"PluginURI\";s:60:\"https://www.paidmembershipspro.com/add-ons/pods-integration/\";s:4:\"Slug\";s:10:\"pmpro-pods\";s:6:\"plugin\";s:25:\"pmpro-pods/pmpro-pods.php\";s:7:\"Version\";s:3:\"1.1\";s:11:\"Description\";s:232:\"Integrates Paid Memberships Pro with the Pods Framework to add groups of fields to many areas of your membership site including Member Profiles, the Membership Checkout page, and admin screens including Membership Levels and Orders.\";s:12:\"Installation\";s:323:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro and Pods Framework plugins installed and activated.</li>\n<li>Upload the <code>pmpro-pods</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:706:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-pods/issues\">https://github.com/strangerstudios/pmpro-pods/issues</a></p>\n<p>For immediate help, also post to our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com/support\">https://www.paidmembershipspro.com/support</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:124:\"<h4>Changelog</h4><p>1.0.4 - 2024-10-18</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:68:\"https://license.paidmembershipspro.com/downloads/free/pmpro-pods.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:4:\"Pods\";}i:83;a:16:{s:4:\"Name\";s:60:\"Paid Memberships Pro - Post Affiliate Pro Integration Add On\";s:5:\"Title\";s:60:\"Paid Memberships Pro - Post Affiliate Pro Integration Add On\";s:9:\"PluginURI\";s:80:\"https://www.paidmembershipspro.com/add-ons/pmpro-post-affiliate-pro-integration/\";s:4:\"Slug\";s:24:\"pmpro-post-affiliate-pro\";s:6:\"plugin\";s:53:\"pmpro-post-affiliate-pro/pmpro-post-affiliate-pro.php\";s:7:\"Version\";s:3:\"0.3\";s:11:\"Description\";s:67:\"Process an affiliate via Post Affiliate Pro after a PMPro checkout.\";s:12:\"Installation\";s:455:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-post-affiliate-pro</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit pmpro-post-affiliate-pro.php to enter your affiliate login link, username, and password.\n. Create links in Post Affiliate Pro as you would normally. The plugin will track clicks and sales through the PAP API.</li>\n</ol>\";s:3:\"FAQ\";s:571:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-post-affiliate-pro/issues\">https://github.com/strangerstudios/pmpro-post-affiliate-pro/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:168:\"<h4>Changelog</h4><p>0.3 - 2025-05-27</p><ul>\n<li>BUG FIX: Fixed a fatal error where curly braces are no longer supported in PHP 8 and above. (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:81:\"http://license.paidmembershipspro.com/downloads/free/pmpro-post-affiliate-pro.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:30:\"Post Affiliate Pro Integration\";}i:84;a:16:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Proration Add On\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Proration Add On\";s:9:\"PluginURI\";s:53:\"http://www.paidmembershipspro.com/wp/pmpro-proration/\";s:4:\"Slug\";s:15:\"pmpro-proration\";s:6:\"plugin\";s:35:\"pmpro-proration/pmpro-proration.php\";s:7:\"Version\";s:5:\"1.0.1\";s:11:\"Description\";s:62:\"Simple proration for membership level upgrades and downgrades.\";s:12:\"Installation\";s:207:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-proration</code> folder to the <code>/wp-content/plugins/</code> directory.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:458:\"<h4>Changelog</h4><p>1.0.1 - 2025-02-05</p><ul>\n<li>BUG FIX/ENHANCEMENT: Now setting profile start dates directly on level objects for sites running PMPro v3.4+ to avoid conflicts with custom code. #29 (@dparker1005)</li>\n<li>BUG FIX: Fixed the <code>!!edit_member_downgrade_url!!</code> email template variable generating an incorrect URL. #27 (@dwanjuki) </li>\n<li>BUG FIX: Fixed incorrect text domains for localized strings. #31 (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:73:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-proration.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:9:\"Proration\";}i:85;a:16:{s:4:\"Name\";s:51:\"Paid Memberships Pro - Reason For Cancelling Add On\";s:5:\"Title\";s:51:\"Paid Memberships Pro - Reason For Cancelling Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/pmpro-reason-cancelling/\";s:4:\"Slug\";s:27:\"pmpro-reason-for-cancelling\";s:6:\"plugin\";s:59:\"pmpro-reason-for-cancelling/pmpro-reason-for-cancelling.php\";s:7:\"Version\";s:3:\"1.1\";s:11:\"Description\";s:67:\"Adds a field to specify a reason for cancelling to the cancel page.\";s:12:\"Installation\";s:235:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-reason-for-cancelling</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:331:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-reason-for-cancelling/issues\">https://github.com/strangerstudios/pmpro-reason-for-cancelling/issues</a></p>\";s:9:\"Changelog\";s:277:\"<h4>Changelog</h4><p>1.1 - 2024-07-15</p><ul>\n<li>ENHANCEMENT: Added support for v3.1+ Paid Memberships Pro frontend changes.</li>\n<li>BUG FIX: Fixed conflict with the Unlock Protocol Add On where the Edit Member panel for this Add On may not show. #30 (dparker1005)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:85:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-reason-for-cancelling.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:21:\"Reason For Cancelling\";}i:86;a:16:{s:4:\"Name\";s:39:\"Paid Memberships Pro - Recurring Emails\";s:5:\"Title\";s:39:\"Paid Memberships Pro - Recurring Emails\";s:9:\"PluginURI\";s:77:\"https://www.paidmembershipspro.com/add-ons/recurring-payment-email-reminders/\";s:4:\"Slug\";s:22:\"pmpro-recurring-emails\";s:6:\"plugin\";s:49:\"pmpro-recurring-emails/pmpro-recurring-emails.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:138:\"Send members a reminder email prior to when their next recurring subscription payment is made to let them know payment is processing soon.\";s:12:\"Installation\";s:230:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-recurring-emails</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:567:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-recurring-emails/issues\">https://github.com/strangerstudios/pmpro-recurring-emails/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:962:\"<h4>Changelog</h4><p>1.0 - 2023-12-22</p><ul>\n<li>ENHANCEMENT: For sites running PMPro 3.0+, this plugin now uses the Subscriptions table to more accurately determine when to send emails and to add compatibility with Multiple Memberships Per User. #28 (@dparker1005)</li>\n<li>ENHANCEMENT: Added a new constant <code>PMPROR_DEBUG</code> to allow setting an email address to send log data to or to have the log data printed to a file. #34 (@dparker1005)</li>\n<li>ENHANCEMENT: Added localization support. #35 (@dparker1005)</li>\n<li>BUG FIX: Fixed issue where customized email template data may not be sent. #36 (@andrewlimaza, @dparker1005)</li>\n<li>BUG FIX: Fixed issue where the <code>!!billing_amount!!</code> email template variable would sometimes incorrectly return $0 instead of the actual billing amount. #29 (@MaximilianoRicoTabo)</li>\n<li>REFACTOR: Now using <code>get_option()</code> instead of <code>pmpro_getOption()</code>. #31 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-recurring-emails.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:16:\"Recurring Emails\";}i:87;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Register Helper Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Register Helper Add On\";s:9:\"PluginURI\";s:97:\"https://www.paidmembershipspro.com/add-ons/pmpro-register-helper-add-checkout-and-profile-fields/\";s:4:\"Slug\";s:21:\"pmpro-register-helper\";s:6:\"plugin\";s:47:\"pmpro-register-helper/pmpro-register-helper.php\";s:7:\"Version\";s:5:\"1.8.3\";s:11:\"Description\";s:90:\"Add custom form fields to membership checkout and user profiles with Paid Memberships Pro.\";s:12:\"Installation\";s:2976:\"<p>Installation</p><p>Note: This plugin doesn\'t require <a href=\"https://wordpress.org/plugins/paid-memberships-pro/\">Paid Memberships Pro</a>, but it is strongly recommended for sites that want to build a membership site and capture user profile information as part of free or paid member registration.</p>\n<h3>Install PMPro Register Helper from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro Register Helper\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - Register Helper Add On\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro Register Helper Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-register-helper</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - Register Helper\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Set Up Your Custom Fields</h3><p>Adding Fields to Membership Checkout</p><p>Register Helper allows you to add fields to a variety of places within the Membership Checkout page using Paid Memberships Pro. Fields can be added to existing locations including:</p>\n<ul>\n<li>after_username</li>\n<li>after_password</li>\n<li>after_email</li>\n<li>after_captcha</li>\n<li>after_billing_fields</li>\n<li>before_submit_button</li>\n</ul>\n<p>If you would like to add fields to the profile only, specify the \'just_profile\' location.</p>\n<p>Fields must be configured using custom code. We offer support for creating up to 5 fields as part of your <a href=\"https://www.paidmembershipspro.com/pricing/?utm_source=wordpress-org&amp;utm_medium=readme&amp;utm_campaign=pmpro-register-helper\">premium membership</a>.</p>\n<p><a href=\"https://www.paidmembershipspro.com/documentation/register-helper-documentation/adding-fields/?utm_source=wordpress-org&amp;utm_medium=readme&amp;utm_campaign=pmpro-register-helper\">View the full documentation on adding fields</a> and <a href=\"https://www.youtube.com/watch?v=VVTHYPQpfZ4\">check out this video demo on Register Helper set up</a>.</p><p>Adding New Sections to Membership Checkout</p><p>You can add a new box or \'section\' to the Membership Checkout form using the \'checkout_boxes\' feature. Your newly created box includes a title, description, and loads in the specified location.</p>\n<p><a href=\"https://www.paidmembershipspro.com/documentation/register-helper-documentation/adding-fields/#checkout-boxes?utm_source=wordpress-org&amp;utm_medium=readme&amp;utm_campaign=pmpro-register-helper\">Read the documentation on Custom Checkout Boxes</a></p><p>Restrict Membership Checkout by Email Address or Username</p><p>Add your list of custom \"approved\" email addresses or usernames to the \"Restrict by Email\" or \"Restrict by Username\" field on the Memberships &gt; Settings &gt; Membership Levels &gt; Edit Level admin page.</p>\";s:3:\"FAQ\";s:319:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-register-helper/issues\">https://github.com/strangerstudios/pmpro-register-helper/issues</a></p>\";s:9:\"Changelog\";s:147:\"<h4>Changelog</h4><p>1.8.3 - 2023-03-17</p><ul>\n<li>BUG FIX: Reverting v1.8.2 changes which were not needed and potentially problematic.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:64:\"https://downloads.wordpress.org/plugin/pmpro-register-helper.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:15:\"Register Helper\";}i:88;a:16:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Require Strong Passwords\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Require Strong Passwords\";s:9:\"PluginURI\";s:68:\"https://www.paidmembershipspro.com/add-ons/require-strong-passwords/\";s:4:\"Slug\";s:22:\"pmpro-strong-passwords\";s:6:\"plugin\";s:49:\"pmpro-strong-passwords/pmpro-strong-passwords.php\";s:7:\"Version\";s:5:\"0.5.1\";s:11:\"Description\";s:51:\"Force users to submit strong passwords on checkout.\";s:12:\"Installation\";s:220:\"<p>Installation</p><ol>\n<li>Upload the ‘pmpro-strong-passwords’ directory to the ‘/wp-content/plugins/’ directory of your site.</li>\n<li>Activate the plugin through the ‘Plugins’ menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:188:\"<p>Frequently Asked Questions</p><p>I need help with this plugin</p><p>Please post support topics to <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a></p>\";s:9:\"Changelog\";s:767:\"<h4>Changelog</h4><p>0.5.1 - 2024-09-11</p><ul>\n<li>ENHANCEMENT: Now localizing the suggestions returned from the Zxcvbn library. #56 (@kimcoleman)</li>\n<li>ENHANCEMENT: Update the Zxcvbn library to latest release v1.3.1. #55 (@kimcoleman)</li>\n<li>ENHANCEMENT: Added better support for v3.1 and use built-in CSS classes where possible. #53 (@andrewlimaza)</li>\n<li>ENHANCEMENT: Adjusted Javascript to work with v3.1 new CSS classes. #53 (@ipokkel)</li>\n<li>BUG FIX: Fixes an issue when using the block or shortcode on a page that isn\'t set to the checkout page options in PMPro. #51 (@andrewlimaza)</li>\n<li>BUG FIX: Fixed incorrect variable passed to localized text string. #48 (@ipokkel)</li>\n<li>SECURITY: Improved escaping on text. #53 (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:80:\"https://license.paidmembershipspro.com/downloads/free/pmpro-strong-passwords.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:24:\"Require Strong Passwords\";}i:89;a:16:{s:4:\"Name\";s:35:\"Paid Memberships Pro - Roles Add On\";s:5:\"Title\";s:35:\"Paid Memberships Pro - Roles Add On\";s:9:\"PluginURI\";s:55:\"https://www.paidmembershipspro.com/add-ons/pmpro-roles/\";s:4:\"Slug\";s:11:\"pmpro-roles\";s:6:\"plugin\";s:27:\"pmpro-roles/pmpro-roles.php\";s:7:\"Version\";s:3:\"1.5\";s:11:\"Description\";s:48:\"Adds a WordPress Role for each Membership Level.\";s:12:\"Installation\";s:252:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-roles</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>That\'s it. No settings.</li>\n</ol>\";s:3:\"FAQ\";s:547:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-roles/issues\">https://github.com/strangerstudios/pmpro-roles/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:847:\"<h4>Changelog</h4><p>1.5 - 2024-10-29</p><ul>\n<li>SECURITY: Improved security and escaping of strings.</li>\n<li>ENHANCEMENT: Improved capability for Paid Memberships Pro V3.0+ logic.</li>\n<li>ENHANCEMENT: Defaulting to the \"New User Default Role\" setting when no role is selected within the membership level settings. This will dynamically change based on the default WordPress setting.</li>\n<li>ENHANCEMENT: Allows creation of custom level roles for each membership level at any time if the role does not exist.</li>\n<li>ENHANCEMENT: Deletes the <code>pmpro_draft_role</code> role when the plugin is deleted or delete roles and deactivate option is selected from the plugins page.</li>\n<li>REFACTOR: Refactored some code to use built-in methods available from Paid Memberships Pro and older versions to support backwards compatibility.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:69:\"https://license.paidmembershipspro.com/downloads/free/pmpro-roles.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:5:\"Roles\";}i:90;a:16:{s:4:\"Name\";s:29:\"Paid Memberships Pro - Series\";s:5:\"Title\";s:29:\"Paid Memberships Pro - Series\";s:9:\"PluginURI\";s:78:\"https://www.paidmembershipspro.com/add-ons/pmpro-series-for-drip-feed-content/\";s:4:\"Slug\";s:12:\"pmpro-series\";s:6:\"plugin\";s:29:\"pmpro-series/pmpro-series.php\";s:7:\"Version\";s:3:\"0.7\";s:11:\"Description\";s:121:\"Drip feed content to your members over the course of their membership. Serializes content by # of days post-registration.\";s:12:\"Installation\";s:403:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-series</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Navigate to the Series menu in the WordPress dashboard to create a new series.</li>\n<li>Add posts to series using the \"Posts in this Series\" meta box under the post content.</li>\n</ol>\";s:3:\"FAQ\";s:301:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-series/issues\">https://github.com/strangerstudios/pmpro-series/issues</a></p>\";s:9:\"Changelog\";s:238:\"<h4>Changelog</h4><p>0.7 - 2024-07-19</p><ul>\n<li>ENHANCEMENT: Updated the frontend UI for compatibility with PMPro v3.1. #108, #109 (@dparker1005, @kimcoleman)</li>\n<li>BUG FIX: Fixed some PHP 8.2+ warnings. #109 (@kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:70:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-series.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:6:\"Series\";}i:91;a:16:{s:4:\"Name\";s:27:\"Seriously Simple Podcasting\";s:5:\"Title\";s:27:\"Seriously Simple Podcasting\";s:9:\"PluginURI\";s:122:\"https://castos.com/seriously-simple-podcasting/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019\";s:4:\"Slug\";s:27:\"seriously-simple-podcasting\";s:6:\"plugin\";s:59:\"seriously-simple-podcasting/seriously-simple-podcasting.php\";s:7:\"Version\";s:6:\"2.13.0\";s:11:\"Description\";s:104:\"Podcasting the way it\'s meant to be. No mess, no fuss - just you and your content taking over the world.\";s:12:\"Installation\";s:845:\"<p>Installation</p><p>Installing \"Seriously Simple Podcasting\" can be done either by searching for \"Seriously Simple Podcasting\" via the \"Plugins &gt; Add New\" screen in your WordPress dashboard, or by using the following steps:</p>\n<ol>\n<li>Download the plugin via WordPress.org</li>\n<li>Upload the ZIP file through the \'Plugins &gt; Add New &gt; Upload\' screen in your WordPress dashboard</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress</li>\n<li>Customise the plugin from the \'Podcast &gt; Settings\' page</li>\n</ol><p>Where are the FAQs?</p><p>You can find complete user and developer documentation (along with the FAQs) on <a href=\"https://castos.com/podcast-hosting-wordpress/?utm_medium=sspodcasting&amp;utm_source=wordpress&amp;utm_campaign=wpplugin_08_2019\">the Seriously Simple Podcasting documentation site</a>.</p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:703:\"<h4>Changelog</h4><p>2.13.0</p><ul>\n<li>2022-04-18</li>\n<li>UPDATE SUMMARY: Podping notification when feed is updated, code refactoring, minor improvements</li>\n<li>[UPDATE] Podping notification when feed is updated</li>\n<li>[UPDATE] Code refactoring: moved podcast CPT functions to a separate controller</li>\n<li>[UPDATE] PMPro integration: possibility to enable/disable integration with settings</li>\n<li>[UPDATE] Changed the contributing guide from GitHub to GitLab</li>\n<li>[FIX] Fixed Elementor episode list widget in compact mode</li>\n<li>[FIX] Bug fixed: Yoast integration critical error</li>\n<li>[FIX] Fixed the Twitter share URL</li>\n<li>[FIX] Fixed intermittent update episode error</li>\n</ul>\";s:6:\"Author\";s:6:\"Castos\";s:9:\"AuthorURI\";s:94:\"https://castos.com/?utm_medium=sspodcasting&utm_source=wordpress&utm_campaign=wpplugin_08_2019\";s:8:\"Download\";s:70:\"https://downloads.wordpress.org/plugin/seriously-simple-podcasting.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:27:\"Seriously Simple Podcasting\";}i:92;a:16:{s:4:\"Name\";s:50:\"Paid Memberships Pro - Set Expiration Dates Add On\";s:5:\"Title\";s:50:\"Paid Memberships Pro - Set Expiration Dates Add On\";s:9:\"PluginURI\";s:64:\"http://www.paidmembershipspro.com/wp/pmpro-set-expiration-dates/\";s:4:\"Slug\";s:26:\"pmpro-set-expiration-dates\";s:6:\"plugin\";s:57:\"pmpro-set-expiration-dates/pmpro-set-expiration-dates.php\";s:7:\"Version\";s:3:\"0.7\";s:11:\"Description\";s:95:\"Set a specific expiration date (e.g. 2013-12-31) for a PMPro membership level or discount code.\";s:12:\"Installation\";s:318:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-set-expiration-date</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Change the expiration date on the edit levels and edit discount code pages.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:513:\"<h4>Changelog</h4><p>0.7 - 2024-04-24</p><ul>\n<li>ENHANCEMENT: Support Paystack and PayFast payment gateway.</li>\n<li>ENHANCEMENT: Applied WordPress Coding Standards to code (improves readability).</li>\n<li>ENHANCEMENT: Improved support to show the expiration date when a discount code is applied.</li>\n<li>ENHANCEMENT: Moved Set Expiration Date settings to Expiration Date tab in the Membership Level settings.</li>\n<li>BUG FIX: Fixed an issue in some cases where the expiration date was losing a day.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-set-expiration-dates.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:20:\"Set Expiration Dates\";}i:93;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Signup Shortcode Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Signup Shortcode Add On\";s:9:\"PluginURI\";s:66:\"https://www.paidmembershipspro.com/add-ons/pmpro-signup-shortcode/\";s:4:\"Slug\";s:22:\"pmpro-signup-shortcode\";s:6:\"plugin\";s:49:\"pmpro-signup-shortcode/pmpro-signup-shortcode.php\";s:7:\"Version\";s:3:\"0.4\";s:11:\"Description\";s:125:\"Embed signup forms anywhere on your WordPress site. Designed to simplify membership registration, especially for free levels.\";s:12:\"Installation\";s:438:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-signup-shortcode</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\n<p>Add a sign up form to a post/widget/page using a shortcode:</p>\n<p>[pmpro_signup level=\"3\" intro=\"0\" redirect=\"referrer\" short=\"emailonly\" submit_button=\"Join Now\" title=\"Sign Up for Gold Membership\"]</p>\";s:3:\"FAQ\";s:321:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-signup-shortcode/issues\">https://github.com/strangerstudios/pmpro-signup-shortcode/issues</a></p>\";s:9:\"Changelog\";s:252:\"<h4>Changelog</h4><p>0.4 - 2024-09-25</p><ul>\n<li>ENHANCEMENT: Updated UI for compatibility with PMPro v3.1. #58 (@kimcoleman)</li>\n<li>BUG FIX: Fixed case where user fields for specific level would not show on Signup Form. #60 (@kimcoleman)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:84:\"https://license.paidmembershipspro.com/downloads/standard/pmpro-signup-shortcode.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Signup Shortcode\";}i:94;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Sitewide Sales Add On\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Sitewide Sales Add On\";s:9:\"PluginURI\";s:58:\"https://www.paidmembershipspro.com/add-ons/sitewide-sales/\";s:4:\"Slug\";s:20:\"pmpro-sitewide-sales\";s:6:\"plugin\";s:45:\"pmpro-sitewide-sales/pmpro-sitewide-sales.php\";s:7:\"Version\";s:5:\"1.2.5\";s:11:\"Description\";s:143:\"Create, manage, and view advanced reports for a sitewide or flash sale on membership (Black Friday or Cyber Monday) using Paid Memberships Pro.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:78:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-sitewide-sales.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:14:\"Sitewide Sales\";}i:95;a:16:{s:4:\"Name\";s:40:\"Paid Memberships Pro - Slack Integration\";s:5:\"Title\";s:40:\"Paid Memberships Pro - Slack Integration\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/pmpro-slack-integration/\";s:4:\"Slug\";s:11:\"pmpro-slack\";s:6:\"plugin\";s:27:\"pmpro-slack/pmpro-slack.php\";s:7:\"Version\";s:5:\"1.1.1\";s:11:\"Description\";s:66:\"Configure Slack notifications for the Paid Memberships Pro plugin.\";s:12:\"Installation\";s:339:\"<p>Installation</p><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-slack</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>The settings page is at Settings --&gt; PMPro Slack in the WP dashboard.</li>\n</ol>\";s:3:\"FAQ\";s:545:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-slack/issues\">https://github.com/strangerstudios/pmpro-slack/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:267:\"<h4>Changelog</h4><p>1.1.1 - 2023-03-22</p><ul>\n<li>BUG FIX/ENHANCEMENT: Adding compatibility with PMPro Multiple Memberships Per User.</li>\n<li>BUG FIX: Resolved PHP warning when checking out without having any levels set on the PMPro Slack settings page.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:69:\"https://license.paidmembershipspro.com/downloads/free/pmpro-slack.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:17:\"Slack Integration\";}i:96;a:16:{s:4:\"Name\";s:43:\"Paid Memberships Pro - Social Locker Add On\";s:5:\"Title\";s:43:\"Paid Memberships Pro - Social Locker Add On\";s:9:\"PluginURI\";s:63:\"https://www.paidmembershipspro.com/add-ons/pmpro-social-locker/\";s:4:\"Slug\";s:19:\"pmpro-social-locker\";s:6:\"plugin\";s:43:\"pmpro-social-locker/pmpro-social-locker.php\";s:7:\"Version\";s:4:\".1.1\";s:11:\"Description\";s:60:\"Integrate PMPro with the Social Locker plugin from OnePress.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"https://license.paidmembershipspro.com/downloads/free/pmpro-social-locker.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:13:\"Social Locker\";}i:97;a:16:{s:4:\"Name\";s:42:\"Paid Memberships Pro - Social Login Add On\";s:5:\"Title\";s:42:\"Paid Memberships Pro - Social Login Add On\";s:9:\"PluginURI\";s:63:\"https://www.paidmembershipspro.com/add-ons/social-login-add-on/\";s:4:\"Slug\";s:18:\"pmpro-social-login\";s:6:\"plugin\";s:41:\"pmpro-social-login/pmpro-social-login.php\";s:7:\"Version\";s:3:\"1.1\";s:11:\"Description\";s:74:\"Offer social login for your membership site’s checkout and log in forms.\";s:12:\"Installation\";s:749:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro and either Nextend Social Login (<a href=\"https://wordpress.org/plugins/nextend-facebook-connect/\">https://wordpress.org/plugins/nextend-facebook-connect/</a>) or Super Socializer (<a href=\"https://wordpress.org/plugins/super-socializer/\">https://wordpress.org/plugins/super-socializer/</a>) installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-social-login/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:382:\"<h4>Changelog</h4><p>1.1 - 2024-10-08</p><ul>\n<li>ENHANCEMENT: Updated UI for compatibility with PMPro v3.1. #20 (@andrewlimaza)</li>\n<li>ENHANCEMENT: Improved settings UI for compatibility with PMPro admin screens. #21 (@kimcoleman)</li>\n<li>BUG FIX/ENHANCEMENT: Fixed issue where default level was not being assigned when using Nextend Social Login. #20 (@andrewlimaza)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:76:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-social-login.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:12:\"Social Login\";}i:98;a:16:{s:4:\"Name\";s:47:\"Paid Memberships Pro - Sponsored Members Add On\";s:5:\"Title\";s:47:\"Paid Memberships Pro - Sponsored Members Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/pmpro-sponsored-members/\";s:4:\"Slug\";s:23:\"pmpro-sponsored-members\";s:6:\"plugin\";s:51:\"pmpro-sponsored-members/pmpro-sponsored-members.php\";s:7:\"Version\";s:6:\"0.10.2\";s:11:\"Description\";s:84:\"Generate discount code for a main account holder to distribute to sponsored members.\";s:12:\"Installation\";s:702:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-sponsored-members</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Create one level for paying account holders and one level for sponsored members.</li>\n<li>Edit the PMPROSM_MAIN_ACCOUNT_LEVEL constant in the plugin file to match your main account level id.</li>\n<li>Edit the PMPROSM_SPONSORED_ACCOUNT_LEVEL constant in the plugin file to match your sponsored level id.</li>\n<li>Edit the second half of the pmprosm_pmpro_after_change_membership_level() function to change the values of the discount code given to paying members.</li>\n</ol>\";s:3:\"FAQ\";s:323:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-sponsored-members/issues\">https://github.com/strangerstudios/pmpro-sponsored-members/issues</a></p>\";s:9:\"Changelog\";s:408:\"<h4>Changelog</h4><p>0.10.2 - 2023-07-25</p><ul>\n<li>BUG FIX: Fixed issue where the seat cost would always show $0 at checkout.</li>\n<li>ENHANCEMENT: Updated <code>&lt;h3&gt;</code> tags to <code>&lt;h2&gt;</code> tags for better accessibility.</li>\n<li>REFACTOR: Now getting level information at checkout from <code>pmpro_getLevelAtCheckout()</code> instead of pulling from <code>$_REQUEST</code></li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:81:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-sponsored-members.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:17:\"Sponsored Members\";}i:99;a:16:{s:4:\"Name\";s:38:\"Paid Memberships Pro - State Dropdowns\";s:5:\"Title\";s:38:\"Paid Memberships Pro - State Dropdowns\";s:9:\"PluginURI\";s:58:\"https://www.paidmembershipspro.com/add-ons/state-dropdown/\";s:4:\"Slug\";s:21:\"pmpro-state-dropdowns\";s:6:\"plugin\";s:47:\"pmpro-state-dropdowns/pmpro-state-dropdowns.php\";s:7:\"Version\";s:5:\"0.5.1\";s:11:\"Description\";s:85:\"Creates an autopopulated field for countries and states/provinces for billing fields.\";s:12:\"Installation\";s:314:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Upload the <code>pmpro-state-dropdowns</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:1335:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-state-dropdowns/issues\">https://github.com/strangerstudios/pmpro-state-dropdowns/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p><p>The state fields are not showing correctly for pre-existing users</p><p>Existing users that have entered their State/Province before using this add-on may be required to update their profile while PMPro State Dropdowns is activated. This is usually caused by incorrect spelling of the State/Province. (This only affects the front-end of your site and won\'t affect the previously saved user meta)</p><p>Some States/Provinces are missing or incorrect from the State/Province dropdown</p><p>Not all countries may be fully supported regarding the State/Province list. If you find a fault with your country\'s State/Province list, please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-state-dropdowns/issues\">https://github.com/strangerstudios/pmpro-state-dropdowns/issues</a></p>\";s:9:\"Changelog\";s:315:\"<h4>Changelog</h4><p>0.5.1 - 2025-03-14</p><ul>\n<li>BUG FIX/ENHANCEMENT: Updated the billing country text field to have styling consistent with PMPro v3.1+. #65 (@andrewlimaza)</li>\n<li>BUG FIX/ENHANCEMENT: Now retaining shipping state and country values when a checkout submission fails. #68 (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:82:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-state-dropdowns.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:15:\"State Dropdowns\";}i:100;a:16:{s:4:\"Name\";s:44:\"Paid Memberships Pro - Stripe Billing Limits\";s:5:\"Title\";s:44:\"Paid Memberships Pro - Stripe Billing Limits\";s:9:\"PluginURI\";s:71:\"https://www.paidmembershipspro.com/add-ons/pmpro-stripe-billing-limits/\";s:4:\"Slug\";s:27:\"pmpro-stripe-billing-limits\";s:6:\"plugin\";s:59:\"pmpro-stripe-billing-limits/pmpro-stripe-billing-limits.php\";s:7:\"Version\";s:3:\"1.0\";s:11:\"Description\";s:57:\"Allow Billing Limits with Stripe as your primary gateway.\";s:12:\"Installation\";s:360:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated and that Stripe is your primary gateway.</li>\n<li>Upload the <code>pmpro-stripe-billing-limits</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:525:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-stripe-billing-limits/issues\">https://github.com/strangerstudios/pmpro-stripe-billing-limits/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"https://www.paidmembershipspro.com\">https://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:349:\"<h4>Changelog</h4><p>1.0 - 2023-01-09</p><ul>\n<li>BUG FIX/ENHANCEMENT: No longer relying on usermeta to track billing limit data.</li>\n<li>BUG FIX/ENHANCEMENT: Improved compatibility with PMPro Multiple Memberships Per User.</li>\n<li>REFACTOR: Simplified logic throughout the plugin to increase stability. Updating to 1.0 to reflect this.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:85:\"https://license.paidmembershipspro.com/downloads/free/pmpro-stripe-billing-limits.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:21:\"Stripe Billing Limits\";}i:101;a:16:{s:4:\"Name\";s:49:\"Paid Memberships Pro - Subscription Delays Add On\";s:5:\"Title\";s:49:\"Paid Memberships Pro - Subscription Delays Add On\";s:9:\"PluginURI\";s:63:\"https://www.paidmembershipspro.com/add-ons/subscription-delays/\";s:4:\"Slug\";s:25:\"pmpro-subscription-delays\";s:6:\"plugin\";s:55:\"pmpro-subscription-delays/pmpro-subscription-delays.php\";s:7:\"Version\";s:5:\"0.6.1\";s:11:\"Description\";s:118:\"Adds a field to delay the start of a subscription for membership levels and discount codes for variable-length trials.\";s:12:\"Installation\";s:266:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-subscription-delays</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>That\'s it. No settings.</li>\n</ol>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:170:\"<h4>Changelog</h4><p>0.6.1 - 2025-02-06</p><ul>\n<li>BUG FIX: Fixed an issue that could cause errors if the core PMPro plugin was not active. #49 (@dparker1005)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:83:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-subscription-delays.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:19:\"Subscription Delays\";}i:102;a:16:{s:4:\"Name\";s:48:\"Paid Memberships Pro - Table Layout Plugin Pages\";s:5:\"Title\";s:48:\"Paid Memberships Pro - Table Layout Plugin Pages\";s:9:\"PluginURI\";s:69:\"https://www.paidmembershipspro.com/add-ons/table-layout-plugin-pages/\";s:4:\"Slug\";s:17:\"pmpro-table-pages\";s:6:\"plugin\";s:39:\"pmpro-table-pages/pmpro-table-pages.php\";s:7:\"Version\";s:2:\".1\";s:11:\"Description\";s:142:\"An archived version of the table-based layouts for default Paid Memberships Pro pages, including the Checkout, Billing, and Confirmation pages\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:75:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-table-pages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:25:\"Table Layout Plugin Pages\";}i:103;a:16:{s:4:\"Name\";s:35:\"Paid Memberships Pro - Testimonials\";s:5:\"Title\";s:35:\"Paid Memberships Pro - Testimonials\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/add-ons/testimonials/\";s:4:\"Slug\";s:18:\"pmpro-testimonials\";s:6:\"plugin\";s:41:\"pmpro-testimonials/pmpro-testimonials.php\";s:7:\"Version\";s:5:\"0.1.1\";s:11:\"Description\";s:109:\"Collect, approve, and display member testimonials with review schema on the frontend of your membership site.\";s:12:\"Installation\";s:226:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-testimonials</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\";s:3:\"FAQ\";s:313:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-testimonials/issues\">https://github.com/strangerstudios/pmpro-testimonials/issues</a></p>\";s:9:\"Changelog\";s:495:\"<h4>Changelog</h4><p>0.1.1 - 2025-03-31</p><ul>\n<li>ENHANCEMENT: Improved accessibility for the star rating and other elements.</li>\n<li>BUG FIX: Fixed an issue where categories/tags were not being assigned via the shortcode.</li>\n<li>BUG FIX: Resolved issues where the wrong text-domain value was being used.</li>\n<li>BUG FIX: Fixed a fatal error when Paid Memberships Pro is deactivated.</li>\n<li>BUG FIX: Fixed an issue where required fields may have been skipped in certain cases.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:79:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-testimonials.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:12:\"Testimonials\";}i:104;a:16:{s:4:\"Name\";s:45:\"Paid Memberships Pro - Unlock Protocol Add On\";s:5:\"Title\";s:45:\"Paid Memberships Pro - Unlock Protocol Add On\";s:9:\"PluginURI\";s:70:\"https://www.paidmembershipspro.com/add-ons/unlock-protocol-integration\";s:4:\"Slug\";s:12:\"pmpro-unlock\";s:6:\"plugin\";s:29:\"pmpro-unlock/pmpro-unlock.php\";s:7:\"Version\";s:5:\"1.2.1\";s:11:\"Description\";s:52:\"Integrate Paid Memberships Pro with Unlock Protocol.\";s:12:\"Installation\";s:0:\"\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:226:\"<h4>Changelog</h4><p>1.2.1 - 2024-10-18</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n<li>ENHANCEMENT: Added Dutch language files.</li>\n<li>ENHANCEMENT: Added \"Sepolia\" test network.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:70:\"https://license.paidmembershipspro.com/downloads/free/pmpro-unlock.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:15:\"Unlock Protocol\";}i:105;a:16:{s:4:\"Name\";s:37:\"Paid Memberships Pro - Update Manager\";s:5:\"Title\";s:37:\"Paid Memberships Pro - Update Manager\";s:9:\"PluginURI\";s:58:\"https://www.paidmembershipspro.com/add-ons/update-manager/\";s:4:\"Slug\";s:20:\"pmpro-update-manager\";s:6:\"plugin\";s:45:\"pmpro-update-manager/pmpro-update-manager.php\";s:7:\"Version\";s:5:\"0.2.1\";s:11:\"Description\";s:106:\"Manage downloads and updates for all official Paid Memberships Pro Add Ons, themes, and translation files.\";s:12:\"Installation\";s:626:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>You must have Paid Memberships Pro installed and activated on your site.</li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Download the latest version of the plugin.</li>\n<li>Unzip the downloaded file to your computer.</li>\n<li>Upload the /pmpro-update-manager/ directory to the /wp-content/plugins/ directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n</ol>\n<p>View full documentation at: <a href=\"https://www.paidmembershipspro.com/add-ons/update-manager/\">https://www.paidmembershipspro.com/add-ons/update-manager/</a></p>\";s:3:\"FAQ\";s:0:\"\";s:9:\"Changelog\";s:150:\"<h4>Changelog</h4><p>0.2.1 - 2025-04-23</p><ul>\n<li>BUG FIX: Fixed an issue where memberlite theme would show an update when not installed.</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:77:\"http://license.paidmembershipspro.com/downloads/free/pmpro-update-manager.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:14:\"Update Manager\";}i:106;a:16:{s:4:\"Name\";s:40:\"Paid Memberships Pro - User Pages Add On\";s:5:\"Title\";s:40:\"Paid Memberships Pro - User Pages Add On\";s:9:\"PluginURI\";s:51:\"http://www.paidmembershipspro.com/pmpro-user-pages/\";s:4:\"Slug\";s:16:\"pmpro-user-pages\";s:6:\"plugin\";s:37:\"pmpro-user-pages/pmpro-user-pages.php\";s:7:\"Version\";s:3:\"0.7\";s:11:\"Description\";s:88:\"When a user signs up, create a page for them that only they (and admins) have access to.\";s:12:\"Installation\";s:443:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-user-pages</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Create an empty members page as the top level page for all user pages.</li>\n<li>Go to Memberships -&gt; User Pages in the dashboard to set the top level page and choose which levels should generate user pages.</li>\n</ol>\";s:3:\"FAQ\";s:309:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-user-pages/issues\">https://github.com/strangerstudios/pmpro-user-pages/issues</a></p>\";s:9:\"Changelog\";s:864:\"<h4>Changelog</h4><p>0.7 - 2023-08-18</p><ul>\n<li>ENHANCEMENT: Added the <code>pmproup_allow_access_to_user_page</code> filter to adjust viewing restrictions for a user page. #14 (@andrewlimaza, @dparker1005)</li>\n<li>ENHANCEMENT: Added <code>&lt;span&gt;</code> tags around dates in the Account Page member links to allow styling that content. #13 (@kimwhite)</li>\n<li>BUG FIX/ENHANCEMENT: Now cleaning up user page data for users whose corresponding user page has been deleted. #12 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: Improved compatibility with PMPro Multiple Memberships Per User Add On. #20 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: Now creating sub-pages whenever a membership level is changed instead of only after checkouts. #20 (@dparker1005)</li>\n<li>BUG FIX/ENHANCEMENT: Updated localization and escaping of strings. #15 (@femiyb)</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:74:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-user-pages.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:10:\"User Pages\";}i:107;a:16:{s:4:\"Name\";s:46:\"Paid Memberships Pro - Variable Pricing Add On\";s:5:\"Title\";s:46:\"Paid Memberships Pro - Variable Pricing Add On\";s:9:\"PluginURI\";s:67:\"https://www.paidmembershipspro.com/add-ons/variable-pricing-add-on/\";s:4:\"Slug\";s:22:\"pmpro-variable-pricing\";s:6:\"plugin\";s:49:\"pmpro-variable-pricing/pmpro-variable-pricing.php\";s:7:\"Version\";s:5:\"0.4.6\";s:11:\"Description\";s:84:\"Allow customers to set their own price when checking out for your membership levels.\";s:12:\"Installation\";s:332:\"<p>Installation</p><ol>\n<li>Upload the <code>pmpro-variable-pricing</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>Edit the levels you want to add variable pricing to and set the \"Variable Pricing\" settings.</li>\n</ol>\";s:3:\"FAQ\";s:321:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-variable-pricing/issues\">https://github.com/strangerstudios/pmpro-variable-pricing/issues</a></p>\";s:9:\"Changelog\";s:545:\"<h4>Changelog</h4><p>0.4.6 - 2024-01-04</p><ul>\n<li>ENHANCEMENT: Updating <code>&lt;h3&gt;</code> tags to <code>&lt;h2&gt;</code> tags for better accessibility. #44 (@ipokkel)</li>\n<li>BUG FIX: Fixed PHP warning if an empty level ID is passed to <code>pmprovp_get_settings()</code>. #43 (@dparker1005)</li>\n<li>REFACTOR: No longer pulling the checkout level from the <code>$_REQUEST</code> variable. #43 (@dparker1005)</li>\n<li>REFACTOR: Now using <code>get_option()</code> instead of <code>pmpro_getOption()</code>. #42 (@JarrydLong)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:80:\"https://license.paidmembershipspro.com/downloads/plus/pmpro-variable-pricing.zip\";s:7:\"License\";s:4:\"plus\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:16:\"Variable Pricing\";}i:108;a:16:{s:4:\"Name\";s:30:\"Paid Memberships Pro - VAT Tax\";s:5:\"Title\";s:30:\"Paid Memberships Pro - VAT Tax\";s:9:\"PluginURI\";s:51:\"https://www.paidmembershipspro.com/add-ons/vat-tax/\";s:4:\"Slug\";s:13:\"pmpro-vat-tax\";s:6:\"plugin\";s:31:\"pmpro-vat-tax/pmpro-vat-tax.php\";s:7:\"Version\";s:5:\"0.8.2\";s:11:\"Description\";s:114:\"Calculate VAT tax at checkout and allow customers with a VAT Number lookup for VAT tax exemptions in EU countries.\";s:12:\"Installation\";s:572:\"<p>Installation</p><ol>\n<li>Make sure you have the Paid Memberships Pro plugin installed and activated.</li>\n<li>Upload the <code>pmpro-vat-tax</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the <code>Plugins</code> menu in WordPress.</li>\n<li>Update your payment settings to make sure you are collecting billing address at checkout.</li>\n<li>If you are using a gateway like PayPal Express that doesn\'t collect a billing address, install and activate the Add Address for Free Levels addon.</li>\n</ol>\";s:3:\"FAQ\";s:692:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the GitHub issue tracker here: <a href=\"https://github.com/strangerstudios/pmpro-vat-tax/issues\">https://github.com/strangerstudios/pmpro-vat-tax/issues</a></p>\n<p>For immediate help, also post to our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:0:\"\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:74:\"http://license.paidmembershipspro.com/downloads/standard/pmpro-vat-tax.zip\";s:7:\"License\";s:8:\"standard\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:7:\"VAT Tax\";}i:109;a:16:{s:4:\"Name\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:5:\"Title\";s:41:\"Paid Memberships Pro - WooCommerce Add On\";s:9:\"PluginURI\";s:61:\"https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/\";s:4:\"Slug\";s:17:\"pmpro-woocommerce\";s:6:\"plugin\";s:39:\"pmpro-woocommerce/pmpro-woocommerce.php\";s:7:\"Version\";s:4:\"1.10\";s:11:\"Description\";s:48:\"Integrate Paid Memberships Pro With WooCommerce.\";s:12:\"Installation\";s:2066:\"<p>Installation</p><p>Note: You must have <a href=\"https://www.paidmembershipspro.com\">Paid Memberships Pro</a> and <a href=\"https://wordpress.org/plugins/woocommerce/\">WooCommerce</a> installed and activated on your site.</p>\n<h3>Install PMPro WooCommerce from within WordPress</h3>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"PMPro WooCommerce\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"Paid Memberships Pro - WooCommerce Add On\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>Install PMPro WooCommerce Manually</h3>\n<ol>\n<li>Upload the <code>pmpro-woocommerce</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"Paid Memberships Pro - WooCommerce\" through the \"Plugins\" menu in WordPress</li>\n<li>Go to \"after activation\" below.</li>\n</ol>\n<h3>After Activation: Configure Plugin Settings</h3><p>Create a Membership Product</p><ol>\n<li>Edit a product or add a new product.</li>\n<li>Select the \"Membership\" tab in the \"Product Data\" metabox.</li>\n<li>Select a level from the \"Membership Product\" dropdown.</li>\n<li>Save changes.</li>\n</ol><p>Set Member Discount Pricing on a Product</p><ol>\n<li>Edit a product or add a new product.</li>\n<li>Select the \"Membership\" tab in the \"Product Data\" metabox.</li>\n<li>Set a price for one or more levels in the \"Member Discount Pricing\" section.</li>\n<li>Save changes.</li>\n</ol><p>Set a Global Shop Discount for Members</p><ol>\n<li>Edit a membership level under Membership &gt; Settings.</li>\n<li>Locate the \"Set Membership Discount\" section.</li>\n<li>Add a percent discount to the field.</li>\n<li>Save changes.</li>\n</ol>\n<p>Visit our documentation site to <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/?utm_source=wordpress-org&amp;utm_medium=readme&amp;utm_campaign=pmpro-woocommerce\">learn more about the settings, access custom code recipes and tutorials, and view a list of compatibility with other Paid Memberships Pro Add Ons</a>.</p>\";s:3:\"FAQ\";s:311:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-woocommerce/issues\">https://github.com/strangerstudios/pmpro-woocommerce/issues</a></p>\";s:9:\"Changelog\";s:277:\"<h4>Changelog</h4><p>1.10 - 2024-10-21</p><ul>\n<li>FEATURE: Now updating the plugin from paidmembershipspro.com.</li>\n<li>ENHANCEMENT: Updated translation files bundled with the plugin.</li>\n<li>BUG FIX: Fixed strings that were not being translated. #206 (@DAnn2012)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:35:\"https://www.paidmembershipspro.com/\";s:8:\"Download\";s:75:\"https://license.paidmembershipspro.com/downloads/free/pmpro-woocommerce.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:11:\"WooCommerce\";}i:110;a:16:{s:4:\"Name\";s:63:\"Paid Memberships Pro - WP Affiliate Platform Integration Add On\";s:5:\"Title\";s:63:\"Paid Memberships Pro - WP Affiliate Platform Integration Add On\";s:9:\"PluginURI\";s:83:\"https://www.paidmembershipspro.com/add-ons/pmpro-wp-affiliate-platform-integration/\";s:4:\"Slug\";s:27:\"pmpro-wp-affiliate-platform\";s:6:\"plugin\";s:59:\"pmpro-wp-affiliate-platform/pmpro-wp-affiliate-platform.php\";s:7:\"Version\";s:5:\"1.7.3\";s:11:\"Description\";s:70:\"Process an affiliate via WP Affiliate Platform after a PMPro checkout.\";s:12:\"Installation\";s:457:\"<p>Installation</p><ol>\n<li>Make sure that WP-Affiliate-Platform is activated and setup correctly.</li>\n<li>Upload the <code>pmpro-wp-affiliate-platform</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>That\'s it! All orders from affiliates will have their affiliate id tracked in the PMPro order and will kick off conversions in WPAP.</li>\n</ol>\";s:3:\"FAQ\";s:331:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-wp-affiliate-platform/issues\">https://github.com/strangerstudios/pmpro-wp-affiliate-platform/issues</a></p>\";s:9:\"Changelog\";s:318:\"<h4>Changelog</h4><p>1.7.3 - 2023-01-05</p><ul>\n<li>ENHANCEMENT: Improved sanitization and escaping.</li>\n<li>BUG FIX: Fixed an issue where emails would not send when Paid Memberships Pro - WP Affiliate Platform Add On installed but WP Affiliate Platform was not/incorrectly configured. (@sc0ttkclark, @jjj)</li>\n</ul>\";s:6:\"Author\";s:36:\"Stranger Studios, Tips and Tricks HQ\";s:9:\"AuthorURI\";s:30:\"http://www.strangerstudios.com\";s:8:\"Download\";s:85:\"https://license.paidmembershipspro.com/downloads/free/pmpro-wp-affiliate-platform.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:33:\"WP Affiliate Platform Integration\";}i:111;a:16:{s:4:\"Name\";s:38:\"WP Bouncer - Limit Simultaneous Logins\";s:5:\"Title\";s:38:\"WP Bouncer - Limit Simultaneous Logins\";s:9:\"PluginURI\";s:54:\"https://www.paidmembershipspro.com/add-ons/wp-bouncer/\";s:4:\"Slug\";s:10:\"wp-bouncer\";s:6:\"plugin\";s:25:\"wp-bouncer/wp-bouncer.php\";s:7:\"Version\";s:5:\"1.5.1\";s:11:\"Description\";s:93:\"Deter members from sharing login credentials: restrict simultaneous logins for the same user.\";s:12:\"Installation\";s:773:\"<p>Installation</p><p>***Install WP Bouncer from within WordPress</p>\n<ol>\n<li>Visit the plugins page within your dashboard and select \"Add New\"</li>\n<li>Search for \"WP Bouncer\"</li>\n<li>Locate this plugin and click \"Install\"</li>\n<li>Activate \"WP Bouncer\" through the \"Plugins\" menu in WordPress</li>\n</ol>\n<p>***Install WP Bouncer Manually</p>\n<ol>\n<li>Upload the <code>wp-bouncer</code> folder to the <code>/wp-content/plugins/</code> directory</li>\n<li>Activate \"WP Bouncer\" through the \"Plugins\" menu in WordPress</li>\n</ol>\n<p>***Settings</p>\n<p>There are no settings for this plugin. If you want to modify the default behavior to instead enable JavaScript checks, add the following code to your wp-config.php:</p>\n<p>define( \'WP_BOUNCER_HEARTBEAT_CHECK\', true );</p>\";s:3:\"FAQ\";s:322:\"<p>Frequently Asked Questions</p><p>I need something strong to keep people from sharing accounts.</p><p>We\'ve found that using a 2-Factor-Authentication scheme on your site is a good way to keep people from sharing accounts. When we tried to design an advanced version of WP-Bouncer, it was basically 2FA. So try that.</p>\";s:9:\"Changelog\";s:427:\"<h4>Changelog</h4><p>1.5.1 - 2023-01-30</p><ul>\n<li>ENHANCEMENT: Added filter <code>wp_bouncer_ajax_timeout</code> to adjust timeout (default 5000).</li>\n<li>ENHANCEMENT: Added support for translations.</li>\n<li>BUG FIX: Removed unused login warning file and screenshot from the SVN repository that is not used in this plugin.</li>\n<li>BUG FIX: Fixed misspelled constant for plugin version and usage in JS file load.</li>\n</ul>\";s:6:\"Author\";s:16:\"Stranger Studios\";s:9:\"AuthorURI\";s:31:\"https://www.strangerstudios.com\";s:8:\"Download\";s:53:\"https://downloads.wordpress.org/plugin/wp-bouncer.zip\";s:7:\"License\";s:13:\"wordpress.org\";s:18:\"HideFromAddOnsList\";s:1:\"1\";s:9:\"ShortName\";s:38:\"WP Bouncer - Limit Simultaneous Logins\";}i:112;a:16:{s:4:\"Name\";s:36:\"Paid Memberships Pro - Zapier Add On\";s:5:\"Title\";s:36:\"Paid Memberships Pro - Zapier Add On\";s:9:\"PluginURI\";s:56:\"https://www.paidmembershipspro.com/add-ons/pmpro-zapier/\";s:4:\"Slug\";s:12:\"pmpro-zapier\";s:6:\"plugin\";s:29:\"pmpro-zapier/pmpro-zapier.php\";s:7:\"Version\";s:5:\"1.2.4\";s:11:\"Description\";s:83:\"Integrate activity on your membership site with thousands of other apps via Zapier.\";s:12:\"Installation\";s:460:\"<p>Installation</p><p>Prerequisites</p><ol>\n<li>Create a Zapier account at <a href=\"http://zapier.com\">http://zapier.com</a></li>\n</ol><p>Download, Install and Activate!</p><ol>\n<li>Upload the <code>pmpro-zapier</code> directory to the <code>/wp-content/plugins/</code> directory of your site.</li>\n<li>Activate the plugin through the \'Plugins\' menu in WordPress.</li>\n<li>The settings page is at Memberships --&gt; PMPro Zapier in the WP dashboard.</li>\n</ol>\";s:3:\"FAQ\";s:547:\"<p>Frequently Asked Questions</p><p>I found a bug in the plugin.</p><p>Please post it in the issues section of GitHub and we\'ll fix it as soon as we can. Thanks for helping. <a href=\"https://github.com/strangerstudios/pmpro-zapier/issues\">https://github.com/strangerstudios/pmpro-zapier/issues</a></p><p>I need help installing, configuring, or customizing the plugin.</p><p>Please visit our premium support site at <a href=\"http://www.paidmembershipspro.com\">http://www.paidmembershipspro.com</a> for more documentation and our support forums.</p>\";s:9:\"Changelog\";s:573:\"<h4>Changelog</h4><p>1.2.4 - 2025-05-26</p><ul>\n<li>ENHANCEMENT: Pass back the user_id value when the add_member action was successful. (@dwanjuki)</li>\n<li>ENHANCEMENT: Added new filters for each action (receive data to PMPro) to allow further customizations. See <code>pmproz_after_add_member</code>, <code>pmproz_after_change_membership_level</code>, <code>pmproz_after_add_order</code> and <code>pmproz_after_update_order</code>(@dwanjuki)</li>\n<li>BUG FIX: Fixed an issue where the discount code was not being included in the order trigger data. (@dwanjuki)</li>\n</ul>\";s:6:\"Author\";s:20:\"Paid Memberships Pro\";s:9:\"AuthorURI\";s:34:\"https://www.paidmembershipspro.com\";s:8:\"Download\";s:69:\"http://license.paidmembershipspro.com/downloads/free/pmpro-zapier.zip\";s:7:\"License\";s:4:\"free\";s:18:\"HideFromAddOnsList\";s:1:\"0\";s:9:\"ShortName\";s:6:\"Zapier\";}}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(937, 'pmpro_addons_timestamp', '1749727095', 'off'),
(948, '_transient_timeout_pmpro_dashboard_report_recent_members', '1749813496', 'off'),
(949, '_transient_pmpro_dashboard_report_recent_members', 'a:1:{i:0;O:8:\"stdClass\":15:{s:2:\"ID\";s:1:\"2\";s:10:\"user_login\";s:10:\"nethajiram\";s:10:\"user_email\";s:44:\"[email protected]\";s:8:\"joindate\";s:10:\"1749561148\";s:13:\"membership_id\";s:1:\"2\";s:15:\"initial_payment\";s:12:\"100.00000000\";s:14:\"billing_amount\";s:12:\"100.00000000\";s:12:\"cycle_period\";s:4:\"Year\";s:12:\"cycle_number\";s:1:\"1\";s:13:\"billing_limit\";s:1:\"0\";s:12:\"trial_amount\";s:10:\"0.00000000\";s:11:\"trial_limit\";s:1:\"0\";s:9:\"startdate\";s:10:\"1749561148\";s:7:\"enddate\";N;s:10:\"membership\";s:7:\"Premium\";}}', 'off'),
(950, '_transient_timeout_pmpro_dashboard_report_recent_orders', '1749813496', 'off'),
(951, '_transient_pmpro_dashboard_report_recent_orders', 'a:1:{i:0;s:1:\"1\";}', 'off'),
(952, '_transient_timeout_feed_5966b7b1b1ba5243c38216abce94203f', '1749775011', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(953, '_transient_feed_5966b7b1b1ba5243c38216abce94203f', 'a:6:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:52:\"\n	\n	\n	\n	\n	\n	\n	\n	\n	\n\n \n	\n		\n		\n		\n		\n		\n		\n		\n		\n		\n	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:8:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Paid Memberships Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://www.paidmembershipspro.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:27:\"WordPress Membership Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 11 Jun 2025 19:57:07 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"en-US\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"https://wordpress.org/?v=6.8.1\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"image\";a:1:{i:0;a:6:{s:4:\"data\";s:11:\"\n	\n	\n	\n	\n	\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:5:{s:3:\"url\";a:1:{i:0;a:5:{s:4:\"data\";s:108:\"https://www.paidmembershipspro.com/wp-content/uploads/2020/09/cropped-Paid-Memberships-Pro_favicon-32x32.png\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"Paid Memberships Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"https://www.paidmembershipspro.com/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:5:\"width\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:6:\"height\";a:1:{i:0;a:5:{s:4:\"data\";s:2:\"32\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:96:\"A Spiritual Teacher Transforms Lives with “Kimspirational” Guidance and Paid Memberships Pro\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://www.paidmembershipspro.com/open-up-wide/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 10 Jun 2025 17:15:51 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"Membership Site Case Studies\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=652020\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:457:\"Spiritual awakening and technology may sound contradictory, but Open Up Wide membership site owner Kim Doucette has made it work. Kim, a born psychic medium and spiritual counselor, sees beyond earthly limitations that may stymie others.&#160; Also known as Kimspirational, Kim has been helping people transform their lives and achieve greater awareness for over twenty <a href=\"https://www.paidmembershipspro.com/open-up-wide/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Jean Roth\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:16089:\"\n<p>Spiritual awakening and technology may sound contradictory, but Open Up Wide membership site owner Kim Doucette has made it work. Kim, a born psychic medium and spiritual counselor, sees beyond earthly limitations that may stymie others.&nbsp;</p>\n\n\n\n<img fetchpriority=\"high\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image-1024x576.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Featured image for Open Up Wide Case Study\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image-128x72.jpg 128w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/open-up-wide-featured-image.jpg 1600w\" sizes=\"(max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#h-the-creation-of-open-up-wide\" data-level=\"2\">The Creation of Open Up Wide</a></li><li><a href=\"#h-the-pmpro-impact\" data-level=\"2\">The PMPro Impact</a><ul><li><a href=\"#h-global-reach\" data-level=\"3\">Global Reach</a></li><li><a href=\"#h-time-management\" data-level=\"3\">Time Management</a></li><li><a href=\"#h-value-added\" data-level=\"3\">Value Added</a></li><li><a href=\"#h-flexibility\" data-level=\"3\">Flexibility</a></li></ul></li><li><a href=\"#h-kim-s-tech-stack\" data-level=\"2\">Kim&#8217;s Tech Stack</a></li><li><a href=\"#h-marketing\" data-level=\"2\">Marketing</a></li></ul></div>\n</div>\n\n\n\n<p>Also known as Kimspirational, Kim has been helping people transform their lives and achieve greater awareness for over twenty years. However, she was only able to guide a limited number of people in person. Now, via her website <a href=\"https://openupwide.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Open Up Wide</a>, and with the help of Paid Memberships Pro, she can reach more people who can benefit from her seminars, meditations, and other bespoke products. </p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-b339124c wp-block-group-is-layout-constrained\" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border is-style-box-shadow\"><img decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide.webp\" alt=\"\" class=\"wp-image-652023\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:189px;height:undefinedpx\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide.webp 1000w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-300x300.webp 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-150x150.webp 150w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-80x80.webp 80w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<blockquote class=\"wp-block-quote is-style-plain is-layout-flow wp-block-quote-is-layout-flow\">\n<p>If there is anything I learned in life, it is not to let anything hold us back.</p>\n<cite>—Kim Doucette, Open Up Wide</cite></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<p>As a psychic medium,<strong> </strong>Kim helps people transform their lives through personal growth and recognizing patterns in their lives. Upon learning of her Indigenous Canadian heritage (Mi&#8217;kmaq), she embarked on a journey of discovery, leading her to many teachers, lessons, &nbsp; and experiences around the world, from Korea and Australia to Africa. Guidance from teachers like Native elders, Peruvian shamans, and light workers in Hawaii taught her ancient techniques like sound healing, angel therapy, and mediumship readings. She uses these and other practices in her shamanic healing both online and in Slovenia, where she currently resides.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-creation-of-open-up-wide\"><strong>The Creation of Open Up Wide</strong></h2>\n\n\n\n<p>Kim shares that guidance from her angels and spirit guides made her realize she could integrate membership-based web technology with her calling. By building the Open Up Wide website, she could reach more people who need her teachings.&nbsp;</p>\n\n\n\n<p>While Kim and her husband have learned enough about WordPress to maintain the website themselves, they did reach out to a developer to build it. The developer suggested using Paid Memberships Pro to integrate the membership capabilities into the site—a decision Kim is very happy about.</p>\n\n\n\n<p>To say Open Up Wide offers an abundance of content would be an understatement. Seminars, meditations, oracle card readings, apps, and podcasts are available on a rich variety of topics. These range from well-being, healing, psychic development, personal growth, positivity, and balance, to archangels, past lives, passed loved ones, clairvoyance, and other transformative lessons.&nbsp;</p>\n\n\n\n<p>With so much content, a membership site allows people to subscribe and choose from any of the teachings Kim offers. A library of mobile apps is also available and helps keep students connected and focused on their goals.</p>\n\n\n\n<p>Kim also sells oracle cards and her book, Golden Cages – Illusion of Freedom, a novel about a man&#8217;s journey of self-discovery. Individual coaching sessions with Kim are available, as is a psychic/mediumship certification masterclass.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-b339124c wp-block-group-is-layout-constrained\" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<blockquote class=\"wp-block-quote is-style-plain is-layout-flow wp-block-quote-is-layout-flow\">\n<p>PMPro is the perfect tool for reaching more people who want to work on personal and spiritual growth with me. PMPro gives me more time to create new content for people because I don’t have enough time to help more people.</p>\n<cite>—Kim Doucette, Open Up Wide</cite></blockquote>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border is-style-box-shadow\"><img decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide.webp\" alt=\"Kim Doucette - Open Up Wide\" class=\"wp-image-652023\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:189px;height:undefinedpx\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide.webp 1000w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-300x300.webp 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-150x150.webp 150w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-80x80.webp 80w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-pmpro-impact\"><strong>The PMPro Impact</strong></h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-global-reach\"><strong>Global Reach</strong></h3>\n\n\n\n<p>PMPro plays an essential role in marketing Kim&#8217;s huge inventory of products. There are only so many hours in a day when Kim can do readings for clients. By building the Open Up Wide website, Kim now connects with more people worldwide—she considers this global reach her biggest business achievement so far.&nbsp;</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-time-management\"><strong>Time Management</strong></h3>\n\n\n\n<p>A PMPro-based membership format also allows her to continue scaling up her business, giving her enough time to create even more courses, seminars, and audio meditations.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-value-added\"><strong>Value Added</strong></h3>\n\n\n\n<p>Using PMPro means Kim can sell memberships that add huge value. While visitors may choose to purchase any of the seminars or other products individually, as members, they can access nearly all the content. They may choose either a monthly or an annual subscription.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-flexibility\"><strong>Flexibility</strong></h3>\n\n\n\n<p>Particularly helpful in how she runs her business is the option to have multiple subscriptions. PMPro&#8217;s ability to display prices in local currency is also valuable to Kim; as a Canadian living in Europe, she conducts business across continents. She appreciates how its many different features can be useful for any kind of business. For her own users, however, she found it was best to simplify—a strategy that others may find helpful as well when starting to use PMPro. She gives high marks for PMPro&#8217;s customer support as well.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide.jpg\" alt=\"Graphic image with four colored circles inset with text describing what PMPro offers, with corresponding icons\" class=\"wp-image-652024\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide.jpg 1600w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/what-pmpro-offers-open-up-wide-128x72.jpg 128w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" /></figure>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-b339124c wp-block-group-is-layout-constrained\" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border is-style-box-shadow\"><img decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide.webp\" alt=\"Kim Doucette - Open Up Wide\" class=\"wp-image-652023\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:189px;height:undefinedpx\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide.webp 1000w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-300x300.webp 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-150x150.webp 150w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/kim-doucette-open-up-wide-80x80.webp 80w\" sizes=\"(max-width: 1000px) 100vw, 1000px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<blockquote class=\"wp-block-quote is-style-plain is-layout-flow wp-block-quote-is-layout-flow\">\n<p>The support is fantastic, and they are very quick to respond. I always get the solution to the issue.</p>\n<cite>—Kim Doucette, Open Up Wide</cite></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-kim-s-tech-stack\"><strong>Kim&#8217;s Tech Stack</strong></h2>\n\n\n\n<p>Kim needs to integrate a variety of image carousels, audio, video, and ecommerce into her Open Up Wide website. To do so, her tech stack includes:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>WordPress</li>\n\n\n\n<li>Paid Memberships Pro</li>\n\n\n\n<li>Simply Gallery for product slideshows</li>\n\n\n\n<li>Mailer Lite for email marketing</li>\n\n\n\n<li>WooCommerceWP User Notes</li>\n\n\n\n<li>PrestoPlayer for videos</li>\n\n\n\n<li>Sonaar MP3 player for audio meditations</li>\n\n\n\n<li>GeneratePress theme</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-marketing\"><strong>Marketing</strong></h2>\n\n\n\n<p>The most challenging part of running her business, Kim tells us, is marketing. For email marketing, she uses Mailer Lite, but has email marketing on her PMPro wishlist. In the meantime, she plans to expand marketing as her next step.</p>\n\n\n\n<p>Reduced prices on memberships, seminars, and other products are among the incentives Kim offers, as well as a &#8220;try for 7 days&#8221; promotion. She also uses a &#8220;gift your friends&#8221; marketing technique for those who can benefit from Open Up Wide&#8217;s content. When a member invites two friends&nbsp;to improve their mental, physical, emotional, and spiritual balance, they can extend a 58% off coupon to subscribe, plus receive a free year of membership for themselves.&nbsp;</p>\n\n\n\n<p>A spiritual compass naturally encompasses generosity. Kim looks forward to growing the membership to where it can sustain free subscriptions to people who have been abused physically, emotionally, or spiritually.</p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Believe in yourself. Fear of the unknown is what keeps us from living our dream. Living our dream helps make fear unknown.</p>\n</blockquote>\n\n\n\n<p>Follow Kim Doucette on her &#8220;Kimspirational&#8221; Social Channels:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.youtube.com/@OpenUpWideChannel\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.youtube.com/@openupwide</a></li>\n\n\n\n<li><a href=\"https://www.facebook.com/groups/openupwidecommunity\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.facebook.com/groups/openupwidecommunity</a></li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:75:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n		\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"Customize PMPro Checkout Page Styles by Membership Level with CSS\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:83:\"https://www.paidmembershipspro.com/enhance-appearance-membership-checkout-page-css/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 09 Jun 2025 18:35:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:7:{i:0;a:5:{s:4:\"data\";s:12:\"Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:17:\"Free Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:3:\"css\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:3;a:5:{s:4:\"data\";s:24:\"Customize Frontend Pages\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:4;a:5:{s:4:\"data\";s:6:\"design\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:5;a:5:{s:4:\"data\";s:10:\"stylesheet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:6;a:5:{s:4:\"data\";s:9:\"wp_footer\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=166981\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:448:\"CSS is the easiest way to customize the appearance of your Membership Checkout page. Sometimes you want your checkout experience to match your membership level. Maybe you offer a &#8216;Gold&#8217; tier of membership and want to add a few golden highlights to the form. The good news is that you can make these visual changes <a href=\"https://www.paidmembershipspro.com/enhance-appearance-membership-checkout-page-css/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Kim Coleman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:19162:\"\n<p>CSS is the easiest way to customize the appearance of your Membership Checkout page. </p>\n\n\n\n<p>Sometimes you want your checkout experience to match your membership level. Maybe you offer a &#8216;Gold&#8217; tier of membership and want to add a few golden highlights to the form. The good news is that you can make these visual changes easily with CSS, no deep code customizations required.</p>\n\n\n\n<p>In this post, you will learn how to <strong>target a specific level&#8217;s checkout page</strong> using built-in CSS selectors available today in your PMPro-powered site. Armed with knowledge of these selectors, we will show you two recommended ways to apply custom styles to your site: one in the theme customizer, and the other by leveraging WordPress&#8217; <code>wp_footer</code> hook.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css-1024x576.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Use CSS to Customize the Checkout Page Per Level\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css-128x72.jpg 128w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/enhance-appearance-membership-checkout-page-css.jpg 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#why-customize-checkout-by-level\" data-level=\"2\">Why Customize the Checkout Page Per Membership Level?</a></li><li><a href=\"#pmpro-built-in-css-selectors\" data-level=\"2\">How PMPro Adds Useful CSS Selectors</a></li><li><a href=\"#target-checkout-style-by-level-id\" data-level=\"2\">Option 1: Target a Specific Level&#8217;s Checkout Form With CSS Selectors</a></li><li><a href=\"#insert-custom-css-wp-footer\" data-level=\"2\">Option #2: Insert Custom CSS via wp_footer</a></li><li><a href=\"#safe-ways-to-customize-checkout\" data-level=\"2\">Choose a Safe Way to Customize PMPro Pages</a></li><li><a href=\"#do-more-styling\" data-level=\"2\">Want to Do More?</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"why-customize-checkout-by-level\">Why Customize the Checkout Page Per Membership Level?</h2>\n\n\n\n<p>Each membership level might serve a different audience or marketing goal. With a few CSS tweaks, you can:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Match checkout colors to level branding</li>\n\n\n\n<li>Show/hide form elements for specific levels (do this with caution as some fields are required)</li>\n\n\n\n<li>Emphasize upsells or trust badges for premium levels</li>\n\n\n\n<li>Create a lighter, simpler flow for free or gift levels</li>\n</ul>\n\n\n\n<p>Paid Memberships Pro gives you <strong>predictable markup and helpful CSS selectors</strong> to make this easy, no template overrides required.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"pmpro-built-in-css-selectors\">How PMPro Adds Useful CSS Selectors</h2>\n\n\n\n<p>PMPro adds a <code>body</code> class to every core <a href=\"https://www.paidmembershipspro.com/documentation/frontend-pages/\">PMPro frontend page</a> using WordPress&#8217; <code>body_class()</code> hook. These selectors let you target styles to each page type.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Account:</strong> <code>body.pmpro-account {}</code></li>\n\n\n\n<li><strong>Billing Information:</strong> <code>body.pmpro-billing {}</code></li>\n\n\n\n<li><strong>Cancel:</strong> <code>body.pmpro-cancel {}</code></li>\n\n\n\n<li><strong>Checkout:</strong> <code>body.pmpro-checkout {}</code></li>\n\n\n\n<li><strong>Confirmation:</strong> <code>body.pmpro-confirmation {}</code></li>\n\n\n\n<li><strong>Order (Invoice):</strong> <code>body.pmpro-invoice {}</code></li>\n\n\n\n<li><strong>Levels:</strong> <code>body.pmpro-levels {}</code></li>\n</ul>\n\n\n\n<p>You can use these body class selectors to target specific elements in the page or to override elements that were placed on the page by your theme.</p>\n\n\n\n<p>For example, the CSS below will hide a navigation menu that uses the selector <code>navigation</code> from the <a href=\"https://www.paidmembershipspro.com/documentation/frontend-pages/membership-checkout/\">Membership Checkout page</a>. </p>\n\n\n\n<pre class=\"wp-block-preformatted\">body.pmpro-checkout .navigation { display: none; }</pre>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-screenshots-before-and-after-using-css-at-checkout\">Screenshots: Before and After Using CSS at Checkout</h3>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1458\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-scaled.png\" alt=\"Screenshot of a membership checkout page for a website showing their full site navigation menu before the conversion form\" class=\"wp-image-652102\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-scaled.png 2560w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-300x171.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-1024x583.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-1536x875.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-2048x1167.png 2048w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-1170x666.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-before-checkout-shows-navigation-128x72.png 128w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /><figcaption class=\"wp-element-caption\">Before: screenshot of a membership checkout page for a website showing their full site navigation menu before the conversion form</figcaption></figure>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"2514\" height=\"1406\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout.png\" alt=\"Screenshot of a membership checkout page with CSS added to hide the full site navigation menu and bring conversion form higher up on the page\" class=\"wp-image-652101\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout.png 2514w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout-300x168.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout-1024x573.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout-1536x859.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout-2048x1145.png 2048w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout-1170x654.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2018/11/example-after-no-navigation-on-checkout-128x72.png 128w\" sizes=\"auto, (max-width: 2514px) 100vw, 2514px\" /><figcaption class=\"wp-element-caption\">After: screenshot of a membership checkout page with CSS added to hide the full site navigation menu and bring conversion form higher up on the page</figcaption></figure>\n\n\n\n<div class=\"wp-block-group is-style-alert-message has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Tip:</strong> Your theme may use different navigation selectors. Use your browser&#8217;s Developer Tools to inspect and target them.</p>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"target-checkout-style-by-level-id\">Option 1: Target a Specific Level&#8217;s Checkout Form With CSS Selectors</h2>\n\n\n\n<p>In addition to the <code>body</code> class, PMPro’s Membership Checkout form also includes a wrapper <code>div</code> with for the current level:</p>\n\n\n\n<pre class=\"wp-block-preformatted\">#pmpro_level-1 .pmpro_form { }</pre>\n\n\n\n<p>You can use this selector to style the checkout form for <strong>level ID 1 only</strong>.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-additional-selectors-within-the-checkout-form\">Additional Selectors Within the Checkout Form</h3>\n\n\n\n<pre class=\"wp-block-preformatted\">/* Target entire checkout form for Level 1 */\n#pmpro_level-1 .pmpro_form { }\n\n/* Style specific sections */\n#pmpro_level-1 .pmpro_form #pmpro_pricing_fields { } /* Membership Level section */\n#pmpro_level-1 .pmpro_form #pmpro_user_fields { } /* Account Information section */\n#pmpro_level-1 .pmpro_form #pmpro_billing_address_fields { } /* Billing Address section */\n#pmpro_level-1 .pmpro_form #pmpro_payment_information_fields { } /* Payment Information section */\n#pmpro_level-1 .pmpro_form #pmpro_tos_fields { } /* Terms of Service section */\n#pmpro_level-1 .pmpro_form .pmpro_form_submit { } /* Submit section */</pre>\n\n\n\n<div class=\"wp-block-group is-layout-flow wp-block-group-is-layout-flow\">\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"adding-custom-css-to-site\">Adding the Custom CSS to Your Website</h2>\n\n\n\n<p>There are a few ways to add custom CSS to your membership site. Check out our guide on how to add CSS, which includes tutorials on adding CSS to your <a href=\"/documentation/templates/customizing-via-css/#h-add-custom-css-in-a-child-theme\">child theme</a>, the <a href=\"/documentation/templates/customizing-via-css/#h-add-custom-css-via-customizer-or-block-theme-site-editor\">Site Editor / Customizer</a>, as well as in a <a href=\"/create-a-plugin-for-pmpro-customizations/#designing-css\">stylesheet for PMPro Customizations</a>.</p>\n\n\n\n<p>Do not place custom CSS in any file in a theme that gets regularly updated or you will lose your code.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-color-primary-background-color has-background wp-element-button\" href=\"/documentation/templates/customizing-via-css/\">Learn More: Add Custom CSS</a></div>\n</div>\n\n\n\n<div style=\"height:15px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"insert-custom-css-wp-footer\">Option #2: Insert Custom CSS via <code>wp_footer</code></h2>\n\n\n\n<p>If you want to conditionally load CSS <strong>only on specific checkout pages</strong>, without editing your theme&#8217;s stylesheet or adding to customizer, you can insert CSS into the page footer with a small PHP snippet.</p>\n\n\n\n<p>The recipe below will allow you to target specific checkout pages by level ID and insert your <code>&lt;style></code> code.</p>\n\n\n\n<script src=\"https://gist.paidmembershipspro.com/embed.js?target=https%3A%2F%2Fgithub.com%2Fstrangerstudios%2Fpmpro-snippets-library%2Fblob%2Fdev%2Fcheckout%2Fload-css-for-checkout-page.php&amp;style=github-gist&amp;showBorder=on&amp;showLineNumbers=on&amp;showFileMeta=on&amp;showCopy=on\"></script>\n\n\n\n<p>Update line 27 for the specific level ID you want to target, then add your custom CSS to override the example in the <code>&lt;style></code> tags on lines 30 and 31.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"safe-ways-to-customize-checkout\">Choose a Safe Way to Customize PMPro Pages</h2>\n\n\n\n<p>Before diving deep into CSS and template changes, here&#8217;s a quick reminder:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Always use CSS or available hooks and filters when possible.</li>\n\n\n\n<li>Avoid directly editing PMPro core plugin files</li>\n\n\n\n<li>If using full template overrides, it is your responsibility to keep your templates updated. PMPro adds version markers to help you spot <a href=\"https://www.paidmembershipspro.com/documentation/templates/template-versions/\">outdated templates</a> and reports these on the Page Settings screen in the admin.</li>\n</ul>\n\n\n\n<p>If your changes are purely visual, CSS is almost always the safest and easiest route.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"do-more-styling\">Want to Do More?</h2>\n\n\n\n<p>With Paid Memberships Pro and WordPress, there is almost always a way to customize your site in a safe, future-proof way. If you want to go beyond styling:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You can insert custom classes with the <code><a href=\"https://developer.wordpress.org/reference/functions/post_class/\" target=\"_blank\" rel=\"noreferrer noopener\">post_class</a></code> or <code><a href=\"https://developer.wordpress.org/reference/functions/body_class/\" target=\"_blank\" rel=\"noreferrer noopener\">body_class</a></code> filters. We have an example of using this hook to <a href=\"https://www.paidmembershipspro.com/add-the-members-level-id-to-the-body-class-for-level-specific-css-styles/\">add the logged-in user&#8217;s specific level ID to the body class here</a>.</li>\n\n\n\n<li>You can use <a href=\"/hooks-filters/\">PMPro&#8217;s action and filter hooks</a> to add, remove, and modify things</li>\n\n\n\n<li>You can create fully custom templates when needed, but use this sparingly</li>\n</ul>\n\n\n\n<div class=\"wp-block-group content-callout is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-glasses\"></i> <strong>Related:</strong> <a href=\"https://www.paidmembershipspro.com/documentation/templates/\">Frontend Templates in Paid Memberships Pro</a></p>\n</div>\n</div>\n\n\n\n<p>If you have <a href=\"/pricing\">premium membership</a>, please <a href=\"https://www.paidmembershipspro.com/support/\">get in touch with our support team</a> for more guidance on these examples or other style-related questions.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-b339124c wp-block-group-is-layout-constrained\" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/04/kim_coleman.jpeg\" alt=\"Kim Coleman - Paid Memberships Pro\" class=\"wp-image-624991\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:189px;height:undefinedpx\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/04/kim_coleman.jpeg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2023/04/kim_coleman-300x300.jpeg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2023/04/kim_coleman-150x150.jpeg 150w, https://www.paidmembershipspro.com/wp-content/uploads/2023/04/kim_coleman-80x80.jpeg 80w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<blockquote class=\"wp-block-quote is-style-plain is-layout-flow wp-block-quote-is-layout-flow\">\n<p>Starting with version 3.1, Paid Memberships Pro includes more opinionated styles to give sites a polished, user-friendly checkout experience out of the box. </p>\n\n\n\n<p>That said, strong opinions should be loosely held. We&#8217;ve kept our markup predictable and well-documented so developers can easily override styles and make the checkout page truly their own.</p>\n<cite>—Kim Coleman, Co-Founder of Paid Memberships Pro</cite></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading\" id=\"related\">Related Reading: How to Customize the Frontend Pages</h2>\n\n\n\n<p>We have a few articles in our blog on how to adjust the appearance of your frontend membership pages. Check the links below to explore the guides:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https://www.paidmembershipspro.com/making-powerful-member-dashboard-membership-account-page/\">Making a Powerful Member Dashboard for Your Membership Account Page</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/dual-login-benefit-registration-page/\">Create a Dual Login and Benefits of Registration Page</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/create-custom-membership-pricing-with-page-builder/\">How to Create a Custom Membership Level Pricing Page</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/videos/webinars/users-pricing-checkout-november-11-2015-1pm-edt/\">Membership&nbsp;Pricing&nbsp;Pages and Streamlining the Checkout Process</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/using-page-builders-for-membership-site/\">Using&nbsp;Page&nbsp;Builders to Enhance Your Site’s Membership&nbsp;Pages</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/enhance-appearance-membership-checkout-page-css/\">Design a Specific Level’s Membership Checkout&nbsp;Page&nbsp;Using CSS</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/customizing-member-links-list-membership-account-page/\">Customizing the Member Links list on Membership&nbsp;Account&nbsp;Page</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/add-links-membership-level-membership-account-page-links-section/\">Add Links by Membership Level to the Membership&nbsp;Account&nbsp;Page&nbsp;“links” Section</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/customizing-member-cancellation-process/\">Customizing the Member&nbsp;Cancellation Process</a></li>\n\n\n\n<li><a href=\"https://www.paidmembershipspro.com/new-method-load-custom-templates-pmpro-generated-pages-system-generated-emails/\">How to Load a Custom Template for Membership&nbsp;Pages or System-Generated Emails</a></li>\n</ul>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"WordPress vs SaaS For Membership Sites: Real Costs, Pros &amp; Cons, and Who Actually Wins\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:53:\"https://www.paidmembershipspro.com/wordpress-vs-saas/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jun 2025 21:19:38 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=651555\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:471:\"Membership websites are a powerful way for creators and entrepreneurs to generate recurring revenue, deliver exclusive content, and build engaged communities. Whether you&#8217;re launching a digital course, creating a premium newsletter, or building a private forum, choosing the right platform, WordPress vs SaaS for membership, can be a key factor in your success or failure. <a href=\"https://www.paidmembershipspro.com/wordpress-vs-saas/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Kim Coleman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:77042:\"\n<p>Membership websites are a powerful way for creators and entrepreneurs to generate recurring revenue, deliver exclusive content, and build engaged communities.</p>\n\n\n\n<p>Whether you&#8217;re launching a digital course, creating a premium newsletter, or building a private forum, choosing the right platform, WordPress vs SaaS for membership, can be a <strong>key factor in your success or failure</strong>.</p>\n\n\n\n<p>Both <strong>WordPress and SaaS </strong>(Software as a Service) platforms, like Kajabi or Podia, have their strengths, but they represent two very different approaches.</p>\n\n\n\n<p>If you&#8217;re leaning toward control and flexibility, WordPress stands out as a popular and powerful foundation. It&#8217;s open-source, self-hosted, and endlessly customizable, especially when paired with the right membership plugin, such as Paid Memberships Pro (PMPro).</p>\n\n\n\n<p>But if speed and simplicity are your top priorities, SaaS platforms offer an all-in-one solution that gets you up and running quickly without technical setup.</p>\n\n\n\n<p><em>In this article, we&#8217;ll break down the key differences between WordPress and SaaS platforms, compare features like content gating, payment processing, and community tools, and help you decide which option is right for your goals.</em></p>\n\n\n\n<p>We&#8217;ll also share real-world examples and frameworks to help you think long-term, so you can build a membership site that lasts.</p>\n\n\n\n<p>Let&#8217;s get started.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas-1024x576.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Featured Image for WordPress vs SaaS For Membership Sites: Real Costs, Pros &amp; Cons, and Who Actually Wins blog post\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas-128x72.jpg 128w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/featured-image-wp-vs-saas.jpg 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#complete-overview\" data-level=\"2\">WordPress vs SaaS For Membership: Complete Overview</a></li><li><a href=\"#whats-the-difference\" data-level=\"2\">What&#8217;s the Difference Between WordPress vs. SaaS For a Membership Site?</a></li><li><a href=\"#features\" data-level=\"2\">Features of WordPress vs. SaaS: What Each One Offers</a></li><li><a href=\"#the-right-choice\" data-level=\"2\">Is WordPress the Right Choice For You?</a></li><li><a href=\"#saas-choice\" data-level=\"2\">Is SaaS the Right Choice For You?</a></li><li><a href=\"#what-to-expect\" data-level=\"2\">What to Expect When Switching Platforms</a></li><li><a href=\"#quiz-wordpress-vs-saas\" data-level=\"2\">Quiz: Should You Choose WordPress vs. SaaS for Membership?</a></li><li><a href=\"#h-conclusion\" data-level=\"2\">Conclusion</a></li></ul></div>\n</div>\n\n\n\n<div class=\"wp-block-group alignwide is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-3711f9ca wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading alignwide has-text-align-left\" id=\"complete-overview\">WordPress vs SaaS For Membership: Complete Overview</h2>\n\n\n\n<figure class=\"wp-block-table alignwide is-style-stripes\"><table class=\"has-fixed-layout\"><thead><tr><th>Platform</th><th>Core Use Cases</th><th>Starting Price</th><th>Details</th></tr></thead><tbody><tr><td><strong>WordPress + PMPro</strong></td><td>Full-featured, scalable membership sites</td><td>Free (Core)<br><br>Premium plans start at $21/month (billed annually, for Support and Add Ons)</td><td>Full control, customizable, requires setup and hosting</td></tr><tr><td><strong>Kajabi</strong></td><td>Courses + marketing funnels</td><td>$149/month</td><td>No platform fees, but very high base cost</td></tr><tr><td><strong>Podia</strong></td><td>Digital products + memberships</td><td>$39/month (5 to 8% fees on lower tiers)</td><td>Affordable entry point, rising fees with growth</td></tr><tr><td><strong>Thinkific</strong></td><td>Course-first platforms</td><td>$49/month</td><td>No fees, but limited customization</td></tr><tr><td><strong>Mighty Networks</strong></td><td>Community-based memberships</td><td>$39/month + 2 to 3% fees</td><td>Strong for social/community, limited control</td></tr><tr><td><strong>Circle</strong></td><td>Private communities, live events</td><td>$49/month</td><td>Feature-rich, branding limited on lower plans</td></tr><tr><td><strong>Patreon</strong></td><td>Creator updates and patron-only content</td><td>Free to start (5 to 12% revenue share)</td><td>Good for simple memberships, not a full website</td></tr><tr><td><strong>Uscreen</strong></td><td>Video-first membership (Netflix-style)</td><td>$99/month + per-subscriber fees</td><td>Excellent for video, poor for mixed content</td></tr></tbody></table></figure>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"whats-the-difference\">What&#8217;s the Difference Between WordPress vs. SaaS For a Membership Site?</h2>\n\n\n\n<p>Think of WordPress like owning a house. You&#8217;re responsible for setup and maintenance, but you can customize everything and truly own the property.</p>\n\n\n\n<p>In contrast, SaaS is like renting an apartment. It&#8217;s ready to move into, and maintenance is taken care of for you. However, you&#8217;re limited in how much you can change, and the landlord can raise the rent or change the rules at any time.</p>\n\n\n\n<p>Let&#8217;s take a deeper dive into the differences.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"/>\n\n\n\n<h3 class=\"wp-block-heading\">WordPress For Membership Site</h3>\n\n\n\n<p><a href=\"https://wordpress.org/\" target=\"_blank\" rel=\"noreferrer noopener\">WordPress</a> is a self-hosted, open-source platform, meaning you have <strong>complete ownership over your site, its content, and its functionality</strong>.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1382\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-scaled.jpg\" alt=\"Screenshot of the SENsible SENco homepage\" class=\"wp-image-651568\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-scaled.jpg 2560w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-300x162.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-1024x553.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-1536x829.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-2048x1105.jpg 2048w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/sensible-senco-hompage-1170x631.jpg 1170w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /><figcaption class=\"wp-element-caption\">A membership site powered by WordPress &amp; the Paid Memberships Pro plugin<br>Source: <a href=\"https://sensiblesenco.org.uk/\" target=\"_blank\" rel=\"noreferrer noopener\">https://sensiblesenco.org.uk/</a></figcaption></figure>\n\n\n\n<p>WordPress doesn&#8217;t include membership features out of the box. That&#8217;s where plugins come in.</p>\n\n\n\n<p>To build a membership site, you&#8217;ll need to install a dedicated WordPress membership plugin like PMPro that handles things like member registration, content restriction, payments, and more.</p>\n\n\n\n<p>Because WordPress is so customizable, it&#8217;s ideal for creators who want full design freedom and the ability to tailor every aspect of their site.</p>\n\n\n\n<p>However, it does require a <strong>bit more effort to set up</strong>: you&#8217;ll need to choose a host, install plugins like PMPro, manage updates, and handle your security.</p>\n\n\n\n<p>The upside? You&#8217;re <strong>not locked into a specific platform&#8217;s rules or pricing</strong>. As your membership grows, WordPress scales affordably and remains under your control.</p>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"/>\n\n\n\n<h3 class=\"wp-block-heading\">SaaS For Membership Site</h3>\n\n\n\n<p><a href=\"https://en.wikipedia.org/wiki/Software_as_a_service\" target=\"_blank\" rel=\"noreferrer noopener\">SaaS</a> membership platforms, like <a href=\"https://kajabi.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Kajabi</a>, <a href=\"https://www.podia.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Podia</a>, <a href=\"https://www.thinkific.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Thinkific</a>, <a href=\"https://circle.so/\" target=\"_blank\" rel=\"noreferrer noopener\">Circle</a>, <a href=\"https://www.mightynetworks.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Mighty Networks</a>, <a href=\"https://teachable.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Teachable</a>, or <a href=\"https://www.patreon.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Patreon</a>, offer a very different approach. These are <strong>fully hosted, all-in-one solutions </strong>designed to simplify the process of launching a membership site. You don&#8217;t need to worry about hosting, security, or installing plugins. <strong>Just sign up, choose a template, add your content, and you are live.</strong></p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1365\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-scaled.jpg\" alt=\"Screenshot of Disruptive Nutrition homepage - a SaaS example\" class=\"wp-image-651582\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-scaled.jpg 2560w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-300x160.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-1024x546.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-1536x819.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-2048x1092.jpg 2048w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/saas-example-1170x624.jpg 1170w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" /><figcaption class=\"wp-element-caption\">A membership site powered by Kajabi<br>Source: <a href=\"https://www.disruptivenutrition.com/\" target=\"_blank\" rel=\"noreferrer noopener\">https://www.disruptivenutrition.com/</a></figcaption></figure>\n\n\n\n<p>Most SaaS platforms <strong>bundle essential tools </strong>like landing pages, email marketing, course delivery, and payment processing into one streamlined dashboard. This makes them ideal for creators who want to hit the ground running with minimal technical setup or maintenance.</p>\n\n\n\n<p>The trade-off is that <strong>you&#8217;re building within someone else&#8217;s system</strong>. Customization options are limited to what the platform allows, and advanced features or workflows may not be supported. Additionally, most SaaS platforms operate on a monthly subscription model, and most platforms take a percentage of your revenue on top of that.</p>\n\n\n\n<p>Now that you understand the foundational differences between WordPress and SaaS, let&#8217;s compare their features side by side.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"features\">Features of WordPress vs. SaaS: What Each One Offers</h2>\n\n\n\n<p>Choosing the right platform for your membership site isn&#8217;t just about tech. It&#8217;s about <em>how well the platform supports your content, community, growth, and monetization goals.</em></p>\n\n\n\n<p>Below, we break down the most critical features to compare when deciding between WordPress vs SaaS for membership platforms. This includes tools like PMPro on the WordPress side and all-in-one platforms like Kajabi or Circle.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-an-overview-features-covered-in-this-comparison-guide\">An Overview Features Covered In This Comparison Guide</h3>\n\n\n\n<figure class=\"wp-block-table alignwide is-style-stripes\"><table class=\"has-fixed-layout\"><thead><tr><th>Features</th><th>WordPress + PMPro</th><th>SaaS Platforms</th></tr></thead><tbody><tr><td><strong>1. <a href=\"#ease-setup\">Ease of Use and Setup</a></strong></td><td>Takes more time to set up; it requires choosing a hosting provider, theme, and plugins. Not overly technical, but there&#8217;s a learning curve.</td><td>Very beginner-friendly. You sign up, choose a template, and launch, no hosting or plugins needed.</td></tr><tr><td><strong>2. <a href=\"#content-gating\">Content Gating and Membership</a></strong></td><td>Highly flexible. Restrict any content by membership level, drip content, support for unlimited tiers, and complex access rules via plugins like PMPro.</td><td>Built-in membership tools with simpler access control, structured around specific content types like courses.</td></tr><tr><td><strong>3. <a href=\"#monetization\">Payment Processing and Monetization</a></strong></td><td>Full control over billing. Supports Stripe, PayPal, and more. The free PMPro charges a small platform fee but Stripe users can <a href=\"https://www.paidmembershipspro.com/adjust-application-fee-stripe-connect/\">adjust the fee to zero</a>.</td><td>Easy to set up. Some platforms charge additional transaction fees or take a percentage of your revenue.</td></tr><tr><td><strong>4. <a href=\"#community\">Community and Engagement Tools</a></strong></td><td>Add robust forums, messaging, groups, and more with plugins like BuddyBoss or bbPress. Highly customizable.</td><td>Varies by platform. Community-focused tools (like Circle) are strong, and others offer only basic features.</td></tr><tr><td><strong>5. <a href=\"#customization\">Design and Customization</a></strong></td><td>Unlimited customization using themes, page builders, or code. Fully white-labeled and brand-aligned.</td><td>Template-based with limited flexibility. Some branding customization, but no full design freedom.</td></tr><tr><td><strong>6. <a href=\"#data-ownership\">Data Ownership and Control</a></strong></td><td>You own all your content, site, and member data. Easy to back up, migrate, or export.</td><td>The platform owns the backend. Limited data access and harder to migrate or make structural changes.</td></tr><tr><td><strong>7. <a href=\"#integrations\">Extensibility and Integrations</a></strong></td><td>Highly extensible via plugins and APIs. Integrates with nearly any external tool, CRM, or automation platform</td><td>Limited to platform-approved integrations. Often relies on Zapier or built-in tools only.</td></tr><tr><td><strong>8. <a href=\"#performance\">Performance and Scalability</a></strong></td><td>Scales based on your hosting. You can upgrade servers or optimize as needed. No artificial member or content limits.</td><td>The platform handles performance. Scaling often requires upgrading to higher pricing tiers with usage limits.</td></tr><tr><td><strong>9. <a href=\"#pricing\">Pricing and True Cost</a></strong></td><td>Typically $100-$500/year, depending on hosting and Add Ons. No platform fees; you keep more of your revenue as you grow.</td><td>$39–$399/month plus transaction fees in some cases. Costs increase significantly as your member base grows.</td></tr></tbody></table></figure>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Let&#8217;s take a deeper dive into these features.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"ease-setup\">1. Ease of Use and Initial Setup</h3>\n\n\n\n<p>When launching a membership site, how quickly you can get up and running and how much technical effort that requires can make a big difference, especially for solo creators or first-time site owners.</p>\n\n\n\n<p><strong>WordPress: </strong>Requires some setup. You&#8217;ll choose a host, install WordPress, select a theme, and add a membership plugin like PMPro. There&#8217;s a learning curve, but it&#8217;s manageable. Many hosts offer one-click installs and guided setup wizards.</p>\n\n\n\n<p><strong>SaaS:</strong> Beginner-friendly. Sign up, pick a template, add content, and launch. No hosting or technical configuration needed.</p>\n\n\n\n<p><em>SaaS makes launching simple and fast, which is perfect for creators focused on content over configuration. WordPress takes more time upfront, but it offers long-term flexibility that may better support complex or evolving needs.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"content-gating\">2. Content Gating, Paywalls, and Membership Features</h3>\n\n\n\n<p>One of the core functions of any membership site is controlling who can access specific content. This includes everything from simple page restrictions to complex tiered access and content dripping.</p>\n\n\n\n<p><strong>WordPress: </strong>PMPro and similar membership plugins offer deep control, including unlimited tiers, flexible access rules, drip content, partial content visibility, directories, and support for <a href=\"https://www.paidmembershipspro.com/add-ons/custom-post-type-membership-access/\">custom post types</a>. You can tailor the experience to your exact structure.</p>\n\n\n\n<p><strong>SaaS: </strong>Offers basic to moderate content gating tied to built-in products (e.g., courses or groups). Good for straightforward use cases but less flexible for complex structures.</p>\n\n\n\n<p><em>SaaS platforms are well-suited for straightforward membership models. WordPress offers more granular control and flexibility, which can be valuable if your content access needs become more advanced over time.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"monetization\">3. Payment Processing and Monetization</h3>\n\n\n\n<p>A membership site&#8217;s success depends on how easily and effectively you can monetize your content, whether through subscriptions, one-time fees, trials, or discounts.</p>\n\n\n\n<p><strong>WordPress: </strong>Integrates directly with Stripe, PayPal, and other gateways. Your customers&#8217; subscriptions stay in your payment gateway account, not owned by the SaaS platform. With <a href=\"https://www.paidmembershipspro.com/best-free-membership-plugins-wordpress/\">membership plugins</a> like PMPro, you keep 100% of revenue (minus standard processor fees) and retain full control over billing cycles, cancellations, and data.</p>\n\n\n\n<p><strong>SaaS: </strong>Payments are built-in but processed through the platform. Many charge transaction fees (up to 12%) and act as intermediaries which means you lose direct access to subscriber billing relationships.</p>\n\n\n\n<p><em>SaaS simplifies payment setup for fast launches, but WordPress delivers true payment ownership with no intermediaries, lower long-term costs, and direct relationships with your subscribers as you scale.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"community\">4. Community and Engagement Tools</h3>\n\n\n\n<p>Engaging your members through interaction and community features can boost retention and increase perceived value.</p>\n\n\n\n<p><strong>WordPress: </strong>WordPress offers plugins like BuddyBoss or bbPress that give you full control over membership community tools. You can use them to build anything from private groups to full social networks, all integrated with your membership system.</p>\n\n\n\n<p><strong>SaaS: </strong>SaaS platforms vary in terms of engagement tools for members. Some platforms, like Circle or Mighty Networks, offer excellent built-in community tools. Others, like Kajabi or Podia, include only basic engagement features such as comments or simple discussion boards.</p>\n\n\n\n<p><em>SaaS platforms that focus on community offer streamlined, ready-made tools for engagement. But not every SaaS platform has community features. WordPress is more flexible, making it easier to tailor a community experience, or add community features later on as your membership scales.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"customization\">5. Design and Customization Capabilities</h3>\n\n\n\n<p>The ability to control how your site looks and functions plays a big role in creating a brand-aligned experience and delivering unique value to your members.</p>\n\n\n\n<p><strong>WordPress: </strong>Offers full design freedom. You can use themes, page builders, or custom code to create a completely tailored user experience. There are virtually no limits to how your site can look or what it can do.</p>\n\n\n\n<p><strong>SaaS: </strong>Provides pre-designed templates with limited customization. You can typically change superficial design elements like colors, logos, and fonts. But making deeper changes to the layout or functionality is not possible unless allowed by the platform.</p>\n\n\n\n<p><em>SaaS platforms simplify design decisions with clean, professional templates. WordPress offers room for customization and creative control, best for those who want to fine-tune every element of their brand experience.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"data-ownership\">6. Data Ownership and Control</h3>\n\n\n\n<p>Who owns your content and member data affects how much control you truly have over your business and how easily you can scale, pivot, or migrate.</p>\n\n\n\n<p><strong>WordPress: </strong>You fully own your site and data. Everything lives on your server, and you can back it up, migrate it, or modify it however you like. You&#8217;re not subject to platform rules or data restrictions.</p>\n\n\n\n<p><strong>SaaS: </strong>Your data lives on the provider&#8217;s platform. While many allow basic exports, you&#8217;re limited by their terms of service, and switching platforms can be difficult or incomplete.</p>\n\n\n\n<p><em>SaaS handles data and infrastructure for you, but limits how much control you have if you need to switch platforms. WordPress delivers full business ownership. Your content, member relationships, and even the platform itself become tangible assets if you ever sell your business. With WordPress, exits all happen on your terms.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"integrations\">7. Extensibility and Integrations</h3>\n\n\n\n<p>Membership sites often need to connect with tools for email marketing, CRM, analytics, or other business systems. The ability to integrate and extend your platform can have a dramatic impact on efficiency and growth.</p>\n\n\n\n<p><strong>WordPress: </strong>Highly extensible. Thousands of plugins and APIs allow seamless integration with nearly any third-party service. Tools like WP Fusion or Zapier make automation and advanced workflows easy. Moreover, if you use the PMPro platform, there&#8217;s a <a href=\"https://www.paidmembershipspro.com/add-ons/\">vast library of Add Ons</a> and <a href=\"https://www.paidmembershipspro.com/live/#tab-coding-with-sam\">code snippets</a> that make it easy to add advanced features.</p>\n\n\n\n<p><strong>SaaS: </strong>Most platforms offer a limited set of integrations, often focused on common tools like Mailchimp or Stripe. You&#8217;re generally restricted to what the provider supports out of the box or via Zapier.</p>\n\n\n\n<p><em>SaaS platforms integrate well with commonly used tools, making setup easier. WordPress provides broader integration options and extensibility, which can benefit businesses with custom requirements or more advanced automation needs.</em></p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"performance\">8. Performance and Scalability</h3>\n\n\n\n<p>As your site grows, your platform needs to keep up with stable performance, fast load times, and the ability to handle more users and content.</p>\n\n\n\n<p><strong>WordPress: </strong>Performance depends on your hosting and optimization. With the right infrastructure, it can scale to handle thousands of members and large content libraries without issue.</p>\n\n\n\n<p><strong>SaaS: </strong>Scaling is handled by the platform. You don&#8217;t manage servers, but growth often requires moving to higher-tier plans with limits on members, content, or storage.</p>\n\n\n\n<p><em>SaaS platforms scale automatically, relieving you of technical concerns, but pricing increases as you grow. WordPress gives you control over performance and costs, though it requires more active management to maintain scalability.</em></p>\n\n\n\n<div class=\"wp-block-group content-callout is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-glasses\"></i> <strong>Related:</strong> <a href=\"https://www.paidmembershipspro.com/scaling-wordpress/\"><em>Scaling for High Traffic Websites: How to Improve WordPress Site Performance</em></a></p>\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"pricing\">9. Pricing and True Cost</h3>\n\n\n\n<p>One of the most overlooked factors in the WordPress vs SaaS for membership debate is the long-term cost of each platform.</p>\n\n\n\n<p><strong>WordPress: </strong>The Core software is free. Hosting typically ranges from $5 to $50 per month, and many powerful plugins, such as PMPro, offer free or flat-rate options. A solid setup might cost $200 to $500 per year.</p>\n\n\n\n<p><strong>SaaS: </strong>Monthly fees start at around $39 and can range up to $399 or more for premium tiers. Some also charge transaction fees, taking up to 12% of your revenue in addition to standard payment processing costs.</p>\n\n\n\n<p><em>SaaS offers a predictable monthly fee with built-in features, but costs can increase with scale and platform fees. WordPress has more upfront setup effort but often delivers better long-term value for businesses focused on growth and flexibility.</em></p>\n\n\n\n<p>Now that you&#8217;ve seen how WordPress vs SaaS for membership platforms compare on key features, let&#8217;s explore when each one makes the most sense.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"the-right-choice\">Is WordPress the Right Choice For You?</h2>\n\n\n\n<p>WordPress is a powerful option if you&#8217;re building a long-term membership site and want complete control over your business, content, and customer experience. It requires a bit more setup and technical involvement up front, but it gives you full ownership and the flexibility to scale and customize on your terms.</p>\n\n\n\n<p>The <a href=\"https://www.paidmembershipspro.com/trade-association-website-connect-with-industry-professionals/\">success story of BeautyCouncil</a> demonstrates WordPress&#8217;s effectiveness for membership organizations. This Canadian trade association serving over 4,000 beauty industry professionals migrated from costly SaaS products to WordPress with PMPro, achieving better results at a lower cost.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-b339124c wp-block-group-is-layout-constrained\" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"512\" height=\"512\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/06/Greg-Robins-1.png\" alt=\"Greg Robins Headshot\" class=\"wp-image-500609\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:189px;height:undefinedpx\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/06/Greg-Robins-1.png 512w, https://www.paidmembershipspro.com/wp-content/uploads/2023/06/Greg-Robins-1-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2023/06/Greg-Robins-1-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2023/06/Greg-Robins-1-80x80.png 80w\" sizes=\"auto, (max-width: 512px) 100vw, 512px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<blockquote class=\"wp-block-quote is-style-plain is-layout-flow wp-block-quote-is-layout-flow\">\n<p>We wanted an elegant solution that would allow us to restrict content, manage memberships, and integrate with a variety of other WordPress plugins.</p>\n<cite>—Greg Robins, Owner and Executive Director, BeautyCouncil</cite></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p>Their WordPress implementation now supports eight distinct membership levels, along with flexible payment options, while seamlessly integrating with their CRM and learning management systems.</p>\n\n\n\n<p><strong>WordPress might be a better fit if:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You want <strong>full control </strong>over your site&#8217;s design, functionality, and branding</li>\n\n\n\n<li>You&#8217;re focused on <strong>building an asset on your own entirely</strong>, including content, data, and infrastructure</li>\n\n\n\n<li>You <strong>need advanced membership features</strong>, integrations, or custom workflows</li>\n\n\n\n<li>You&#8217;re <strong>okay with managing plugins, updates, and hosting </strong>(or working with someone who can)</li>\n</ul>\n\n\n\n<p>While PMPro offers an open-source approach with complete ownership, other WordPress membership plugins, like MemberPress, provide different feature sets but operate under proprietary licenses, and some even restrict admin access if subscription fees are not paid.</p>\n\n\n\n<p><em>Understanding these differences is important when selecting your WordPress membership solution.</em></p>\n\n\n\n<p>With the right tools, WordPress can be as beginner-friendly as you need it to be. Whether you&#8217;re creating a simple gated content site or a robust multi-tiered membership business, WordPress gives you the freedom to shape it to fit your goals.</p>\n\n\n\n<p>If you&#8217;re building for the long haul and want full creative and business control, WordPress offers a level of flexibility and ownership that SaaS platforms simply can&#8217;t match.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-left\" id=\"h-pros-amp-cons-of-using-wordpress-for-a-membership-site\">Pros &amp; Cons of Using WordPress For a Membership Site</h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-8a368f38 wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading has-text-align-left has-color-secondary-color has-text-color has-link-color wp-elements-583159c41ca60512a79d4fc5b21305cb\" id=\"h-fa-icon-circle-check-pros\"><i class=\"fa  fa-circle-check\"></i> Pros</h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Full ownership of your site, data, content, and brand</li>\n\n\n\n<li>Total design freedom, not locked into templates</li>\n\n\n\n<li>Infinitely customizable via plugins, themes, or code</li>\n\n\n\n<li>Lower long-term costs, especially at scale</li>\n\n\n\n<li>No platform rules, revenue cuts, or feature limits</li>\n\n\n\n<li>Easier to migrate, sell, or pivot your business</li>\n\n\n\n<li>Rich ecosystem and community support</li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-8a368f38 wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading has-text-align-left has-vivid-red-color has-text-color has-link-color wp-elements-da71671d651f21d85f7824740ef2d531\" id=\"h-fa-icon-circle-xmark-cons\"><i class=\"fa  fa-circle-xmark\"></i> Cons</h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Requires technical setup and ongoing maintenance</li>\n\n\n\n<li>Slight learning curve (though manageable with help)</li>\n\n\n\n<li>You&#8217;re responsible for performance, backups, and security</li>\n\n\n\n<li>Potential to overcomplicate with too many plugins if not careful</li>\n</ul>\n</div>\n</div>\n</div>\n\n\n\n<p>Let&#8217;s break down some common myths and concerns around choosing WordPress vs SaaS for membership sites, so you can make a confident, informed decision.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Myth vs. Reality: Common User Concerns About WordPress</h3>\n\n\n\n<p>By now, we&#8217;re familiar with the pros and cons of using WordPress to build a membership site. Needless to say, the cons are concerning, but <strong>let&#8217;s take a nuanced look at the limitations of the platform</strong>.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-wordpress-is-too-technical-for-me\">&#8220;WordPress is too technical for me!&#8221;</h4>\n\n\n\n<p>While WordPress does have more moving parts than an all-in-one platform, modern tools have dramatically simplified the process. Many hosting providers offer one-click WordPress installation, and membership plugins like PMPro are designed with non-technical users in mind.</p>\n\n\n\n<p>Plus, there&#8217;s an advantage to this slight learning curve: it gives you a better understanding of how your site works, empowering you to make informed decisions as your membership grows.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-i-ll-spend-all-my-time-on-maintenance-instead-of-creating-content\">&#8220;I&#8217;ll spend all my time on maintenance instead of creating content.&#8221;</h4>\n\n\n\n<p><strong>The Reality: </strong>With good hosting and a streamlined plugin approach, WordPress maintenance is minimal, usually just clicking &#8220;update&#8221; occasionally. Many hosts now offer managed WordPress services that automatically handle security updates and backups. You decide when and if to update.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-what-if-something-breaks-i-won-t-have-support\">&#8220;What if something breaks? I won&#8217;t have support.&#8221;</h4>\n\n\n\n<p><strong>The Reality: </strong>The WordPress ecosystem offers multiple layers of support. Membership plugins provide documentation, video tutorials, and dedicated support. The broader WordPress community includes forums, Facebook groups, live events, and countless resources. And if you ever need hands-on help, there&#8217;s a vast network of WordPress professionals available for hourly consulting or ongoing support.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-wordpress-can-t-handle-large-membership-sites\">&#8220;WordPress can&#8217;t handle large membership sites.&#8221;</h4>\n\n\n\n<p><strong>The Reality: </strong>Some of the largest membership sites and online communities in the world run on WordPress. With proper hosting and optimization, WordPress can handle thousands, or even tens of thousands, of members without performance issues.</p>\n\n\n\n<p>Besides, many <a href=\"https://www.paidmembershipspro.com/best-free-membership-plugins-wordpress/\">membership plugins</a> are built with scalability in mind, using efficient code and database structures that maintain performance as your membership base grows.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-moving-to-wordpress-later-would-be-too-complicated\">&#8220;Moving to WordPress later would be too complicated.&#8221;</h4>\n\n\n\n<p><strong>The Reality: </strong>Migration becomes increasingly difficult as you accumulate content, members, and payment records. Starting with WordPress and a membership plugin like PMPro means you&#8217;re building on a foundation that can grow with you from day one, without painful transitions later.</p>\n\n\n\n<p>And with the <a href=\"https://www.paidmembershipspro.com/pricing/\">PMPro free tier</a>, you can still test your concept without a significant upfront investment.</p>\n</div>\n\n\n\n<div class=\"wp-block-group content-callout is-style-border-blue-box has-background is-layout-flow wp-block-group-is-layout-flow\" style=\"background-color:#f5f8fa\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-star\"></i> <strong>Try a Demo:</strong> <a href=\"https://try.pmproplugin.com/\" target=\"_blank\" rel=\"noreferrer noopener\">View the PMPro demo site</a> or <a href=\"https://app.instawp.io/launch?t=paid-memberships-pro&amp;d=v1\" target=\"_blank\" rel=\"noreferrer noopener sponsored nofollow\">launch a free private demo now</a>.</p>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"saas-choice\">Is SaaS the Right Choice For You?</h2>\n\n\n\n<p>SaaS platforms shine when you want to <strong>launch quickly and focus more on content than tech</strong>. If you&#8217;re a solo creator, coach, or entrepreneur with a straightforward offering like a digital course, private community, or content subscription, SaaS tools can help you get up and running in hours, not days or weeks.</p>\n\n\n\n<p>Take <a href=\"https://jenniferbourn.com/\" target=\"_blank\" rel=\"noreferrer noopener\">Jennifer Bourn</a>, for example, a seasoned brand designer and business consultant who transitioned her <a href=\"https://community.jenniferbourn.com/checkout/comms-club\" target=\"_blank\" rel=\"noreferrer noopener\">community to Circle</a>. Despite her extensive WordPress experience, Jen found that a dedicated community platform better served her Comms Club members, providing a streamlined experience while freeing her to focus on delivering value rather than managing tech infrastructure.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-b339124c wp-block-group-is-layout-constrained\" style=\"margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns are-vertically-aligned-center is-style-default is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:33.33%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"750\" height=\"750\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/jennifer-bourn.jpg\" alt=\"Jennifer Bourn Headshot\" class=\"wp-image-652503\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:189px;height:undefinedpx\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/jennifer-bourn.jpg 750w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/jennifer-bourn-300x300.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/jennifer-bourn-150x150.jpg 150w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/jennifer-bourn-80x80.jpg 80w\" sizes=\"auto, (max-width: 750px) 100vw, 750px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n<blockquote class=\"wp-block-quote is-style-plain is-layout-flow wp-block-quote-is-layout-flow\">\n<p>I&#8217;ve had my business for 20 years and 15 of them were spent deep in WordPress. I never thought I&#8217;d choose a SaaS platform for my business, but holy nuggets I didn&#8217;t realize how much the challenges of WordPress made me not want to work on my courses and programs. I&#8217;m so excited about how much the Circle platform migration has streamlined and simplified everything!</p>\n<cite>—Jennifer Bourn, CMO, Brand Builder and Consultant</cite></blockquote>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<p><strong>These platforms are especially appealing if:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You <strong>don&#8217;t want to deal </strong>with hosting, plugins, or regular updates</li>\n\n\n\n<li>You&#8217;re <strong>okay working within predefined templates </strong>and feature sets</li>\n\n\n\n<li>You&#8217;re <strong>prioritizing speed and simplicity </strong>over customization or long-term cost savings</li>\n\n\n\n<li>You&#8217;re <strong>validating an idea </strong>and want to minimize setup time and maintenance</li>\n</ul>\n\n\n\n<p>For many early-stage creators, SaaS can be a great starting point. You get a polished user experience, a centralized dashboard, and less to worry about on the technical side. But it&#8217;s essential to go in with eyes open.</p>\n\n\n\n<p><em>Growth often means higher pricing tiers, platform lock-in, and limits on what you can customize or own.</em></p>\n\n\n\n<p>If your main goal is speed and ease, and you&#8217;re okay trading some flexibility to get there, SaaS might be exactly what you need.</p>\n\n\n\n<div class=\"wp-block-group alignwide is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<h3 class=\"wp-block-heading has-text-align-left\" id=\"h-pros-amp-cons-of-using-saas-for-a-membership-site\">Pros &amp; Cons of Using SaaS For a Membership Site</h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-8a368f38 wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading has-text-align-left has-color-secondary-color has-text-color has-link-color wp-elements-87d6124263316b2541672b87a565acb3\" id=\"h-fa-icon-circle-check-pros-0\"><i class=\"fa  fa-circle-check\"></i> Pros</h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Fastest to launch, no tech skills required</li>\n\n\n\n<li>Everything in one place (hosting, payments, content, email)</li>\n\n\n\n<li>Built-in support and customer service</li>\n\n\n\n<li>Great for testing ideas or simple use cases</li>\n\n\n\n<li>Reliable infrastructure and automatic updates</li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-container-core-column-is-layout-8a368f38 wp-block-column-is-layout-flow\">\n<h4 class=\"wp-block-heading has-text-align-left has-vivid-red-color has-text-color has-link-color wp-elements-f1e860fdc9192666b32b7c73dd54cef4\" id=\"h-fa-icon-circle-xmark-cons-0\"><i class=\"fa  fa-circle-xmark\"></i> Cons</h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Higher ongoing costs, monthly fees, and a possible % of revenue</li>\n\n\n\n<li>Limited customization and branding flexibility</li>\n\n\n\n<li>The platform owns the tech; you&#8217;re renting, not owning</li>\n\n\n\n<li>Risk of data lock-in, shutdowns, or sudden policy changes</li>\n\n\n\n<li>Harder to migrate if you outgrow the platform</li>\n</ul>\n</div>\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\">Myth vs. Reality: Common User Concerns About SaaS</h3>\n\n\n\n<p>By now, we&#8217;re familiar with the pros and cons of using SaaS platforms to build a membership site. Needless to say, the cons are concerning, <strong>but let&#8217;s take a nuanced look at the limitations of the platform </strong>–</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-saas-platforms-are-too-limited-i-won-t-be-able-to-customize-anything\">&#8220;SaaS platforms are too limited, I won&#8217;t be able to customize anything!&#8221;</h4>\n\n\n\n<p><strong>The Reality:</strong> While it&#8217;s true that SaaS platforms often restrict direct code-level customization, most offer robust design tools, flexible integrations, and extendable features through apps or APIs. For the vast majority of membership site owners, these built-in tools are more than enough to create a polished, professional site.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-i-ll-be-locked-in-and-can-t-leave-if-i-want-to\">&#8220;I&#8217;ll be locked in and can&#8217;t leave if I want to.&#8221;</h4>\n\n\n\n<p><strong>The Reality:</strong> Exporting content and member data is usually possible, especially from more reputable SaaS platforms. While switching platforms does require effort, many SaaS providers offer data portability and migration tools, regardless of where you start.</p>\n\n\n\n<p>More importantly, by starting with SaaS, you&#8217;re able to launch and grow quickly without technical overhead, giving you the traction you need before ever worrying about a potential move.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-i-ll-have-less-control-over-how-my-site-works\">&#8220;I&#8217;ll have less control over how my site works.&#8221;</h4>\n\n\n\n<p><strong>The Reality:</strong> You may have less control over the backend, but that&#8217;s the point. SaaS platforms handle hosting, performance, security, backups, and updates automatically. That means you don&#8217;t have to spend time managing these details yourself or worrying about things breaking.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-saas-platforms-can-t-scale-for-serious-businesses\">&#8220;SaaS platforms can&#8217;t scale for serious businesses.&#8221;</h4>\n\n\n\n<p><strong>The Reality:</strong> Many six- and seven-figure membership sites are built entirely on SaaS platforms. From online course empires to paid communities and coaching programs, SaaS tools are optimized for growth.</p>\n\n\n\n<p>Their infrastructure is built to scale seamlessly with your member base, so you don&#8217;t need to upgrade servers or optimize databases ever.</p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-0fb62486 wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--30);margin-bottom:var(--wp--preset--spacing--30);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-saas-will-cost-more-in-the-long-run\">&#8220;SaaS will cost more in the long run.&#8221;</h4>\n\n\n\n<p><strong>The Reality:</strong> Predictable, tiered pricing is a major advantage of SaaS platforms. Yes, higher plans may cost more, but they also include the infrastructure, support, and tools that you would otherwise pay for separately with a self-hosted approach. You won&#8217;t have to manage hosting, hire developers for custom fixes, or worry about plugin compatibility.</p>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"what-to-expect\">What to Expect When Switching Platforms</h2>\n\n\n\n<p>While it&#8217;s technically possible to switch between SaaS and WordPress (or vice versa), it&#8217;s rarely a decision you&#8217;ll want to make more than once.</p>\n\n\n\n<p>Each platform has its unique architecture, data structure, and user experience, which means migrating from one to another can be a time-consuming, costly, and often stressful process.</p>\n\n\n\n<p>Here&#8217;s what you might encounter when switching:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Content Migration Problems: </strong>Pages, blog posts, gated content, and course material may need to be manually recreated or reformatted to fit the new system&#8217;s structure.</li>\n\n\n\n<li><strong>Members Data Hassle:</strong> Exporting and importing member data into a new platform can be tricky. You may lose access to some historical data, such as transaction history or engagement metrics. Members will have to reset their passwords.</li>\n\n\n\n<li><strong>Payment Disruptions: </strong>Changing payment processors or billing systems can result in canceled subscriptions or payment lapses unless carefully managed. In some cases, all members may need to resubscribe to the new platform.</li>\n\n\n\n<li><strong>Loss of Custom Functionality: </strong>If you built custom workflows or used specific integrations, those may not carry over, and recreating them may not be possible on the new platform.</li>\n\n\n\n<li><strong>User Frustrations: </strong>A new interface or user flow can create friction for members who are used to a specific experience.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1600\" height=\"900\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas.jpg\" alt=\"Infographic of possible platform migration pitfalls\" class=\"wp-image-651574\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas.jpg 1600w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/switching-may-affect-wp-vs-saas-128x72.jpg 128w\" sizes=\"auto, (max-width: 1600px) 100vw, 1600px\" /></figure>\n\n\n\n<p>For example, a creator who starts on a SaaS platform due to its simplicity may later hit limits on customization which is a common pitfall in the WordPress vs SaaS for membership decision.</p>\n\n\n\n<p>On the other hand, someone managing a complex WordPress setup may later prioritize simplicity and switch to SaaS, only to realize the loss of flexibility and control.</p>\n\n\n\n<h3 class=\"wp-block-heading\">If Switching is Unavoidable, Then We Recommend That You…</h3>\n\n\n\n<p>Plan for a transition period of 3 to 6 months and budget for a 20% member churn rate during this time. Consider professional migration services for complex moves. Always maintain a complete backup of your old platform for 6 to 12 months.</p>\n\n\n\n<p>The bottom line? Whichever platform you choose, aim to make a decision that aligns with your long-term goals. Switching later is possible, but it&#8217;s not something to take lightly.</p>\n\n\n\n<div class=\"wp-block-group alignfull has-color-primary-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" id=\"playground\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-left has-site-navigation-background-color has-text-color\" id=\"quiz-wordpress-vs-saas\">Quiz: Should You Choose WordPress vs. SaaS for Membership?</h2>\n\n\n\n<p class=\"has-base-color has-text-color has-link-color wp-elements-955d212582aedd65d7eb490ca22be51a\"><strong>Still not sure where you stand on WordPress vs SaaS for membership? Take this quick quiz to figure out your preference.</strong></p>\n\n\n	<div id=\"gpt-ai-wizard\" class=\"pmpro\">\n						<form id=\"quiz-wp-vs-saas-form\" method=\"post\" action=\"#playground\" class=\"pmpro_form\">\n				<input type=\"hidden\" id=\"quiz_wp_vs_saas_gpt_nonce\" name=\"quiz_wp_vs_saas_gpt_nonce\" value=\"38eb844a24\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" />				<div class=\"quiz-slide active\" data-slide=\"1\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 1 of 12</strong>\n							<label class=\"pmpro_form_label\">Do you need to deeply customize the design, features, or workflows of your platform?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"yes_customization\" name=\"customization\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"yes_customization\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"no_customization\" name=\"customization\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"no_customization\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"customization_extra\">Additional Info (optional):</label>\n							<textarea id=\"customization_extra\" name=\"customization_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"2\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 2 of 12</strong>\n							<label class=\"pmpro_form_label\">Are you trying to avoid transaction or revenue-sharing fees from hosted platforms?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"yes_avoid_fee\" name=\"avoid_fee\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"yes_avoid_fee\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"no_avoid_fee\" name=\"avoid_fee\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"no_avoid_fee\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"avoid_fee_extra\">Additional Info (optional):</label>\n							<textarea id=\"avoid_fee_extra\" name=\"avoid_fee_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"3\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 3 of 12</strong>\n							<label class=\"pmpro_form_label\">Do you need to launch in a day or two?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"yes_quick_launch\" name=\"quick_launch\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"yes_quick_launch\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"no_quick_launch\" name=\"quick_launch\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"no_quick_launch\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"quick_launch_extra\">Additional Info (optional):</label>\n							<textarea id=\"quick_launch_extra\" name=\"quick_launch_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"4\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 4 of 12</strong>\n							<label class=\"pmpro_form_label\">Are you comfortable managing tech (or hiring help)?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"yes_tech_comfort\" name=\"tech_comfort\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"yes_tech_comfort\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"no_tech_comfort\" name=\"tech_comfort\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"no_tech_comfort\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"tech_comfort_extra\">Additional Info (optional):</label>\n							<textarea id=\"tech_comfort_extra\" name=\"tech_comfort_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"5\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 5 of 12</strong>\n							<label class=\"pmpro_form_label\">Do you expect your membership site to grow significantly and require more complex features over time?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"yes_scale_membership\" name=\"scale_membership\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"yes_scale_membership\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"no_scale_membership\" name=\"scale_membership\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"no_scale_membership\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"scale_membership_extra\">Additional Info (optional):</label>\n							<textarea id=\"scale_membership_extra\" name=\"scale_membership_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"6\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 6 of 12</strong>\n							<label class=\"pmpro_form_label\">Is owning your platform and user data a top priority?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"yes_ownership_control\" name=\"ownership_control\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"yes_ownership_control\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"no_ownership_control\" name=\"ownership_control\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"no_ownership_control\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"ownership_control_extra\">Additional Info (optional):</label>\n							<textarea id=\"ownership_control_extra\" name=\"ownership_control_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"7\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 7 of 12</strong>\n							<label class=\"pmpro_form_label\">How important is ease of use and speed of setup?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"ease_very_important\" name=\"ease_of_use\" value=\"very_important\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"ease_very_important\">Very important</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"ease_somewhat_important\" name=\"ease_of_use\" value=\"somewhat_important\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"ease_somewhat_important\">Somewhat important</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"ease_not_important\" name=\"ease_of_use\" value=\"not_important\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"ease_not_important\">Not important</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"ease_of_use_extra\">Additional Info (optional):</label>\n							<textarea id=\"ease_of_use_extra\" name=\"ease_of_use_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"8\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 8 of 12</strong>\n							<label class=\"pmpro_form_label\">What is your initial budget?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"budget_low\" name=\"initial_budget\" value=\"low\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"budget_low\">Low</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"budget_medium\" name=\"initial_budget\" value=\"medium\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"budget_medium\">Medium</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"budget_high\" name=\"initial_budget\" value=\"high\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"budget_high\">High</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"initial_budget_extra\">Additional Info (optional):</label>\n							<textarea id=\"initial_budget_extra\" name=\"initial_budget_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"9\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 9 of 12</strong>\n							<label class=\"pmpro_form_label\">Do you require a unique or highly customized user experience/feature?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"custom_experience_yes\" name=\"custom_experience\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"custom_experience_yes\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"custom_experience_no\" name=\"custom_experience\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"custom_experience_no\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"custom_experience_extra\">Additional Info (optional):</label>\n							<textarea id=\"custom_experience_extra\" name=\"custom_experience_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"10\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 10 of 12</strong>\n							<label class=\"pmpro_form_label\">Are community and interaction a big part of your offering?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"community_yes\" name=\"community_interaction\" value=\"yes\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"community_yes\">Yes</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"community_no\" name=\"community_interaction\" value=\"no\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"community_no\">No</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"community_interaction_extra\">Additional Info (optional):</label>\n							<textarea id=\"community_interaction_extra\" name=\"community_interaction_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"11\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 11 of 12</strong>\n							<label class=\"pmpro_form_label\">How concerned are you about platform risk and longevity?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"platform_risk_very\" name=\"platform_risk\" value=\"very_concerned\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"platform_risk_very\">Very concerned</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"platform_risk_somewhat\" name=\"platform_risk\" value=\"somewhat_concerned\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"platform_risk_somewhat\">Somewhat concerned</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"platform_risk_not\" name=\"platform_risk\" value=\"not_concerned\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"platform_risk_not\">Not at all concerned</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"platform_risk_extra\">Additional Info (optional):</label>\n							<textarea id=\"platform_risk_extra\" name=\"platform_risk_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-slide\" data-slide=\"12\">\n					<div class=\"pmpro_form_fields\">\n						<div class=\"pmpro_form_field\">\n							<strong>Question 12 of 12</strong>\n							<label class=\"pmpro_form_label\">Do you need features like built-in marketing (email, funnels), or are you okay integrating those separately?</label>\n							<div class=\"pmpro_form_field-radio-items\">\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"marketing_built_in\" name=\"marketing\" value=\"built-in\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"marketing_built_in\">Built-in</label>\n								</div>\n								<div class=\"pmpro_form_field pmpro_form_field-radio-item\">\n									<input type=\"radio\" id=\"marketing_integrate\" name=\"marketing\" value=\"integrate\" class=\"pmpro_form_input pmpro_form_input-radio\">\n									<label class=\"pmpro_form_label pmpro_form_label-inline pmpro_clickable\" for=\"marketing_integrate\">Okay with integrating</label>\n								</div>\n							</div>\n						</div>\n						<div class=\"pmpro_form_field\">\n							<label class=\"pmpro_form_label\" for=\"marketing_extra\">Additional Info (optional):</label>\n							<textarea id=\"marketing_extra\" name=\"marketing_extra\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea>\n						</div>\n					</div>\n				</div>\n				<div class=\"quiz-controls\">\n					<input type=\"hidden\" name=\"quiz_wp_vs_saas_submit\" value=\"1\" />\n					<button type=\"submit\" id=\"submit-quiz\" class=\"pmpro_btn pmpro_btn-submit\" style=\"display: none;\">Submit</button>\n					<button type=\"button\" id=\"next-slide\" class=\"pmpro_btn\">Next Question</button>&nbsp;\n					<button type=\"button\" id=\"prev-slide\" disabled class=\"btn btn_link btn_quiz_back\" style=\"\">Go Back</button>\n				</div>\n			</form>\n\n			<script>\n				document.addEventListener(\'DOMContentLoaded\', function () {\n					const form = document.getElementById(\'quiz-wp-vs-saas-form\');\n					const slides = form.querySelectorAll(\'.quiz-slide\');\n					const prevBtn = document.getElementById(\'prev-slide\');\n					const nextBtn = document.getElementById(\'next-slide\');\n					const submitBtn = document.getElementById(\'submit-quiz\');\n					let currentSlide = 0;\n\n					function showSlide(index) {\n						slides.forEach((slide, i) => {\n							slide.style.display = i === index ? \'block\' : \'none\';\n						});\n						prevBtn.disabled = index === 0;\n						nextBtn.style.display = index === slides.length - 1 ? \'none\' : \'inline-block\';\n						submitBtn.style.display = index === slides.length - 1 ? \'inline-block\' : \'none\';\n					}\n\n					nextBtn.addEventListener(\'click\', () => {\n						if (currentSlide < slides.length - 1) {\n							currentSlide++;\n							showSlide(currentSlide);\n						}\n					});\n\n					prevBtn.addEventListener(\'click\', () => {\n						if (currentSlide > 0) {\n							currentSlide--;\n							showSlide(currentSlide);\n						}\n					});\n\n					// Disable the submit button on submit.\n					jQuery(\'form#quiz-wp-vs-saas-form\').submit(function(){\n						jQuery(this).find(\':input[type=submit]\').prop(\'disabled\', true);\n						jQuery(this).find(\':input[type=submit]\').val(\'Please wait...\');\n						return true; // allow normal POST to go through\n					});\n\n					showSlide(currentSlide);\n				});\n\n			</script>\n\n			<style>\n				.quiz-slide {\n					display: none;\n					margin-bottom: 2em;\n				}\n				.quiz-slide.active {\n					display: block;\n				}\n				.btn_quiz_back, .btn_quiz_back:hover, .btn_quiz_back:active, .btn_quiz_back:focus {\n					background: transparent !important;\n					box-shadow: none !important;\n					color: #222 !important;\n					font-weight: 400;\n					text-decoration: underline !important;\n				}\n			</style>\n				\n	</div> <!-- end .pmpro -->\n	\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion</h2>\n\n\n\n<p>There&#8217;s no one-size-fits-all answer when it comes to building a membership website. <em>The right choice depends on your goals, technical comfort level, budget, and how much control you want over your site and business in the long term.</em></p>\n\n\n\n<p>If you want to launch fast and stay focused on content and community without getting into the technical weeds, a <strong>SaaS platform </strong>may be the right fit, especially in the early stages.</p>\n\n\n\n<p class=\"has-text-align-left\">Suppose you&#8217;re thinking bigger about customization, data ownership, integrations, or growing your membership site into a long-term business. In that case, <strong>WordPress </strong>gives you the control and flexibility to build something that lasts.</p>\n\n\n\n<p>At the end of the day, “WordPress vs SaaS for membership” isn&#8217;t about which is universally better, <strong>it&#8217;s about which one aligns with your business goals, growth plans, and your technical comfort level.</strong></p>\n\n\n\n<p>If you&#8217;re leaning toward WordPress and want a plugin that&#8217;s powerful, open source, and trusted by thousands of creators and organizations, PMPro is a great place to start. You can launch with the <a href=\"https://www.paidmembershipspro.com/free/\">free core plugin</a>, explore a wide range of Add Ons, and grow at your own pace without being locked in.</p>\n\n\n\n<p>Whatever platform you choose, here&#8217;s to building a membership site that works for you!</p>\n\n\n\n<p>If you have any questions about building a membership site with WordPress and PMPro, <a href=\"https://www.paidmembershipspro.com/contact/\">contact us</a> for personalized advice.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:70:\"How to Customize the Default Confirmation Message Shown to New Members\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.paidmembershipspro.com/custom-confirmation-message/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jun 2025 15:51:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Premium Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=251877\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:443:\"Paid Memberships Pro includes a default message on the membership confirmation page. As a site owner, you may want to display a custom confirmation message to your members based on the membership level they are registering for. This guide shows you how to override the default confirmation message entirely using a custom function. Use this <a href=\"https://www.paidmembershipspro.com/custom-confirmation-message/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8014:\"\n<p>Paid Memberships Pro includes a <a href=\"https://www.paidmembershipspro.com/documentation/membership-levels/initial-membership-level-setup/#h-membership-level-settings\">default message on the membership confirmation page</a>. As a site owner, you may want to display a custom confirmation message to your members based on the membership level they are registering for.</p>\n\n\n\n<p>This guide shows you how to override the default confirmation message entirely using a custom function. Use this when you need full control over the message content beyond what the admin settings allow.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members-1024x576.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Customize Membership Confirmation with Your Content\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members-128x72.jpg 128w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/customize-default-confirmation-message-new-members.jpg 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#understanding\" data-level=\"2\">Understanding the Code Recipe</a></li><li><a href=\"#about\" data-level=\"2\">About the Code Recipe</a></li><li><a href=\"#h-the-code-recipe\" data-level=\"2\">The Code Recipe</a></li><li><a href=\"#customize\" data-level=\"2\">How to Customize This Code Recipe</a></li><li><a href=\"#h-video-walkthrough-coding-with-sam\" data-level=\"2\">Video Walkthrough: Coding with Sam</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"understanding\">Understanding the Code Recipe</h2>\n\n\n\n<p>This code replaces the default membership confirmation message shown after a successful registration via our Paid Memberships Pro plugin.</p>\n\n\n\n<p>It uses the <a href=\"https://www.paidmembershipspro.com/hook/pmpro_confirmation_message/\"><code>pmpro_confirmation_message</code></a> filter, which allows you to replace the message entirely. This filter has two parameters:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><code>$confirmation_message</code>: The incoming value of the confirmation message to be displayed.</li>\n\n\n\n<li><code>$pmpro_invoice</code>: The <a href=\"/documentation/advanced/classes/memberorder-class/\">MemberOrder object</a> that is displayed for the membership confirmation.</li>\n</ul>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1314\" height=\"878\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/04/standard-pmpro-confirmation-message.png\" alt=\"Screenshot of the Membership Confirmation page on the frontend of a PMPro site using the default message. \" class=\"wp-image-651497\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/04/standard-pmpro-confirmation-message.png 1314w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/standard-pmpro-confirmation-message-300x200.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/standard-pmpro-confirmation-message-1024x684.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/standard-pmpro-confirmation-message-1170x782.png 1170w\" sizes=\"auto, (max-width: 1314px) 100vw, 1314px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"about\">About the Code Recipe</h2>\n\n\n\n<p>This code returns your custom message on our Paid Memberships Pro confirmation page after registration on any of your membership levels.</p>\n\n\n\n<p>Before implementing this code recipe:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace the message on line 16 with your preferred confirmation message for your audience and customers</li>\n\n\n\n<li>Note that messages added via the <strong>Memberships</strong> &gt; <strong>Settings</strong> &gt; <strong>Levels</strong> &gt; <strong>Edit or Add New Level</strong> &gt; <strong>Confirmation Message </strong>area will be replaced completely by your custom confirmation message</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-code-recipe\">The Code Recipe</h2>\n\n\n\n<script src=\"https://gist.paidmembershipspro.com/embed.js?target=https%3A%2F%2Fgithub.com%2Fstrangerstudios%2Fpmpro-snippets-library%2Fblob%2Fdev%2Fcheckout%2Fcustomize-membership-confirmation-message.php&amp;style=github-gist&amp;showBorder=on&amp;showLineNumbers=on&amp;showFileMeta=on&amp;showCopy=on\"></script>\n\n\n\n<h2 class=\"wp-block-heading\">Adding the Recipe to Your Website</h2>\n\n\n\n<p>You can add this recipe to your site by creating a custom plugin or using the Code Snippets plugin available for free in the WordPress repository.&nbsp;<a href=\"/create-a-plugin-for-pmpro-customizations\" target=\"_blank\" rel=\"noreferrer noopener\">Read this companion article for step-by-step directions on either method</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"customize\">How to Customize This Code Recipe</h2>\n\n\n\n<p>You can set up a more creative and fun custom message for your membership confirmation page. Here’s how you can extend this functionality:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Replace the <code>$confirmation_message</code> variable&#8217;s value on line 16 with your preferred text tailored for your customers. For example:</li>\n</ul>\n\n\n\n<pre class=\"wp-block-preformatted\">$confirmation_message = \'&lt;p>Your membership is now active. Our doors are officially open. Look around, make yourself at home, and get ready to enjoy every perk you signed up for.&lt;/p>&lt;p>&lt;strong>Welcome aboard!&lt;/strong>&lt;/p>\';</pre>\n\n\n\n<p>You can use any text or HTML you want in this filter. If you need to pull dynamic information about the order or member, you can get that information from the <a href=\"https://www.paidmembershipspro.com/documentation/advanced/classes/memberorder-class/#properties\"><code>$pmpro_invoice</code> object</a> or the <code>$current_user</code> object.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1878\" height=\"1508\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/04/custom-example-confirmation-messgae.png\" alt=\"Screenshot of the Membership Confirmation page on the frontend of a PMPro site utilizing the HTML code example to customize the message.\" class=\"wp-image-651499\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/04/custom-example-confirmation-messgae.png 1878w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/custom-example-confirmation-messgae-300x241.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/custom-example-confirmation-messgae-1024x822.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/custom-example-confirmation-messgae-1536x1233.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2020/04/custom-example-confirmation-messgae-1170x939.png 1170w\" sizes=\"auto, (max-width: 1878px) 100vw, 1878px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-video-walkthrough-coding-with-sam\">Video Walkthrough: Coding with Sam</h2>\n\n\n\n<center><iframe loading=\"lazy\" src=\"https://www.youtube.com/embed/YAv19NOPs9U\" width=\"805\" height=\"453\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></center>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:57:\"\n		\n		\n		\n		\n		\n				\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:41:\"Designing a Logo for Your Membership Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:63:\"https://www.paidmembershipspro.com/membership-site-logo-design/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 05 Jun 2025 15:09:40 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:43:\"https://www.paidmembershipspro.com/?p=60387\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:464:\"Whether you&#8217;re just starting your membership business, or you already run an established membership site, having a professional logo is an essential piece of the marketing puzzle. A strong logo builds trust, creates recognition, and sets the tone for your entire membership experience. In this guide, we’ll walk you through everything you need to create <a href=\"https://www.paidmembershipspro.com/membership-site-logo-design/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Kim Coleman\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:33822:\"\n<p>Whether you&#8217;re just starting your membership business, or you already run an established membership site, having <strong>a professional logo is an essential piece of the marketing puzzle</strong>. A strong logo builds trust, creates recognition, and sets the tone for your entire membership experience.</p>\n\n\n\n<p>In this guide, we’ll walk you through everything you need to create a logo that not only looks great, but also works across your website, emails, and social channels. Whether you&#8217;re DIY-ing or hiring help, you’ll walk away with:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>A simple <strong>logo design brief</strong> to clarify what you need</li>\n\n\n\n<li>An interactive <strong>quiz</strong> to shape your logo direction and creative prompt</li>\n\n\n\n<li>Three solid <strong>logo creation paths</strong> (based on your budget and style)</li>\n\n\n\n<li>Tools to <strong>pull a cohesive color scheme</strong> from your logo for your site</li>\n\n\n\n<li>Links to PMPro settings to help bring your brand to life in WordPress</li>\n</ul>\n\n\n\n<p>Let&#8217;s build a logo and brand that fits your membership business.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"426\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/Designing-a-Logo-for-your-WordPress-Membership-Site-1024x512.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Banner to Designing a Logo for your WordPress Membership Site\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/06/Designing-a-Logo-for-your-WordPress-Membership-Site-1024x512.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/Designing-a-Logo-for-your-WordPress-Membership-Site-300x150.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/Designing-a-Logo-for-your-WordPress-Membership-Site-1536x768.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/Designing-a-Logo-for-your-WordPress-Membership-Site-2048x1024.jpg 2048w, https://www.paidmembershipspro.com/wp-content/uploads/2025/06/Designing-a-Logo-for-your-WordPress-Membership-Site-1170x585.jpg 1170w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#h-logo-design-then-and-now\" data-level=\"2\">Logo Design: Then and Now</a></li><li><a href=\"#h-before-you-design-a-logo-for-your-membership-site\" data-level=\"2\">Before You Design a Logo For Your Membership Site</a></li><li><a href=\"#quiz-logo-brief\" data-level=\"2\">Quiz: What Kind of Logo Should You Create?</a></li><li><a href=\"#h-build-your-membership-brand-3-logo-design-paths-to-choose-from\" data-level=\"2\">Build Your Membership Brand: 3 Logo Design Paths to Choose From</a><ul><li><a href=\"#builders\" data-level=\"3\">Path 1: DIY Logo Generators/Builders</a></li><li><a href=\"#tournament\" data-level=\"3\">Path 2: Tournament-style/crowd-sourced Flat Fee Logo Design</a></li><li><a href=\"#predesigned\" data-level=\"3\">Path 3: Pre-Designed Logo Templates</a></li></ul></li><li><a href=\"#color-palette\" data-level=\"2\">How to Pull a Color Palette From Your Logo</a></li><li><a href=\"#h-get-started-with-your-logo-today\" data-level=\"2\">Get Started With Your Logo Today</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-logo-design-then-and-now\">Logo Design: Then and Now</h2>\n\n\n\n<p>Not long ago, creating a professional logo meant hiring an expensive agency and investing weeks (or months) into brand strategy. That worked for big-budget companies, but that approach is overkill for most membership site owners.</p>\n\n\n\n<p>Today, solopreneurs and small teams can create polished, high-impact logos using affordable tools and platforms, without compromising on quality. In fact, many large companies now use the same DIY or crowd-sourced approaches.</p>\n\n\n\n<p>This post covers three smart, flexible ways to design a logo for your membership business:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#builders\">Logo Generators/Builders</a></li>\n\n\n\n<li><a href=\"#tournament\">Tournament-style/crowd-sourced Flat Fee Logo Design</a></li>\n\n\n\n<li><a href=\"#predesigned\">Pre-designed Logo Templates</a></li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-before-you-design-a-logo-for-your-membership-site\">Before You Design a Logo For Your Membership Site</h2>\n\n\n\n<p>Before diving into logo tools and templates, take a step back and get clear on what your logo actually needs to do.</p>\n\n\n\n<p>Your logo isn&#8217;t just a decoration. Logos are a functional design asset that needs to work across your website, social media profiles, email campaigns, and maybe even print. The more intentional you are now, the more versatile and timeless your final logo will be.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Build Your Logo Design Brief</h3>\n\n\n\n<p>Here are a few strategic questions to answer before you design anything:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>What is the name of your brand?</li>\n\n\n\n<li>What are your brand colors?</li>\n\n\n\n<li>What fonts or typography styles do you like (e.g., handwritten, block/sans-serif, heavy, thin, etc.)?</li>\n\n\n\n<li>Do you prefer a logo that includes an icon/graphic or just stylized text also known as a &#8220;wordmark&#8221;?</li>\n\n\n\n<li>Would a portrait or landscape layout suit your branding better?</li>\n\n\n\n<li>In addition to your full logo, do you need a version that is icon-only?</li>\n\n\n\n<li>Should we create a version with a single tagline or some variations with a few different tagline ideas?</li>\n\n\n\n<li>Will the logo be used on dark backgrounds, light backgrounds, or both?</li>\n\n\n\n<li>What are some brand names or brand logos you like for inspiration?</li>\n</ul>\n\n\n\n<p>By thoughtfully answering these questions, you&#8217;ll create a super simple yet practical <strong>design brief for your logo</strong>. A well-defined brief makes it easier to generate logo ideas with an AI tool or communicate your needs to a designer.</p>\n\n\n\n<p>Use the quiz below to walk you through each of these key questions and generate a rough draft prompt you can use to kickstart your logo creation journey. After the quiz, we will share three solid next steps for turning your ideas into a finished logo.</p>\n\n\n\n<div class=\"wp-block-group alignfull has-color-primary-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" id=\"playground\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-group has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<h2 class=\"wp-block-heading has-text-align-center has-site-navigation-background-color has-text-color\" id=\"quiz-logo-brief\">Quiz: What Kind of Logo Should You Create?</h2>\n\n\n	<div id=\"gpt-ai-wizard\" class=\"pmpro\">\n				<form method=\"post\" action=\"#playground\" class=\"pmpro_form\">\n			<input type=\"hidden\" id=\"quiz_brand_logo_gpt_nonce\" name=\"quiz_brand_logo_gpt_nonce\" value=\"774449d0c8\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/feed/\" />			<div class=\"quiz-slide active\" data-slide=\"1\"><div class=\"pmpro_form_field\"><strong>Question 1 of 9</strong><label class=\"pmpro_form_label\" for=\"brand_name\">What is the name of your brand?</label><textarea id=\"brand_name\" name=\"brand_name\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"2\"><div class=\"pmpro_form_field\"><strong>Question 2 of 9</strong><label class=\"pmpro_form_label\" for=\"brand_colors\">What are your brand’s current colors? Are these changing as part of the redesign?</label><textarea id=\"brand_colors\" name=\"brand_colors\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"3\"><div class=\"pmpro_form_field\"><strong>Question 3 of 9</strong><label class=\"pmpro_form_label\" for=\"font\">What are your favorite fonts or typography styles (handwritten, sans-serif/block style, etc.)?</label><textarea id=\"font\" name=\"font\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"4\"><div class=\"pmpro_form_field\"><strong>Question 4 of 9</strong><label class=\"pmpro_form_label\" for=\"logo_style\">Do you prefer a logo that uses an icon/graphic or a wordmark (stylized text only)?</label><textarea id=\"logo_style\" name=\"logo_style\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"5\"><div class=\"pmpro_form_field\"><strong>Question 5 of 9</strong><label class=\"pmpro_form_label\" for=\"orientation\">Would a portrait or landscape logo orientation better match your needs?</label><textarea id=\"orientation\" name=\"orientation\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"6\"><div class=\"pmpro_form_field\"><strong>Question 6 of 9</strong><label class=\"pmpro_form_label\" for=\"icon_version\">Do you need a version of the logo that is icon only?</label><textarea id=\"icon_version\" name=\"icon_version\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"7\"><div class=\"pmpro_form_field\"><strong>Question 7 of 9</strong><label class=\"pmpro_form_label\" for=\"tagline_version\">Do you need a version with a tagline or multiple tagline options?</label><textarea id=\"tagline_version\" name=\"tagline_version\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"8\"><div class=\"pmpro_form_field\"><strong>Question 8 of 9</strong><label class=\"pmpro_form_label\" for=\"background_use\">Is the logo used on a dark background, light background, or both?</label><textarea id=\"background_use\" name=\"background_use\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div><div class=\"quiz-slide \" data-slide=\"9\"><div class=\"pmpro_form_field\"><strong>Question 9 of 9</strong><label class=\"pmpro_form_label\" for=\"inspiration\">What are some other logos you’ve seen that you like?</label><textarea id=\"inspiration\" name=\"inspiration\" rows=\"2\" class=\"pmpro_form_input pmpro_form_input-textarea\"></textarea></div></div>			<div class=\"quiz-controls\">\n				<input type=\"hidden\" name=\"quiz_brand_logo_submit\" value=\"1\" />\n				<button type=\"submit\" id=\"submit-quiz\" class=\"pmpro_btn pmpro_btn-submit\" style=\"display: none;\">Submit</button>\n				<button type=\"button\" id=\"next-slide\" class=\"pmpro_btn\">Next Question</button>&nbsp;\n				<button type=\"button\" id=\"prev-slide\" disabled class=\"btn btn_link btn_quiz_back\">Go Back</button>\n			</div>\n		</form>\n		<script>\n			document.addEventListener(\'DOMContentLoaded\', function () {\n				const form = document.querySelector(\'.pmpro_form\');\n				const slides = form.querySelectorAll(\'.quiz-slide\');\n				const prevBtn = document.getElementById(\'prev-slide\');\n				const nextBtn = document.getElementById(\'next-slide\');\n				const submitBtn = document.getElementById(\'submit-quiz\');\n				let currentSlide = 0;\n\n				function showSlide(index) {\n					slides.forEach((slide, i) => {\n						slide.style.display = i === index ? \'block\' : \'none\';\n					});\n					prevBtn.disabled = index === 0;\n					nextBtn.style.display = index === slides.length - 1 ? \'none\' : \'inline-block\';\n					submitBtn.style.display = index === slides.length - 1 ? \'inline-block\' : \'none\';\n				}\n\n				nextBtn.addEventListener(\'click\', () => {\n					if (currentSlide < slides.length - 1) {\n						currentSlide++;\n						showSlide(currentSlide);\n					}\n				});\n\n				prevBtn.addEventListener(\'click\', () => {\n					if (currentSlide > 0) {\n						currentSlide--;\n						showSlide(currentSlide);\n					}\n				});\n\n				form.addEventListener(\'submit\', function () {\n					this.querySelector(\':input[type=submit]\').disabled = true;\n					this.querySelector(\':input[type=submit]\').value = \'Please wait...\';\n				});\n\n				showSlide(currentSlide);\n			});\n		</script>\n		<style>\n			.quiz-slide {\n				display: none;\n				margin-bottom: 2em;\n			}\n			.quiz-slide.active {\n				display: block;\n			}\n			.btn_quiz_back {\n				background: transparent !important;\n				box-shadow: none !important;\n				color: #222 !important;\n				font-weight: 400;\n				text-decoration: underline !important;\n			}\n		</style>\n		</div>\n	\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-build-your-membership-brand-3-logo-design-paths-to-choose-from\">Build Your Membership Brand: 3 Logo Design Paths to Choose From</h2>\n\n\n\n<p>Whether you&#8217;re on a tight budget, want total creative control, or prefer to hand it off to the pros, there is a logo design path that fits your style.</p>\n\n\n\n<p>Here are three proven ways to build a logo you will be proud to use everywhere.</p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"builders\">Path 1: DIY Logo Generators/Builders</h3>\n\n\n\n<p>These DIY logo tools offer templates and inspiration that you can tweak to your heart&#8217;s desire, including colors, font, layout.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-canva\">Canva</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full is-resized\"><a href=\"https://www.canva.com/create/logos/\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"900\" height=\"309\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/08/Canva.png\" alt=\"Canva\" class=\"wp-image-651445\" style=\"width:300px\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/08/Canva.png 900w, https://www.paidmembershipspro.com/wp-content/uploads/2022/08/Canva-300x103.png 300w\" sizes=\"auto, (max-width: 900px) 100vw, 900px\" /></a></figure>\n\n\n\n<p>Canva&#8217;s Logo Maker gives you drag-and-drop design flexibility, with templates, icons, and fonts included.</p>\n\n\n\n<p>This tool is especially excellent if you already use Canva for social media or marketing content: <em>your whole brand kit can live in one place.</em></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Start free</li>\n\n\n\n<li>Add your brand colors</li>\n\n\n\n<li>Export for web, print, and social</li>\n</ul>\n\n\n\n<p><strong>Pricing: </strong>Free. <a href=\"https://www.canva.com/create/logos/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Give Canva Logo Maker a try here »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-tailor-brands\">Tailor Brands</h4>\n\n\n\n<figure class=\"wp-block-image alignright\"><a href=\"https://www.tailorbrands.com/logo-maker\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"120\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/Tailor-Brands.png\" alt=\"Icon for Tailor-Brands \" class=\"wp-image-60400\"/></a></figure>\n\n\n\n<p><strong>How Tailor Brands works:</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Get started for free</li>\n\n\n\n<li>Enter your logo name, choose your product type and industry, and select a logo type (icon based, name based, or initial based)</li>\n\n\n\n<li>Answer a few quick &#8220;this or that&#8221; questions about your style</li>\n\n\n\n<li>The results will be a collection of logos you can choose from and customize</li>\n\n\n\n<li>After selecting your logo, you can add on a brand book, letterhead and business card layout, social media covers and profile pictures (Facebook, twitter, etc.), and a basic presentation layout</li>\n</ul>\n\n\n\n<p><strong>Pricing: </strong>The Basic Bundle includes logos for web and print for $39. <a href=\"https://www.tailorbrands.com/logo-maker\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">View Full Pricing »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-graphicsprings\">GraphicSprings</h4>\n\n\n\n<figure class=\"wp-block-image alignright\"><a href=\"https://www.graphicsprings.com\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"65\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/Graphic-Springs.png\" alt=\"Icon for Graphic-Springs\" class=\"wp-image-60401\"/></a></figure>\n\n\n\n<p><strong>How <a href=\"https://www.graphicsprings.com/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">GraphicSprings</a> works</strong></p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Select your industry or keyword to browse the gallery of high-quality logo designs</li>\n\n\n\n<li>Fully edit any pre-built logo with your business name, graphics/iconography, and colors</li>\n\n\n\n<li>Save and download for unlimited use</li>\n</ul>\n\n\n\n<p><strong>Pricing:</strong> Build your own logo and download for $19.99. Full custom logo design for $99.</p>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"tournament\">Path 2: Tournament-style/crowd-sourced Flat Fee Logo Design</h3>\n\n\n\n<p>In a tournament-style logo project, you receive 30+ logo designs for your membership site submitted by international designers based on your design brief. Review feedback, refine, iterate, and download!</p>\n\n\n\n<p>The <strong>features of the tournament-style design sites</strong> are all quite similar:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Set up your logo contest by providing general brand information and logo preferences</li>\n\n\n\n<li>Define your content&#8217;s prize amount (higher prize amount attracts the higher-quality logo designers)</li>\n\n\n\n<li>The tournament lasts around 2 weeks from start to finish. This includes the initial design period (1 week), the selection phase, and then the iteration phase where you and your selected logo&#8217;s designer work to tighten up the final product.</li>\n\n\n\n<li>Your selected logo is delivered in a variety of formats, including a vector EPS that you can shrink and scale without pixelation.</li>\n</ul>\n\n\n\n<p>The bonus of this method is that you will get hundreds of entries from multiple designers who can iterate and provide feedback along the way. This results in a custom-tailored logo.</p>\n\n\n\n<p>The key to success with a crowd-sourced logo is the feedback that <em>you provide the designers</em>. If you can, try to select the most &#8220;designer-like&#8221; member of your team to give this feedback. You will want a creative person who can see potential in the submitted logo options—not just take them at face value.</p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-how-to-be-successful-with-a-crowd-sourced-logo-project\">How to Be Successful With a Crowd-Sourced Logo Project</h4>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It&#8217;s important to give feedback on <em>every design you receive</em>, so that there is guidance for each iteration of individual logos as well as the entire tournament (all designers can see other designers&#8217; logos and your feedback).</li>\n\n\n\n<li>Remember that there are humans on the other side of the process, so be kind. With how automated the process is, it&#8217;s easy to forget this aspect and be too harsh.</li>\n\n\n\n<li>However, make sure you aren&#8217;t wasting their time, either.</li>\n\n\n\n<li>Some designers will wait to submit anything before you&#8217;ve given other designs some ranking/feedback, so be diligent about providing feedback at least daily.</li>\n</ul>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading has-text-align-left\" id=\"h-logo-tournament\">Logo Tournament</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full\"><a href=\"https://logotournament.com\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"110\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/Logo-Tournament.png\" alt=\"Logo Tournament\" class=\"wp-image-60403\"/></a></figure>\n\n\n\n<p class=\"has-text-align-left\"><strong>Pricing</strong>: Tournaments start at $275. <a href=\"https://logotournament.com/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visit the Logo Tournament website »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading has-text-align-left\" id=\"h-99designs\">99Designs</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full\"><a href=\"https://99designs.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"65\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/99designs.png\" alt=\"99Designs\" class=\"wp-image-60441\"/></a></figure>\n\n\n\n<p class=\"has-text-align-left\"><strong>Pricing</strong>: The Bronze package is $299. <a href=\"https://99designs.com/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visit the 99Designs website »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading has-text-align-left\" id=\"h-design-crowd\">Design Crowd</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full is-resized\"><a href=\"https://www.designcrowd.com/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"700\" height=\"150\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/07/Design-Crowd.png\" alt=\"Design Crowd\" class=\"wp-image-435938\" style=\"width:300px\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/07/Design-Crowd.png 700w, https://www.paidmembershipspro.com/wp-content/uploads/2022/07/Design-Crowd-300x64.png 300w\" sizes=\"auto, (max-width: 700px) 100vw, 700px\" /></a></figure>\n\n\n\n<p class=\"has-text-align-left\"><strong>Pricing</strong>: Logo design packages begin at $150. <a href=\"https://www.designcrowd.com/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visit the DesignCrowd website »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading has-text-align-left\" id=\"h-designhill\">Designhill</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full is-resized\"><a href=\"https://www.designhill.com/logo-design/\" target=\"_blank\" rel=\"noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"268\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/designhill_logo.png\" alt=\"Designhill\" class=\"wp-image-440530\" style=\"width:250px;height:67px\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/designhill_logo.png 1000w, https://www.paidmembershipspro.com/wp-content/uploads/2016/03/designhill_logo-300x80.png 300w\" sizes=\"auto, (max-width: 1000px) 100vw, 1000px\" /></a></figure>\n\n\n\n<p class=\"has-text-align-left\"><strong>Pricing:</strong> a &#8220;Fast Track&#8221; logo package starts at $129. <a href=\"https://www.designhill.com/logo-design/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visit the Designhill website »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull has-grey-blue-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\" id=\"callout\" style=\"padding-top:var(--wp--preset--spacing--50);padding-bottom:var(--wp--preset--spacing--50)\">\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:20%\">\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"773\" height=\"1000\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/01/Download-Cover-How-to-Create-Brand-Design-Assets.jpg\" alt=\"Cheat Sheet and Exercises Cover for How to Create Brand and Design Assets for Your Membership Site\" class=\"wp-image-468227\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/01/Download-Cover-How-to-Create-Brand-Design-Assets.jpg 773w, https://www.paidmembershipspro.com/wp-content/uploads/2020/01/Download-Cover-How-to-Create-Brand-Design-Assets-232x300.jpg 232w\" sizes=\"auto, (max-width: 773px) 100vw, 773px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:80%\">\n<p class=\"has-21-font-size\"><i class=\"fa  fa-file-pdf\"></i> <strong>DOWNLOAD NOW</strong></p>\n\n\n\n<p>Grab the free cheat sheet and exercises for help designing your membership site brand guide, website graphics, and pricing page. This guide will help you create a cohesive look and feel that tells your membership&#8217;s story across everything you publish.</p>\n\n\n\n<div class=\"wp-block-pmpro-membership is-layout-flow wp-block-membership-is-layout-flow\"><script async data-uid=\"ddd34779e5\" src=\"https://strangerstudios.kit.com/ddd34779e5/index.js\" data-jetpack-boost=\"ignore\" data-no-defer=\"1\" nowprocket></script>\n</div>\n\n\n</div>\n</div>\n</div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"predesigned\">Path 3: Pre-Designed Logo Templates</h3>\n\n\n\n<p>Buy a pre-made logo, add your name, customize the font, and download.</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-logology\">Logology</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full is-resized\"><a href=\"https://www.logology.co/\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"882\" height=\"204\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/08/image.png\" alt=\"\" class=\"wp-image-440365\" style=\"width:267px;height:62px\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/08/image.png 882w, https://www.paidmembershipspro.com/wp-content/uploads/2022/08/image-300x69.png 300w\" sizes=\"auto, (max-width: 882px) 100vw, 882px\" /></a></figure>\n\n\n\n<p>Take a brand identity test and get matched with a pre-made logo from a catalog of over 500 designs. Make unlimited brand name, color, and font changes, and re-download your files as many times as you need. Start and Grow tiers include a non-exclusive logo, but can buy the highest-priced tier if you want a unique variation of any logo with full exclusivity and trademark rights.</p>\n\n\n\n<p><strong>Pricing</strong>: Logos start at $69. <a href=\"https://www.logology.co/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">Visit logology.co »</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-global-padding is-layout-constrained wp-container-core-group-is-layout-7185aa6c wp-block-group-is-layout-constrained\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40);padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<h4 class=\"wp-block-heading\" id=\"h-brand-crowd\">Brand Crowd</h4>\n\n\n\n<figure class=\"wp-block-image alignright size-full\"><a href=\"https://www.brandcrowd.com/logo-maker\" target=\"_blank\" rel=\" noreferrer noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"275\" height=\"65\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2016/03/BrandCrowd.png\" alt=\"BrandCrowd\" class=\"wp-image-60431\"/></a></figure>\n\n\n\n<p>Browse the gallery of pre-designed logos and logo templates. Designs are only sold once (exclusive and full copyright). You can instantly customize the logo with your business name, change the font, or work with the designer for changes.</p>\n\n\n\n<p><strong>Pricing</strong>: Logos start at $99. <a href=\"https://www.brandcrowd.com/logo-maker\" target=\"_blank\" rel=\"noreferrer noopener\">Visit Brand Crowd&#8217;s website »</a></p>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"color-palette\">How to Pull a Color Palette From Your Logo</h2>\n\n\n\n<p>With a logo in hand, you now have a basis for your future website&#8217;s visual identity. To bring that logo to life in your site, you need to <strong>create a color palette</strong> designed to complement it.</p>\n\n\n\n<p>You can use tools like <a href=\"https://coolors.co/\">Coolors.co Image Picker</a> to upload your logo and get a palette of HEX values based on the dominant colors. These can be applied right into your theme settings.</p>\n\n\n\n<h3 class=\"wp-block-heading\">Recommended Color Roles</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Primary:</strong> Your site&#8217;s anchor color used for headers, section backgrounds, and large blocks of content. Choose the most dominant and visually pleasing logo color.</li>\n\n\n\n<li><strong>Secondary:</strong> A complementary shade to create contrast with the primary. Use it for highlights, iconography, or alternating background sections.</li>\n\n\n\n<li><strong>Action:</strong> Your &#8220;call-to-click&#8221; color for buttons and form submits. This one should stand out, but not overwhelm.</li>\n</ul>\n\n\n\n<p>If you are using our <a href=\"/documentation/memberlite/colors/\">Memberlite theme</a>, or the <a href=\"/documentation/appearance/design-settings/\">PMPro design settings</a>, you can drop these colors into the relevant fields to immediately see results.</p>\n\n\n\n<div class=\"wp-block-group content-callout is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-glasses\"></i> <strong>Related:</strong> <a href=\"/choose-wordpress-theme-membership-site/\">Unlocking the Perfect Fit: How to Choose a WordPress Theme for Membership Sites</a></p>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-get-started-with-your-logo-today\">Get Started With Your Logo Today</h2>\n\n\n\n<p>As you can see, there are many methods to help you get a logo for your membership site. The one you choose will depends heavily on the vision you have at the start of the process.</p>\n\n\n\n<p>Which is more important? Budget or exclusivity? You might choose a non-exclusive logo to start out, but that doesn&#8217;t mean you can&#8217;t change or alter it later on.</p>\n\n\n\n<p>The bottom line is:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"#builders\">Logo generators/builders</a> and <a href=\"#predesigned\">pre-designed logo templates</a> are best when you already have a semi-solid vision for your logo and want to do it yourself.</li>\n\n\n\n<li>Use a <a href=\"#tournament\">tournament/crowd-sourced</a> approach if you don&#8217;t have firm ideas, or if you simply want to see how other designers will interpret your business&#8217; logo.</li>\n</ul>\n\n\n\n<p>We used Logo Tournament for the Paid Memberships Pro logo and we&#8217;re very happy with the outcome. Even though I&#8217;m confident in my design skills, I chose to outsource our logo design because I wanted someone else to see our brand with fresh design eyes. If you&#8217;re feeling the same, you should consider trying a tournament/crowd-sourced option.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"How to Restrict Access to Anything in WordPress\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://www.paidmembershipspro.com/restrict-access-wordpress/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 30 May 2025 14:14:17 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:7:\"General\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:7:\"Popular\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:23:\"Use Case: Blog and News\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=446245\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:413:\"WordPress is a flexible tool that can be used to create and display content of all kinds. This post explains various ways to restrict access to your WordPress website. Keep reading to learn how to lock down ANY piece of content, feature, or download you might have on your WordPress site. All of the instructions <a href=\"https://www.paidmembershipspro.com/restrict-access-wordpress/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:13:\"Sam Daugherty\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:70574:\"\n<p>WordPress is a flexible tool that can be used to create and display content of all kinds. This post explains various ways to restrict access to your WordPress website. Keep reading to learn how to lock down ANY piece of content, feature, or download you might have on your WordPress site.</p>\n\n\n\n<p>All of the instructions below assume that you are running the latest versions of <a href=\"https://wordpress.org/download/\" target=\"_blank\" rel=\"noreferrer noopener nofollow\">WordPress</a>, <a href=\"/pricing/\">Paid Memberships Pro</a>, and any other plugins mentioned.</p>\n\n\n\n<p>If we missed something or you still have questions about protecting any specific kind of content on your site, <a href=\"/contact/\">let us know</a>.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress-1024x576.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"How to Restrict Access to Anything in WordPress\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress-1024x576.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress-300x169.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress-1536x864.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress-1170x658.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress-128x72.jpg 128w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/How-to-Restrict-Access-to-Anything-with-WordPress.jpg 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents flex3\"><h2>Table of contents</h2><ul><li><a href=\"#h-ads\" data-level=\"2\">Ads</a></li><li><a href=\"#h-any-url\" data-level=\"2\">Any URL</a></li><li><a href=\"#h-another-wordpress-site\" data-level=\"2\">Another WordPress Site</a></li><li><a href=\"#h-beaver-builder\" data-level=\"2\">Beaver Builder</a></li><li><a href=\"#h-blocks\" data-level=\"2\">Blocks</a></li><li><a href=\"#h-community\" data-level=\"2\">Community</a></li><li><a href=\"#h-course\" data-level=\"2\">Course</a></li><li><a href=\"#h-custom-post-types-0\" data-level=\"2\">Custom Post Types</a></li><li><a href=\"#h-directory-amp-profile\" data-level=\"2\">Directory &amp; Profile</a></li><li><a href=\"#h-divi\" data-level=\"2\">Divi</a></li><li><a href=\"#h-elementor\" data-level=\"2\">Elementor</a></li><li><a href=\"#h-events-0\" data-level=\"2\">Events</a></li><li><a href=\"#h-everything\" data-level=\"2\">Everything</a></li><li><a href=\"#h-form\" data-level=\"2\">Form</a></li><li><a href=\"#h-forums\" data-level=\"2\">Forums</a></li><li><a href=\"#h-live-chat\" data-level=\"2\">Live Chat</a></li><li><a href=\"#h-non-wp-files\" data-level=\"2\">Non-WP Files</a></li><li><a href=\"#h-newsletter-amp-email\" data-level=\"2\">Newsletter &amp; Email</a></li><li><a href=\"#h-other-apps\" data-level=\"2\">Other Apps</a></li><li><a href=\"#h-page\" data-level=\"2\">Page</a></li><li><a href=\"#h-pdf-or-other-files\" data-level=\"2\">PDF or Other Files</a></li><li><a href=\"#h-podcast\" data-level=\"2\">Podcast</a></li><li><a href=\"#h-post\" data-level=\"2\">Post</a></li><li><a href=\"#h-post-categories\" data-level=\"2\">Post Categories</a></li><li><a href=\"#h-post-tags\" data-level=\"2\">Post Tags</a></li><li><a href=\"#h-product\" data-level=\"2\">Product</a></li><li><a href=\"#h-shortcodes\" data-level=\"2\">Shortcodes</a></li><li><a href=\"#h-video\" data-level=\"2\">Video</a></li></ul></div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-ads\">Ads</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p>Ads are a classic method of monetizing your blog. For membership sites, you have to consider which ads to display for non-members, per-level, or completely hide for an “ad-free” experience. </p>\n\n\n\n<p>Our guide offers six different options for you to <a href=\"https://www.paidmembershipspro.com/make-the-most-of-your-ad-space-with-level-specific-targeting/\">control and display ads to non-members and per level</a> for your PMPro-powered membership site.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/no-ads-for-members.png\" alt=\"No Ads for Members graphic.\" class=\"wp-image-649576\" style=\"width:238px;height:auto\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/no-ads-for-members.png 600w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/no-ads-for-members-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/no-ads-for-members-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/no-ads-for-members-80x80.png 80w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-any-url\">Any URL</h2>\n\n\n\n<p>There are some rare cases where a URL generated in the WordPress site isn’t a piece of content you can actually edit. In this case, you need custom code to protect access to the specific URL.</p>\n\n\n\n<p>This tutorial gives you a very simple-to-edit code recipe that <a href=\"https://www.paidmembershipspro.com/protect-urls-in-wordpress/\">blocks access to a URL in your WordPress site and redirects visitors and non-members to your pricing page</a>. It secures an entire content hierarchy by targeting a parent URL (e.g.,<code> /courses/</code> also protects <code>/courses/python/</code>). Think of this code recipe as a short-circuit to protecting the entire tree of subpages.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-another-wordpress-site\">Another WordPress Site</h2>\n\n\n\n<p>You can use PMPro on one WordPress site to restrict access to other WP sites. If you are using WordPress Multisite, you can use our <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-network-membership/\">Multisite Membership Add On</a> and set up PMPro on the main site while restricting access to subsites.</p>\n\n\n\n<p>To restrict access to a separate WordPress site hosted on a different server, you can use <a href=\"https://github.com/strangerstudios/wp-sso\">the WP Single Sign On plugin, which is available in beta on GitHub</a>. The WP SSO plugin allows users and members of one &#8220;host&#8221; site to log into a second &#8220;client&#8221; site where the SSO plugin is set up.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-beaver-builder\">Beaver Builder</h2>\n\n\n\n<p>Beaver Builder is a page builder we natively support in the core Paid Memberships Pro plugin. With PMPro, you can protect access to Beaver Builder Modules.</p>\n\n\n\n<p>This method assumes you have Paid Memberships Pro and Beaver Builder installed and activated on your WordPress site.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">How to Restrict Content with Beaver Builder</h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<ol class=\"wp-block-list\">\n<li>Select a piece of content to <strong>edit with Beaver Builder</strong>.</li>\n\n\n\n<li>Edit a module and open the “<strong>PMPro</strong>” tab.</li>\n\n\n\n<li>Enable the Paid Memberships Pro module visibility by selecting &#8216;<strong>Yes</strong>&#8216;.</li>\n\n\n\n<li>Now, <strong>select the membership level</strong> that is required in order to view this Beaver Builder module.</li>\n\n\n\n<li><strong>Save and publish</strong> your content.</li>\n\n\n\n<li><a href=\"/documentation/compatibility/page-builders/beaver-builder/\">Visit our documentation page</a> for more information and a video walkthrough of our Beaver Builder Integration.</li>\n</ol>\n\n\n\n<p><a href=\"/documentation/compatibility/page-builders/beaver-builder/\">Visit our documentation page</a> for more information and a video walkthrough of our Beaver Builder Integration. </p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-group is-style-rounded-card-box has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"372\" height=\"495\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/06/pmpro-beaver-builder-module-setting.png\" alt=\"Beaver Builder &quot;PMPro&quot; tab settings.\" class=\"wp-image-267592\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/06/pmpro-beaver-builder-module-setting.png 372w, https://www.paidmembershipspro.com/wp-content/uploads/2020/06/pmpro-beaver-builder-module-setting-225x300.png 225w\" sizes=\"auto, (max-width: 372px) 100vw, 372px\" /></figure>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-blocks\">Blocks</h2>\n\n\n\n<p>The Block Editor (Gutenberg) is the default builder for WordPress. To show or hide blocks from members, adjust the block&#8217;s <a href=\"https://www.paidmembershipspro.com/documentation/content-controls/with-the-membership-block/\">Content Visibility or use the Content Visibility Block</a>.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Using the Content Visibility Block</h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-stretch is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<ol class=\"wp-block-list\">\n<li>Insert the Content Visibility Block. </li>\n\n\n\n<li>Define Visibility Settings.\n<ul class=\"wp-block-list\">\n<li><strong>Choose Visibility Mode</strong> &#8211; Show or Hide</li>\n\n\n\n<li><strong>Select Audience</strong> &#8211; All Members, Specific Membership Levels or Logged-In Users</li>\n\n\n\n<li><strong>Configure Membership Levels</strong> (if applicable)</li>\n\n\n\n<li><strong>Show No Access Message</strong></li>\n</ul>\n</li>\n\n\n\n<li>Save Changes to the Post/Page. </li>\n</ol>\n\n\n\n<p>For more advanced content targeting, you can leverage the power of nested blocks within the WordPress block editor.</p>\n\n\n\n<p><a href=\"/documentation/content-controls/content-visibility/\">Our documentation page</a> provides more details and a video walkthrough of our Content Visibility Block.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-group is-style-rounded-card-box has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"430\" height=\"845\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/content-visibility-settings-close-up.jpg\" alt=\"Screenshot of block settings in WordPress editor to show the settings for content visbility\" class=\"wp-image-649431\" style=\"object-fit:cover\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/content-visibility-settings-close-up.jpg 430w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/content-visibility-settings-close-up-153x300.jpg 153w\" sizes=\"auto, (max-width: 430px) 100vw, 430px\" /></figure>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-community\">Community</h2>\n\n\n\n<p>Use the <a href=\"https://www.paidmembershipspro.com/add-ons/discord-integration/\">Discord Integration Add On for Paid Memberships Pro</a> to restrict access to your Discord channel.</p>\n\n\n\n<p>To keep non-members from posting comments on your WordPress posts, <a href=\"/restrict-blog-comments-to-members/\">use our recipe.</a></p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<p>Check out the <a href=\"https://www.paidmembershipspro.com/communities/hub/\">Communities Hub™</a>, with all of the best resources we have to help you sell access to your online community with WordPress and Paid Memberships Pro.</p>\n\n\n\n<p>To restrict access to your BuddyPress or BuddyBoss community, our <a href=\"https://www.paidmembershipspro.com/add-ons/buddypress-integration/\">BuddyPress Integration Add On</a> page gives you step-by-step instructions to set up your community. </p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image aligncenter size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"830\" height=\"830\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-community-hub.png\" alt=\"PMPro Community Hub graphic\" class=\"wp-image-649603\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-community-hub.png 830w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-community-hub-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-community-hub-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-community-hub-80x80.png 80w\" sizes=\"auto, (max-width: 830px) 100vw, 830px\" /></figure>\n</div>\n</div>\n\n\n\n<div id=\"callout\" class=\"wp-block-group is-style-rounded-card-box has-white-color has-dark-blue-background-color has-text-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-dffbd562 wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-group has-border-blue-color has-text-color has-link-color wp-elements-afcf939d1f54841f3f45363d3abe6651 is-nowrap is-layout-flex wp-container-core-group-is-layout-9bd231a2 wp-block-group-is-layout-flex\"><div class=\"text-center\"><i class=\"fab  fa-slack  fa-2x\"></i></div>\n\n\n\n<h3 class=\"wp-block-heading has-white-color has-text-color has-link-color wp-elements-6290ed980f9da889f76d182868951100\">Join our free community of membership site creators.</h3>\n</div>\n\n\n\n<p class=\"has-white-color has-text-color has-link-color wp-elements-72eae4adb6e7311b03fe0e181823c1c3\">PMPro offers a community Slack space for members, and you’re invited. Learn more about the community&#8217;s free benefits and get a link to join Slack now.</p>\n\n\n\n<div class=\"wp-block-buttons is-layout-flex wp-block-buttons-is-layout-flex\">\n<div class=\"wp-block-button\"><a class=\"wp-block-button__link has-color-action-background-color has-background wp-element-button\" href=\"https://www.paidmembershipspro.com/slack/\">Join Slack Community</a></div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-course\">Course</h2>\n\n\n\n<p>If your course is just a post, page, file, video, or other piece of content listed here, select the type of content and follow the instructions in this guide to protect that kind of content.If your course is just a post, page, file, video, or other piece of content listed here, select the type of content and follow the instructions in this guide to protect that kind of content.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2021/04/pmpro-courses.png\" alt=\"Courses for Membership Add On Icon\" class=\"wp-image-338403\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2021/04/pmpro-courses.png 600w, https://www.paidmembershipspro.com/wp-content/uploads/2021/04/pmpro-courses-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2021/04/pmpro-courses-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2021/04/pmpro-courses-80x80.png 80w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<p>If you would like to organize your course content into Courses and Lesson custom post types (CPTs), try our <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-courses-lms-integration/\">Courses Add On for Paid Memberships Pro</a>.</p>\n\n\n\n<p>The Courses Add On is also our preferred way to restrict access to courses built with LifterLMS, LearnDash, TutorLMS, or Sensei LMS.</p>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-glasses\"></i> <strong>Related:</strong> <a href=\"/courses/\">Sell Courses with PMPro</a></p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-custom-post-types-0\">Custom Post Types</h2>\n\n\n\n<p>The <a href=\"https://www.paidmembershipspro.com/add-ons/custom-post-type-membership-access/\">Custom Post Type (CPT) Membership Access Add On for PMPro</a> will add the &#8220;Require Membership&#8221; meta box to any CPT.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Install and activate the Custom Post Type Add On.</li>\n\n\n\n<li>Navigate to <strong>Memberships</strong> &gt; <strong>CPT Access</strong> in the WordPress admin.</li>\n\n\n\n<li><strong>Define which CPTs </strong>you want to restrict using the Select CPTs multi-select field.</li>\n\n\n\n<li>Select a page for the <strong>Redirect </strong>to setting (optional) to redirect non-members to a selected page when they try to access the CPT, usually your Membership Levels page.</li>\n\n\n\n<li>Save Settings.</li>\n</ol>\n\n\n\n<p>Now, edit your single CPTs and locate the&nbsp;<strong>Require Membership</strong>&nbsp;panel. Select which levels you want to require to access this post.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-directory-amp-profile\">Directory &amp; Profile</h2>\n\n\n\n<p>If you offer a <a href=\"https://www.paidmembershipspro.com/add-ons/member-directory/\">public or members-only searchable directory</a>, PMPro can restrict access to view the directory, individual profiles, and even control who can view specific profile fields.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<div class=\"wp-block-group is-style-rounded-card-box has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"796\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/pmpro-member-directory-profiles-splash-1024x796.jpg\" alt=\"Screenshot of a Member Directory with a Pricing Table and Buy Button\" class=\"wp-image-522842\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2015/03/pmpro-member-directory-profiles-splash-1024x796.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/pmpro-member-directory-profiles-splash-300x233.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/pmpro-member-directory-profiles-splash-1536x1195.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/pmpro-member-directory-profiles-splash-1170x910.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2015/03/pmpro-member-directory-profiles-splash.jpg 1800w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-divi\">Divi</h2>\n\n\n\n<p>Divi is a popular page builder natively supported in the core Paid Memberships Pro plugin. </p>\n\n\n\n<p>This method assumes you have Paid Memberships Pro and the Divi Page Builder Plugin or a Divi Theme installed and activated on your WordPress site.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<ol class=\"wp-block-list\">\n<li>Create or edit a post or page you would like to edit.</li>\n\n\n\n<li>Edit either the section or row and click on the “<strong>settings</strong>” icon.</li>\n\n\n\n<li>Select the ‘<strong>Advanced</strong>’ tab.</li>\n\n\n\n<li>Toggle the “<strong>Paid Memberships Pro</strong>” row and enter in the membership levels that can view the content of the element.</li>\n\n\n\n<li>Toggle to show a “<strong>No Access</strong>” message on the frontend to non-members or members without a required membership level.</li>\n\n\n\n<li><strong>Save and publish</strong>&nbsp;your content.</li>\n</ol>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-top is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-group is-style-rounded-card-box has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1175\" height=\"928\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/divi-no-access-message-edited.png\" alt=\"Screenshot of the Divi No Access Message from an Edit Post or Page screen.\" class=\"wp-image-649615\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/divi-no-access-message-edited.png 1175w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/divi-no-access-message-edited-300x237.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/divi-no-access-message-edited-1024x809.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/divi-no-access-message-edited-1170x924.png 1170w\" sizes=\"auto, (max-width: 1175px) 100vw, 1175px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<p>View our documentation to <a href=\"/documentation/compatibility/page-builders/divi/\">learn more about our Divi Integration.</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-elementor\">Elementor</h2>\n\n\n\n<p>Elementor is a popular page builder natively supported in the core Paid Memberships Pro plugin. With this integration, you will be able to&nbsp;<strong>restrict content at the element, container or widget level</strong>.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p>To start using Elementor with Paid Memberships Pro, you need to install and activate both plugins.</p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Select a piece of content to edit with Elementor.</li>\n\n\n\n<li>Edit a widget and open the “<strong>Advanced</strong>” tab.</li>\n\n\n\n<li>Toggle the “<strong>Paid Memberships Pro</strong>” section and select the membership levels that can view the element.</li>\n\n\n\n<li>Leave this section blank if you would like all website visitors, regardless of their membership level status, to view the element.</li>\n\n\n\n<li>Save and publish your content.</li>\n</ol>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-group is-style-rounded-card-box has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"583\" height=\"803\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/08/elementor-show-no-access-message.png\" alt=\"Screenshot of Paid Memberships Pro settings in Elementor\" class=\"wp-image-511688\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/08/elementor-show-no-access-message.png 583w, https://www.paidmembershipspro.com/wp-content/uploads/2023/08/elementor-show-no-access-message-218x300.png 218w\" sizes=\"auto, (max-width: 583px) 100vw, 583px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<p>Our documentation provides more information <a href=\"https://www.paidmembershipspro.com/documentation/compatibility/page-builders/elementor/\">about restricting content with Elementor</a> as well as a video walkthrough. </p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-events-0\">Events</h2>\n\n\n\n<p>Create exclusive experiences by restricting event access based on membership. <a href=\"https://www.paidmembershipspro.com/add-ons/events-for-members-only/\">The Events for Membership Add On</a> integrates with plugins like Events Manager, The Events Calendar, and Sugar Calendar, letting you control who can view event details, register, or even see the event at all.</p>\n\n\n\n<p>Once the plugin is installed and activated, the built-in logic will automatically detect which events plugin is being used on your site—no additional settings required.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:60%\">\n<ol class=\"wp-block-list\">\n<li>In your events plugin,&nbsp;<strong>edit an existing event</strong>&nbsp;or&nbsp;<strong>create a new event.</strong></li>\n\n\n\n<li>Check the appropriate membership levels in the&nbsp;<strong>Require Membership</strong>&nbsp;meta box to restrict access.</li>\n\n\n\n<li><strong>Save the event.</strong></li>\n</ol>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"796\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2019/06/pmpro-events-for-members-add-on-splash-1024x796.jpg\" alt=\"Fancy splash graphic for the events for members-only add on\" class=\"wp-image-542502\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2019/06/pmpro-events-for-members-add-on-splash-1024x796.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2019/06/pmpro-events-for-members-add-on-splash-300x233.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2019/06/pmpro-events-for-members-add-on-splash-1536x1195.jpg 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2019/06/pmpro-events-for-members-add-on-splash-1170x910.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2019/06/pmpro-events-for-members-add-on-splash.jpg 1800w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n</div>\n\n\n\n<p>For additional information, action and filter hooks, and video walkthroughs for the different event plugins, <a href=\"https://www.paidmembershipspro.com/add-ons/events-for-members-only/\">visit our Events for Membership Add On Page</a>. </p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-everything\">Everything</h2>\n\n\n\n<p>To restrict access to your entire WordPress site, use our <a href=\"https://www.paidmembershipspro.com/lock-down-everything-but-homepage-for-non-users/\">Lock Down Everything But Homepage for Non-Users code recipe</a>. This method ensures that non-members are redirected to a landing or login page unless they have the appropriate membership level.</p>\n\n\n\n<p>You can optionally allow access to specific public pages—such as your homepage or sales page—while protecting everything else. This setup is ideal for fully gated communities, internal portals, or sites where all content should be members-only.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-form\">Form</h2>\n\n\n\n<p>To restrict access to a form on WordPress, embed the form into a post or page. Then use the <a href=\"#h-blocks\">content visibility block</a> or mark the whole <a href=\"#h-post\">post</a> or <a href=\"#h-page\">page</a> to require membership. Only members will be able to view the page.</p>\n\n\n\n<p>If you are using Gravity Forms specifically, you can <a href=\"https://www.paidmembershipspro.com/add-ons/gravity-pmp/\">use the Gravity PMP plugin by Ristretto Apps</a>.</p>\n\n\n\n<p>If you are using Contact Form 7, <a href=\"https://www.paidmembershipspro.com/how-to-show-a-dynamic-contact-member-form-on-your-directory-profile-pages/\">here is a tutorial on how to add a form to the member directory page.</a></p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-forums\">Forums</h2>\n\n\n\n<p>Paid Memberships Pro can protect forum access for three popular forums plugins or third-party apps.</p>\n\n\n\n<p>Our <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-bbpress/\">bbPress Integration Add On</a> seamlessly extends PMPro’s membership access controls to your bbPress or BuddyBoss forums.</p>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Restrict a Forum by Level</h3>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<ol class=\"wp-block-list\">\n<li>Navigate to&nbsp;<strong>Forums</strong>&nbsp;in your WordPress admin and select a forum to edit.</li>\n\n\n\n<li>On this page, you will see a&nbsp;<strong>Require Membership</strong>&nbsp;panel in the right column of the editing screen.</li>\n\n\n\n<li><strong>Select membership levels</strong>&nbsp;in this box to allow members-only access to the forum. This action protects the forum’s main topic page as well as individual topics.</li>\n\n\n\n<li>Click&nbsp;<strong>Update</strong>&nbsp;to save your changes.</li>\n</ol>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<div class=\"wp-block-group is-style-rounded-card-box has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-c385debf wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--20)\">\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"796\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2013/06/bbPress-add-on-splash-graphic-1024x796.jpg\" alt=\"Splash Image for bbPress Forum Integration Add On\" class=\"wp-image-549121\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2013/06/bbPress-add-on-splash-graphic-1024x796.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2013/06/bbPress-add-on-splash-graphic-300x233.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2013/06/bbPress-add-on-splash-graphic-1170x910.jpg 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2013/06/bbPress-add-on-splash-graphic.jpg 1350w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<div style=\"height:20px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n\n\n\n<h3 class=\"wp-block-heading\">Other 3rd Party Plugin Forum Options</h3>\n\n\n\n<ul class=\"wp-block-list\">\n<li>PeepSo: Protect your PeepSo forums with <a href=\"https://www.paidmembershipspro.com/add-ons/peepso/\">the Paid Memberships Pro Integration Plugin for PeepSo</a>.</li>\n\n\n\n<li>phpBB: Restrict access to phpBB forums using <a href=\"https://www.paidmembershipspro.com/add-ons/bridgedd-connect-phpbb/\">the BridgeDD Connect plugin</a>.</li>\n</ul>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-live-chat\">Live Chat</h2>\n\n\n\n<p>To offer live chat as a member benefit, you can restrict access by controlling when the chat script loads based on membership status. Since most live chat tools are added to your site via JavaScript, this approach prevents non-members from seeing or using the chat feature entirely.</p>\n\n\n\n<p><a href=\"http://members-live-chat-chatrooms-using-arrowchat-iflychat-wise-chat-zopim/\">Our guide explains how to protect your live chat</a>, including instructions for ArrowChat, iFlyChat, Wise Chat, and Zopium.Most live chat services work by embedding a JavaScript file onto your site. You can restrict access to your live chat by choosing which membership levels to run that JavaScript for. <a href=\"https://www.paidmembershipspro.com/members-live-chat-chatrooms-using-arrowchat-iflychat-wise-chat-zopim/\">Read our guide here on how to protect your live chat, including instructions for ArrowChat, iFlyChat, Wise Chat, and Zopium</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-non-wp-files\">Non-WP Files</h2>\n\n\n\n<p>To protect files that aren’t part of standard WordPress content—like PDFs, ZIPs, or media stored outside the Media Library—use <a href=\"/locking-non-wordpress-files-folders-paid-memberships-pro/\">our getfile.php method</a> to route file access through Paid Memberships Pro.</p>\n\n\n\n<p>This approach ensures that only logged-in members with the required level can access protected files, even if someone tries to access the file directly by URL. It’s ideal for securing sensitive documents, course materials, software downloads, or other non-WordPress assets.You can lock down non-WordPress files and entire directories of files using Paid Memberships Pro. Read our tutorial to learn how to <a href=\"https://www.paidmembershipspro.com/locking-non-wordpress-files-folders-paid-memberships-pro/\">route file requests through the PMPro getfile script to protect any file or folder using WordPress</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-newsletter-amp-email\">Newsletter &amp; Email</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<p>Choose one of our <a href=\"https://www.paidmembershipspro.com/email-marketing-integrations-paid-memberships-pro/\">email marketing integrations</a> or use <a href=\"https://www.paidmembershipspro.com/documentation/compatibility/zapier/\">Zapier</a> to add members to your email newsletter. With segmentation and membership level as a profile field, you can target specific member groups in your newsletter or email.</p>\n\n\n\n<p>Check out the <a href=\"/paid-newsletters/hub/\">Paid Newsletters Hub™</a>, with all of the best resources we have to help you sell paid newsletters with WordPress and Paid Memberships Pro.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"940\" height=\"820\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-email-newsletter-hub.png\" alt=\"Paid Memberships Pro Newsletter Hub Graphic\" class=\"wp-image-650316\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-email-newsletter-hub.png 940w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-email-newsletter-hub-300x262.png 300w\" sizes=\"auto, (max-width: 940px) 100vw, 940px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-other-apps\">Other Apps</h2>\n\n\n\n<p>Paid Memberships Pro adds <a href=\"https://www.paidmembershipspro.com/documentation/advanced/api/rest-api/\">additional membership endpoints to the WordPress REST API</a>, allowing you to connect any other app to your membership site. For simple integrations, we also have an example of <a href=\"https://www.paidmembershipspro.com/interacting-with-paid-memberships-pro-through-apis/#h-how-to-build-a-simple-restful-api-to-get-pmpro-data\">how to build your own RESTful endpoint with WordPress and PMPro</a>.</p>\n\n\n\n<p>Zapier is another method to connect your site with third party applications. <a href=\"https://www.paidmembershipspro.com/documentation/compatibility/zapier/\">Checkout our documentation on PMPro&#8217;s native support for Zapier</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-page\">Page</h2>\n\n\n\n<p><a href=\"https://www.paidmembershipspro.com/documentation/content-controls/for-pages/\">To restrict a single page in WordPress, look for the &#8220;Require Membership&#8221; box</a> in the right sidebar of the edit post page. Check any level that should have access to the post.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"2122\" height=\"600\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024.png\" alt=\"Paid Memberships Pro\'s Require Membership panel on single page edit\" class=\"wp-image-584330\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024.png 2122w, https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024-300x85.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024-1024x290.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024-1536x434.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024-2048x579.png 2048w, https://www.paidmembershipspro.com/wp-content/uploads/2024/07/pmpro-require-membership-single-page-2024-1170x331.png 1170w\" sizes=\"auto, (max-width: 2122px) 100vw, 2122px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-pdf-or-other-files\">PDF or Other Files</h2>\n\n\n\n<p>To restrict access to PDFs and other files uploaded through the <strong>WordPress Media Library</strong>, embed the file in a <a href=\"/documentation/content-controls/for-posts/\">post</a> or <a href=\"/documentation/content-controls/for-pages/\">page</a>, then use the “Require Membership” setting or the <a href=\"/documentation/content-controls/content-visibility/\">Content Visibility Block</a> to protect that content. Only members with access will be able to view or download the file.</p>\n\n\n\n<p>For added protection—ensuring files can’t be accessed directly by URL—consider combining this with <a href=\"https://www.paidmembershipspro.com/locking-down-protecting-files-with-pmpro/\">our getfile.php method</a>, especially if the file contains sensitive or premium content. Or, if you have many files or large files hosted offsite, consider our integration for the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-download-monitor/\">Download Monitor</a> plugin.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-podcast\">Podcast</h2>\n\n\n\n<p>To offer member-only podcast content, use a private feed solution integrated with Paid Memberships Pro. Two recommended options are:</p>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-639b5052 wp-block-group-is-layout-constrained\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-cdfd29fe wp-block-columns-is-layout-flex\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/01/Castos-Add-On-Icon.png\" alt=\"Castos Add On Icon\" class=\"wp-image-392385\" style=\"width:200px\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/01/Castos-Add-On-Icon.png 600w, https://www.paidmembershipspro.com/wp-content/uploads/2022/01/Castos-Add-On-Icon-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2022/01/Castos-Add-On-Icon-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2022/01/Castos-Add-On-Icon-80x80.png 80w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:0;padding-bottom:var(--wp--preset--spacing--30);padding-left:0;flex-basis:70%\">\n<p><strong><a href=\"https://www.paidmembershipspro.com/add-ons/castos-for-paid-memberships-pro/\">Castos Private Podcasting</a></strong>: Automatically create private podcast feeds linked to a member’s account. Members can access episodes through supported podcast players while non-members are blocked.</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group is-style-rounded-card-box has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-80fb368b wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-c5150b4a wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-image aligncenter size-full is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2017/07/Member-RSS.png\" alt=\"Member RSS Add On Icon\" class=\"wp-image-113800\" style=\"width:150px\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2017/07/Member-RSS.png 600w, https://www.paidmembershipspro.com/wp-content/uploads/2017/07/Member-RSS-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2017/07/Member-RSS-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2017/07/Member-RSS-80x80.png 80w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<p><strong><a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-member-rss/\">Member RSS Add On</a></strong>: Generate unique, private RSS feeds for each member. You can protect audio files hosted in WordPress or offsite and deliver them securely via a podcast app or browser.</p>\n</div>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-post\">Post</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"556\" height=\"320\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2019/01/pmpro_edit-require-membership.png\" alt=\"Screenshot of the Require Membership metabox in WordPress editor.\" class=\"wp-image-177728\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2019/01/pmpro_edit-require-membership.png 556w, https://www.paidmembershipspro.com/wp-content/uploads/2019/01/pmpro_edit-require-membership-300x173.png 300w\" sizes=\"auto, (max-width: 556px) 100vw, 556px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<p>To restrict a single post in WordPress, look for <a href=\"https://www.paidmembershipspro.com/documentation/content-controls/for-posts/#h-set-access-per-post\">the &#8220;Require Membership&#8221; box</a> in the right sidebar of the edit post page. Check any level that should have access to the post.</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-post-categories\">Post Categories</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p>You can set which categories members have access to from the edit membership level page in the dashboard. </p>\n\n\n\n<p>Navigate to <strong>Posts</strong> &gt; <strong>Categories</strong> &gt; <strong>Edit</strong> to protect a category by membership level.</p>\n\n\n\n<p>For more information, <a href=\"https://www.paidmembershipspro.com/documentation/content-controls/for-posts/#h-set-access-at-the-category-level\">visit our documentation page on how to set access at the category level</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-large is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"956\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-category-1024x956.png\" alt=\"Navigate to Posts &gt; Categories &gt; Edit to protect a category by membership level.\" class=\"wp-image-480247\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-category-1024x956.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-category-300x280.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-category-1170x1092.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-category.png 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-post-tags\">Post Tags</h2>\n\n\n\n<p>Restrict access to a post tag or any other built-in or custom taxonomy.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<figure class=\"wp-block-image size-large is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"824\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-tag-1024x824.png\" alt=\"Navigate to Posts &gt; Tags &gt; Edit to protect a tag by membership level.\" class=\"wp-image-480245\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-tag-1024x824.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-tag-300x242.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-tag-1170x942.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2023/02/pmpro-edit-tag.png 1200w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:50%\">\n<p>Navigate to <strong>Posts</strong> &gt; <strong>Tags</strong> &gt; <strong>Edit</strong> to protect a tag by membership level.</p>\n\n\n\n<p><a href=\"https://www.paidmembershipspro.com/documentation/content-controls/for-posts/#h-set-access-by-category-or-tag\">Post tag protection</a> is built into PMPro, but if you have a custom post taxonomy, check out this companion code recipe to <a href=\"https://www.paidmembershipspro.com/restrict-by-taxonomy/\">set up membership restrictions for other custom taxonomies and terms in your WordPress site</a>.</p>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-product\">Product</h2>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<p><a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-woocommerce/\">The WooCommerce Integration plugin for Paid Memberships Pro</a> can be used to set member prices for products and otherwise link your WooCommerce shop to PMPro.</p>\n\n\n\n<p>Here is a guide on how to <a href=\"https://www.paidmembershipspro.com/require-membership-to-purchase-specific-categories-of-products-in-woocommerce/\">require a membership level to purchase a specific category of products in WooCommerce</a>.</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" decoding=\"async\" width=\"600\" height=\"600\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/03/pmpro-woocommerce.png\" alt=\"WooCommerce Integration Add On\" class=\"wp-image-474397\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2014/03/pmpro-woocommerce.png 600w, https://www.paidmembershipspro.com/wp-content/uploads/2014/03/pmpro-woocommerce-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2014/03/pmpro-woocommerce-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2014/03/pmpro-woocommerce-80x80.png 80w\" sizes=\"auto, (max-width: 600px) 100vw, 600px\" /></figure>\n</div>\n</div>\n\n\n\n<p>Another option to restrict access to a WooCommerce product or product from any other WordPress ecommerce plugin is to <a href=\"https://www.paidmembershipspro.com/add-ons/custom-post-type-membership-access/\">use the Custom Post Type (CPT) Membership Access Add On for Paid Memberships Pro</a>. Add the product CPT via the settings, then use the &#8220;Require Membership&#8221; meta box on the edit product page to choose which membership levels can see that product.</p>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-base-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-shortcodes\">Shortcodes</h2>\n\n\n\n<p>To hide a shortcode from non-members, <a href=\"https://www.paidmembershipspro.com/documentation/content-controls/with-shortcodes/\">wrap it in the membership shortcode</a> and set which levels have access. You can also use the membership shortcode to show content to non-members and logged-out users only. </p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<p class=\"has-text-align-left\">Shortcode example:</p>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<pre class=\"wp-block-preformatted\">[membership]<br>	Will show up for all members.<br>[/membership]</pre>\n</div>\n</div>\n</div>\n\n\n\n<div class=\"wp-block-group alignfull is-style-default has-site-navigation-background-background-color has-background has-global-padding is-layout-constrained wp-container-core-group-is-layout-af5d891d wp-block-group-is-layout-constrained\" style=\"border-top-color:var(--wp--preset--color--border-blue);border-top-width:1px;border-bottom-color:var(--wp--preset--color--border-blue);border-bottom-width:1px;padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--20)\">\n<h2 class=\"wp-block-heading has-42-font-size\" id=\"h-video\">Video</h2>\n\n\n\n<p>To restrict access to a video on WordPress, simply embed that video into a post or page, then mark that post or page to require membership. Only members will be able to view the page.</p>\n\n\n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-vertically-aligned-center is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:30%\">\n<figure class=\"wp-block-image size-full is-style-default\"><img loading=\"lazy\" decoding=\"async\" width=\"830\" height=\"830\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-videos-hub.png\" alt=\"Paid Memberships Pro Private Video Hub\" class=\"wp-image-650343\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-videos-hub.png 830w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-videos-hub-300x300.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-videos-hub-150x150.png 150w, https://www.paidmembershipspro.com/wp-content/uploads/2022/09/pmpro-videos-hub-80x80.png 80w\" sizes=\"auto, (max-width: 830px) 100vw, 830px\" /></figure>\n</div>\n\n\n\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:70%\">\n<p>Check out the <a href=\"https://www.paidmembershipspro.com/private-videos/hub/\">Private Video Hub™</a>, with all of the best resources we have to help you sell access to your private videos with WordPress and Paid Memberships Pro.</p>\n\n\n\n<p>For more details, see our guides on how to <a href=\"/sell-videos-online/\">sell videos online</a>, including tutorials for restricting <a href=\"https://www.paidmembershipspro.com/how-to-restrict-videos-with-youtube-and-wordpress/\">YouTube</a>, <a href=\"https://www.paidmembershipspro.com/hosting-and-embedding-your-video-with-vimeo/\">Vimeo</a>, <a href=\"https://www.paidmembershipspro.com/restrict-videos-bunny-net-presto-player/\">Bunny.net</a>, or <a href=\"https://www.paidmembershipspro.com/host-members-only-video-on-amazon-s3/\">Amazon S3</a> hosted videos. For a general overview, refer to our complete guide on <a href=\"/private-videos/\">private video membership sites with PMPro</a>.</p>\n</div>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">Ready to Lock Down Your Content?</h2>\n\n\n\n<p>WordPress paired with Paid Memberships Pro gives you complete control over who can access every part of your site—from posts and pages to events, files, and beyond. Whether you&#8217;re offering premium content, running a private community, or selling digital products, the tools and methods outlined here can help you restrict access exactly where and how you need.</p>\n\n\n\n<p>If you didn’t see your specific use case covered, or if you need help implementing any of these methods, <a href=\"/support/\">reach out to our team</a> or <a href=\"/documentation/\">explore our documentation</a> for more examples and <a href=\"/category/recipes/\">code recipes</a>. We&#8217;re here to help you build a membership site that fits your goals.</p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:63:\"\n		\n		\n		\n		\n		\n				\n		\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"Add a ‘Membership’ Tab to the WooCommerce My Account Page\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://www.paidmembershipspro.com/add-membership-tab-woocommerce/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 28 May 2025 20:08:50 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:3:{i:0;a:5:{s:4:\"data\";s:12:\"Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Premium Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:2;a:5:{s:4:\"data\";s:13:\"pmpro_account\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=649593\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:434:\"If your Paid Memberships Pro site also uses WooCommerce to sell memberships, you might want to show members their PMPro account details inside Woo’s “My Account” page, instead of sending them to a separate page. This recipe shows you how to do just that: add a custom tab to Woo’s account area using built-in WooCommerce <a href=\"https://www.paidmembershipspro.com/add-membership-tab-woocommerce/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Kim White\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6180:\"\n<p>If your Paid Memberships Pro site also uses WooCommerce to sell memberships, you might want to show members their PMPro account details inside Woo’s “My Account” page, instead of sending them to a separate page.</p>\n\n\n\n<p>This recipe shows you how to do just that: add a custom tab to Woo’s account area using built-in WooCommerce endpoints.</p>\n\n\n\n<p>It’s a simple way to create a more seamless, centralized experience for your members. Read on to learn how it works and get the code recipe for your membership site.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page-1024x576.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Featured image for code recipe to add Membership tab to Woo\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page-1024x576.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page-300x169.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page-1536x864.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page-1170x658.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page-128x72.png 128w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Add-a-‘Membership-Tab-to-the-WooCommerce-My-Account-Page.png 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#h-understanding-woocommerce-endpoints\" data-level=\"2\">Understanding WooCommerce Endpoints</a></li><li><a href=\"#h-about-this-code-recipe\" data-level=\"2\">About This Code Recipe</a></li><li><a href=\"#h-the-code-recipe\" data-level=\"2\">The Code Recipe</a></li><li><a href=\"#h-how-to-customize-this-code-recipe\" data-level=\"2\">How to Customize This Code Recipe</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-understanding-woocommerce-endpoints\">Understanding WooCommerce Endpoints</h2>\n\n\n\n<p>In WooCommerce, endpoints are special URL &#8220;triggers&#8221; that let you display custom content inside the My Account page.</p>\n\n\n\n<p>Technically speaking, an endpoint is a URL segment that comes after the main account URL. For example:</p>\n\n\n\n<pre class=\"wp-block-preformatted\">yourdomain.com/my-account/my-membership/</pre>\n\n\n\n<p>When WooCommerce detects that <code>/my-membership/</code> has been added to the URL, it loads your custom content in place of the standard account dashboard, all technically within the same WordPress page.</p>\n\n\n\n<p>This is how WooCommerce powers built-in sections like Orders, Downloads, or Addresses. And it&#8217;s exactly how you&#8217;ll embed your Membership Account info into the WooCommerce My Account dashboard.</p>\n\n\n\n<div class=\"wp-block-group is-style-alert-message has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p><strong>Note:</strong> WooCommerce is not required, and in many cases, not the ideal way to sell your PMPro memberships. This recipe is only useful to sites that use WooCommerce to sell membership and want to consolidate their PMPro Account page into their WooCommerce My Account page.</p>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-about-this-code-recipe\"><strong>About This Code Recipe</strong></h2>\n\n\n\n<p>This code registers a new &#8220;My Membership&#8221; endpoint within WooCommerce’s &#8220;My Account&#8221; section. This new menu item will open your PMPro account content on the Woo My Account page.</p>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/adding-endpoint-to-woo-my-accont-view.png\" alt=\"Screenshot of Membership tab in WooCommerce My Account page\" class=\"wp-image-649596\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/adding-endpoint-to-woo-my-accont-view.png 800w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/adding-endpoint-to-woo-my-accont-view-300x180.png 300w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" /></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-the-code-recipe\"><strong>The Code Recipe</strong></h2>\n\n\n\n<script src=\"https://gist.paidmembershipspro.com/embed.js?target=https%3A%2F%2Fgithub.com%2Fstrangerstudios%2Fpmpro-snippets-library%2Fblob%2Fdev%2Fadd-ons%2Fpmpro-woocommerce%2Fadd-members-account-tab-to-woo.php&amp;style=github-gist&amp;showBorder=on&amp;showLineNumbers=on&amp;showFileMeta=on&amp;showCopy=on\"></script>\n\n\n\n<h2 class=\"wp-block-heading\">Adding the Recipe to Your Website</h2>\n\n\n\n<p>You can add this recipe to your site by creating a custom plugin or using the Code Snippets plugin available for free in the WordPress repository.&nbsp;<a href=\"/create-a-plugin-for-pmpro-customizations\" target=\"_blank\" rel=\"noreferrer noopener\">Read this companion article for step-by-step directions on either method</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-customize-this-code-recipe\"><strong>How to Customize This Code Recipe</strong></h2>\n\n\n\n<p>By default, the code in this recipe shows only the “membership” section from the PMPro account shortcode.</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Modify the <code>pmpro_account</code> shortcode attributes on <strong>line 26</strong> to control which sections appear. See <a href=\"https://www.paidmembershipspro.com/documentation/shortcodes/page-shortcodes/#account\">additional attributes of the Membership Account page shortcode here</a>.</li>\n\n\n\n<li>Change the tab label by updating &#8216;My Membership&#8217; on <strong>line 31</strong> to your preferred wording.</li>\n</ul>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:78:\"Override the Limit Post Views Add On Logic to Restrict Access to Certain Posts\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:61:\"https://www.paidmembershipspro.com/override-limit-post-views/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 20 May 2025 16:43:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Premium Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=648445\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:416:\"By default, the Limit Post Views Add On for Paid Memberships Pro restricts access to posts after a non-member has viewed their specific number of posts. However, in some use cases, you may want to always restrict access to some posts unless the visitor is a logged-in member, regardless of the free post views limit <a href=\"https://www.paidmembershipspro.com/override-limit-post-views/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Mary Job\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6129:\"\n<p>By default, the <a href=\"https://www.paidmembershipspro.com/add-ons/pmpro-limit-post-views/\">Limit Post Views Add On</a> for Paid Memberships Pro restricts access to posts after a non-member has viewed their specific number of posts. However, in some use cases, you may want to always restrict access to some posts unless the visitor is a logged-in member, regardless of the free post views limit you have set for non-members.</p>\n\n\n\n<p>This guide shows you how to enforce a stricter content restriction by hiding these posts from non-members immediately, ensuring the <a href=\"https://www.paidmembershipspro.com/documentation/content-controls/protected-content-messages/\">PMPro protected content message </a>is displayed on these posts, prompting the visitor to sign up for a membership on your site.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts-1024x576.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Featured image for Override LPV Code Recipe\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts-1024x576.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts-300x169.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts-1536x864.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts-1170x658.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts-128x72.png 128w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Override-the-Limit-Post-Views-Add-On-Logic-to-Restrict-Access-to-Certain-Posts.png 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#understanding\" data-level=\"2\">Understanding the Code Recipe</a></li><li><a href=\"#about-code-recipe\" data-level=\"2\">About the Code Recipe</a></li><li><a href=\"#code-recipe\" data-level=\"2\">The Code Recipe</a></li><li><a href=\"#customize-code-recipe\" data-level=\"2\">How to Customize This Code Recipe</a></li><li><a href=\"#h-video-coding-with-sam-walkthrough\" data-level=\"2\">Video: Coding with Sam Walkthrough</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"understanding\">Understanding the Code Recipe</h2>\n\n\n\n<p>This code uses the <code>pmprolpv_has_membership_access</code> filter to override the default post view logic, allowing developers to choose to grant or deny free views to specific posts.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"about-code-recipe\">About the Code Recipe</h2>\n\n\n\n<p>This code recipe ensures the restricted posts remain inaccessible to non-members who should have free views.</p>\n\n\n\n<figure class=\"wp-block-image is-style-box-shadow\"><img decoding=\"async\" src=\"https://lh7-rt.googleusercontent.com/docsz/AD_4nXcP3Sxv1k6Qo2yT0y_XPyBGZk5T9yY9k4nToxntlnXJZ6jT6VSl1OTvxxP31MXuQc4okYwjOkqDVgyHqI9hz1FigccPnu7idIYaDS9BqBzVeR2VphYK2LrF0QRhyIFvX1vp1QNI?key=qCl_tQD7HH6QqBmvmdFHAg\" alt=\"PMPro protected content message\"/></figure>\n\n\n\n<p>Before implementing this code recipe:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>You must have configured the Limit Post Views Add On for non-members.</li>\n\n\n\n<li>Replace <code>100, 101, 102</code> on line 24 with the ID of your specific posts on your website.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"code-recipe\">The Code Recipe</h2>\n\n\n\n<script src=\"https://gist.paidmembershipspro.com/embed.js?target=https%3A%2F%2Fgithub.com%2Fstrangerstudios%2Fpmpro-snippets-library%2Fblob%2Fdev%2Fadd-ons%2Fpmpro-limit-post-views%2Falways-restrict-posts.php&amp;style=github-gist&amp;showBorder=on&amp;showLineNumbers=on&amp;showFileMeta=on&amp;showCopy=on\"></script>\n\n\n\n<h2 class=\"wp-block-heading\">Adding the Recipe to Your Website</h2>\n\n\n\n<p>You can add this recipe to your site by creating a custom plugin or using the Code Snippets plugin available for free in the WordPress repository.&nbsp;<a href=\"/create-a-plugin-for-pmpro-customizations\" target=\"_blank\" rel=\"noreferrer noopener\">Read this companion article for step-by-step directions on either method</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"customize-code-recipe\">How to Customize This Code Recipe</h2>\n\n\n\n<p>You can also enhance the member experience by displaying a custom message or redirecting non-members to a login or signup page when they attempt to view a restricted post. Here is how you can extend its functionality:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>To redirect non-members when accessing specific posts, use the <code>template_redirect</code> action to check if the current post ID is in your restricted list and the visitor does not have a membership. If both conditions are true, use <code>wp_redirect()</code> to send them to a custom URL.</li>\n\n\n\n<li>To display a custom message on restricted posts, use the <a href=\"https://www.paidmembershipspro.com/documentation/content-controls/protected-content-messages/#h-how-to-customize-the-protected-content-message-with-code\"><code>pmpro_no_access_message_body</code></a> filter to check if the current post is in your restricted list, then return a styled HTML block with your custom message and links to log in or join.</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-video-coding-with-sam-walkthrough\">Video: Coding with Sam Walkthrough</h2>\n\n\n\n<center><iframe loading=\"lazy\" src=\"https://www.youtube.com/embed/TY5QaPKSPMA\" width=\"805\" height=\"453\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></center>\n\n\n\n<p><br><br></p>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:55:\"Apply the Reduced EU Tax Rates for Your Membership Site\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:91:\"https://www.paidmembershipspro.com/apply-the-reduced-eu-tax-rates-for-your-membership-site/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 May 2025 16:22:14 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:7:\"Add Ons\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:3:\"FAQ\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=268541\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:469:\"If your business is based in the European Union (EU), you may be eligible to apply reduced VAT rates based on your country, products, and industry. This guide shows Paid Memberships Pro users how to update their membership site&#8217;s tax settings to reflect those reduced rates. Keep scrolling to find four ready-to-use code recipes for <a href=\"https://www.paidmembershipspro.com/apply-the-reduced-eu-tax-rates-for-your-membership-site/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:11:\"Jarryd Long\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:6846:\"\n<p>If your business is based in the European Union (EU), you may be eligible to apply reduced VAT rates based on your country, products, and industry. This guide shows Paid Memberships Pro users how to update their membership site&#8217;s tax settings to reflect those reduced rates.</p>\n\n\n\n<p>Keep scrolling to find four ready-to-use code recipes for applying VAT adjustments based on country, date, or membership level. Whether you need to update all EU tax rates or target a specific scenario, these recipes give you flexible ways to stay compliant and optimize your pricing for local tax laws.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"364\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/06/eu-vat-tax-rates-banner-1024x438.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"EU VAT Tax Rates Reduced July 1, 2020\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2020/06/eu-vat-tax-rates-banner-1024x438.jpg 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2020/06/eu-vat-tax-rates-banner-300x128.jpg 300w, https://www.paidmembershipspro.com/wp-content/uploads/2020/06/eu-vat-tax-rates-banner.jpg 1170w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group has-grey-blue-background-color has-background has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#h-calculating-your-adjusted-rate\" data-level=\"2\">Calculating Your Adjusted Rate</a></li><li><a href=\"#h-method-1-update-all-tax-rates\" data-level=\"2\">Method 1: Update All Tax Rates</a></li><li><a href=\"#h-method-2-update-a-specific-country-s-tax-rate\" data-level=\"2\">Method 2: Update a Specific Country’s Tax Rate</a></li><li><a href=\"#h-method-3-update-a-specific-country-s-tax-rate-after-a-date\" data-level=\"2\">Method 3: Update a Specific Country’s Tax Rate After a Date</a></li><li><a href=\"#h-method-4-adjust-a-tax-rate-by-membership-level\" data-level=\"2\">Method 4: Adjust a Tax Rate by Membership Level</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-calculating-your-adjusted-rate\">Calculating Your Adjusted Rate</h2>\n\n\n\n<p>If you are using a VAT calculator, such as the <a href=\"https://www.paidmembershipspro.com/add-ons/vat-tax/\">VAT Add On for Paid Memberships Pro</a>, it will continue to apply the standard tax rates to your membership. To take advantage of the reduced tax rates, sites using Paid Memberships Pro can use one of the below code recipes to adjust this.</p>\n\n\n\n<p>Most VAT calculators identify the EU country by their ISO codes. Below are four recipes that adjust the tax rates based on ISO code, membership level, and date.</p>\n\n\n\n<p>The tax rates in these recipes were last updated on <code>15 May 2025</code>. When the government publishes new tax rates, update your site accordingly.</p>\n\n\n\n<div class=\"wp-block-group content-callout is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-glasses\"></i> <strong>Related:</strong> <a href=\"https://taxfoundation.org/data/all/eu/value-added-tax-vat-rates-europe/\" target=\"_blank\" rel=\"noreferrer noopener\">Tax Foundation Europe: Tax Rates in Europe</a></p>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\">How These Code Recipes Work</h2>\n\n\n\n<p>All of the recipes in this guide use the <code>pmpro_vat_by_country</code> filter: an advanced customization hook built into the <a href=\"https://www.paidmembershipspro.com/add-ons/vat-tax/\">Paid Memberships Pro VAT Add On</a>.</p>\n\n\n\n<p>This filter allows you to programmatically override the default VAT rates applied to your membership levels based on the country of your customer. Each country is referenced using its ISO country code (e.g., <code>DE</code> for Germany, <code>FR</code> for France).</p>\n\n\n\n<p>When the VAT Add On checks which tax rate to apply during checkout, it uses this filter to get the appropriate rate based on the customer&#8217;s location. By hooking into <code>pmpro_vat_by_country</code>, you can:</p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Replace all country rates</strong> with updated or reduced values.</li>\n\n\n\n<li><strong>Target a specific country</strong> and override just that rate.</li>\n\n\n\n<li><strong>Apply conditional logic</strong> (e.g. only update after a certain date or for a specific membership level).</li>\n</ul>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-1-update-all-tax-rates\">Method 1: Update All Tax Rates</h2>\n\n\n\nView the code on <a href=\"https://gist.github.com/JarrydLong/8f78c4290b4c2d6d0fd77f5de1f9e9bd\">Gist</a>.\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-2-update-a-specific-country-s-tax-rate\">Method 2: Update a Specific Country’s Tax Rate</h2>\n\n\n\nView the code on <a href=\"https://gist.github.com/JarrydLong/d682cd8c912822c0132e40090e50ebd5\">Gist</a>.\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-3-update-a-specific-country-s-tax-rate-after-a-date\">Method 3: Update a Specific Country’s Tax Rate After a Date</h2>\n\n\n\nView the code on <a href=\"https://gist.github.com/JarrydLong/0dcf8ef25d229329e51c072512e8841e\">Gist</a>.\n\n\n\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-method-4-adjust-a-tax-rate-by-membership-level\">Method 4: Adjust a Tax Rate by Membership Level</h2>\n\n\n\nView the code on <a href=\"https://gist.github.com/JarrydLong/f1bc557b8d3c2d37eb63dae77cf10047\">Gist</a>.\n\n\n\n<h2 class=\"wp-block-heading\">Adding the Recipe to Your Website</h2>\n\n\n\n<p>You can add this recipe to your site by creating a custom plugin or using the Code Snippets plugin available for free in the WordPress repository.&nbsp;<a href=\"/create-a-plugin-for-pmpro-customizations\" target=\"_blank\" rel=\"noreferrer noopener\">Read this companion article for step-by-step directions on either method</a>.</p>\n\n\n\n<p>You can customize each recipe to match your country and local tax rate. Remember to follow news on these rates and update your site to reflect ongoing changes.</p>\n\n\n\n<div class=\"wp-block-group is-style-alert-message has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<p>Please note that we are not accountants. We strongly recommend that you contact a professional if you have any doubts on what your new and reduced tax rate will be. Tax rates in this recipe were referenced from <a href=\"https://taxfoundation.org/data/all/eu/value-added-tax-vat-rates-europe/\">https://taxfoundation.org/data/all/eu/value-added-tax-vat-rates-europe/</a>.</p>\n</div>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n		\n		\n		\n		\n		\n				\n		\n		\n\n					\n										\n					\n		\n		\n			\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Customize Login Error Messages to Boost Account Security\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:92:\"https://www.paidmembershipspro.com/customize-login-error-messages-to-boost-account-security/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 May 2025 14:29:49 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:12:\"Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:20:\"Premium Code Recipes\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:44:\"https://www.paidmembershipspro.com/?p=646432\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:510:\"By default, WordPress and plugins like Paid Memberships Pro display detailed login error messages such as: “The password you entered for the username [email protected] is incorrect.” While helpful for legitimate users, this kind of feedback can unintentionally tip off attackers that a specific username or email exists on your site. For example, if someone enters <a href=\"https://www.paidmembershipspro.com/customize-login-error-messages-to-boost-account-security/\" rel=\"nofollow\">(more...)</a>\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"Kim White\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7273:\"\n<p>By default, WordPress and plugins like Paid Memberships Pro display detailed login error messages such as:</p>\n\n\n\n<p><em>“The password you entered for the username [email protected] is incorrect.”</em></p>\n\n\n\n<p>While helpful for legitimate users, this kind of feedback can unintentionally tip off attackers that a specific username or email exists on your site.</p>\n\n\n\n<p>For example, if someone enters an existing email with the wrong password, the error confirms the account is valid, handing useful intel to bots or bad actors.</p>\n\n\n\n<p>This code recipe helps you lock that down by replacing all login errors with a single, generic message:</p>\n\n\n\n<p><em>“There was an error with the login details provided. Please try again.”</em></p>\n\n\n\n<p>With this change in place, login feedback becomes neutral, offering no clues about whether the issue was the username, email, or password. It’s a simple but effective way to tighten your site’s security without affecting usability.</p>\n\n\n\n<img loading=\"lazy\" decoding=\"async\" width=\"852\" height=\"479\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security-1024x576.png\" class=\"attachment-large size-large wp-post-image\" alt=\"Featured image for code recipe &#039;Customize Login Error Messages to Boost Account Security&#039;\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security-1024x576.png 1024w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security-300x169.png 300w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security-1536x864.png 1536w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security-1170x658.png 1170w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security-128x72.png 128w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/Customize-Login-Error-Messages-to-Boost-Account-Security.png 1600w\" sizes=\"auto, (max-width: 852px) 100vw, 852px\" />\n\n\n\n<div class=\"wp-block-group is-style-border-blue-box has-global-padding is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-yoast-seo-table-of-contents yoast-table-of-contents\"><h2>Table of contents</h2><ul><li><a href=\"#how-it-works\" data-level=\"2\">How It Works</a></li><li><a href=\"#screenshots\" data-level=\"2\">Screenshots: Before and After</a></li><li><a href=\"#code-recipe\" data-level=\"2\">The Code Recipe</a></li><li><a href=\"#customize-code-recipe\" data-level=\"2\">How to Customize This Code Recipe</a></li><li><a href=\"#h-video-walkthrough-coding-with-sam\" data-level=\"2\">Video Walkthrough: Coding with Sam</a></li></ul></div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"how-it-works\"><strong>How It Works</strong></h2>\n\n\n\n<p>This code uses the WordPress <a href=\"https://developer.wordpress.org/reference/hooks/gettext/\" target=\"_blank\" rel=\"noreferrer noopener\"><code>gettext</code></a> filter to swap default login error messages with more generic responses. The <code>gettext</code> filter allows you to modify default text across your site without touching the core files.</p>\n\n\n\n<p>In this example, we use that <code>gettext</code> filter to replace specific login error messages from WordPress and Paid Memberships Pro.</p>\n\n\n\n<p>Instead of showing errors that reveal the presence of a username or email address, we display a single, user-friendly message: &#8220;Your login information is incorrect. Please try again.&#8221;</p>\n\n\n\n<p>This update adds an extra layer of security by not revealing whether the issue is with the username, email, or password.</p>\n\n\n\n<div class=\"wp-block-group content-callout is-style-border-blue-box is-layout-flow wp-block-group-is-layout-flow\">\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<p><i class=\"fa  fa-glasses\"></i> <strong>Related:</strong> <a href=\"https://www.paidmembershipspro.com/how-to-stop-spam/\">How to Stop Spam on Your Paid Memberships Pro Membership Site</a></p>\n</div>\n</div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"screenshots\">Screenshots: Before and After</h2>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"702\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/login-error-message.png\" alt=\"Screenshot of a login error message revealing email/username\" class=\"wp-image-646449\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/login-error-message.png 800w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/login-error-message-300x263.png 300w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" /><figcaption class=\"wp-element-caption\">Before recipe: the existence of an email address is revealed in the error message.</figcaption></figure>\n\n\n\n<figure class=\"wp-block-image size-full is-style-box-shadow\"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"683\" src=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/custom-login-error-message.png\" alt=\"Screenshot of a customized login error message obscuring personal details\" class=\"wp-image-646450\" srcset=\"https://www.paidmembershipspro.com/wp-content/uploads/2025/05/custom-login-error-message.png 800w, https://www.paidmembershipspro.com/wp-content/uploads/2025/05/custom-login-error-message-300x256.png 300w\" sizes=\"auto, (max-width: 800px) 100vw, 800px\" /><figcaption class=\"wp-element-caption\">After recipe: a generic error message is shown that does not reveal existing user account information.</figcaption></figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"code-recipe\"><strong>The Code Recipe</strong></h2>\n\n\n\n<script src=\"https://gist.paidmembershipspro.com/embed.js?target=https%3A%2F%2Fgithub.com%2Fstrangerstudios%2Fpmpro-snippets-library%2Fblob%2Fdev%2Fmisc%2Flogin-hide-username-email-in-errors.php&amp;style=github-gist&amp;showBorder=on&amp;showLineNumbers=on&amp;showFileMeta=on&amp;showCopy=on\"></script>\n\n\n\n<h2 class=\"wp-block-heading\">Adding the Recipe to Your Website</h2>\n\n\n\n<p>You can add this recipe to your site by creating a custom plugin or using the Code Snippets plugin available for free in the WordPress repository.&nbsp;<a href=\"/create-a-plugin-for-pmpro-customizations\" target=\"_blank\" rel=\"noreferrer noopener\">Read this companion article for step-by-step directions on either method</a>.</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"customize-code-recipe\"><strong>How to Customize This Code Recipe</strong></h2>\n\n\n\n<p>Update lines 19, 27, 31, and 35 with your preferred custom message. In this example, all error messages are replaced with the generic phrase: “There was an error with the login details provided. Please try again.”</p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-video-walkthrough-coding-with-sam\">Video Walkthrough: Coding with Sam</h2>\n\n\n\n<center><iframe loading=\"lazy\" src=\"https://www.youtube.com/embed/bj60Vub0wBU\" width=\"805\" height=\"453\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe></center>\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:40:\"https://www.paidmembershipspro.com/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n	hourly	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n	1	\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:48:\"WpOrg\\Requests\\Utility\\CaseInsensitiveDictionary\":1:{s:7:\"\0*\0data\";a:12:{s:4:\"date\";s:29:\"Thu, 12 Jun 2025 12:36:52 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:14:\"content-length\";s:5:\"52585\";s:6:\"server\";s:10:\"cloudflare\";s:13:\"last-modified\";s:29:\"Wed, 11 Jun 2025 23:54:37 GMT\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:16:\"content-encoding\";s:4:\"gzip\";s:3:\"nel\";s:62:\"{\"report_to\":\"cf-nel\",\"success_fraction\":0.0,\"max_age\":604800}\";s:15:\"cf-cache-status\";s:7:\"DYNAMIC\";s:23:\"content-security-policy\";s:23:\"frame-ancestors \'self\';\";s:9:\"report-to\";s:229:\"{\"group\":\"cf-nel\",\"max_age\":604800,\"endpoints\":[{\"url\":\"https://a.nel.cloudflare.com/report/v4?s=BVqMpJIhrghk2Wof3t2GkRUp0wz7zSDKAekS8iSKOWNeYUxyyhiDdI4PSgJG%2BkM6Q2235DTmdICK1A1WtQwU6%2FJoBaOvN%2BkAsqdq42drXzowiqnooGKxpzA%3D\"}]}\";s:6:\"cf-ray\";s:20:\"94e965715a3def6c-SIN\";}}s:5:\"build\";i:1727716820;s:21:\"cache_expiration_time\";i:1749775011;s:23:\"__cache_expiration_time\";i:1749775011;}', 'off');
INSERT INTO `wp_options` (`option_id`, `option_name`, `option_value`, `autoload`) VALUES
(954, '_transient_timeout_feed_mod_5966b7b1b1ba5243c38216abce94203f', '1749775011', 'off'),
(955, '_transient_feed_mod_5966b7b1b1ba5243c38216abce94203f', '1749731811', 'off'),
(971, '_transient_timeout_pmpro_elementor_levels_cache', '1749814848', 'off'),
(972, '_transient_pmpro_elementor_levels_cache', 'a:4:{i:0;s:11:\"Non-members\";i:1;s:15:\"Free Membership\";i:2;s:18:\"Premium Membership\";i:3;s:19:\"Business Membership\";}', 'off'),
(981, '_site_transient_update_plugins', 'O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1749729438;s:8:\"response\";a:1:{s:19:\"akismet/akismet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/akismet\";s:4:\"slug\";s:7:\"akismet\";s:6:\"plugin\";s:19:\"akismet/akismet.php\";s:11:\"new_version\";s:3:\"5.4\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/akismet/\";s:7:\"package\";s:54:\"https://downloads.wordpress.org/plugin/akismet.5.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:60:\"https://ps.w.org/akismet/assets/icon-256x256.png?rev=2818463\";s:2:\"1x\";s:60:\"https://ps.w.org/akismet/assets/icon-128x128.png?rev=2818463\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/akismet/assets/banner-1544x500.png?rev=2900731\";s:2:\"1x\";s:62:\"https://ps.w.org/akismet/assets/banner-772x250.png?rev=2900731\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.8\";s:6:\"tested\";s:5:\"6.8.1\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:8:{s:33:\"classic-editor/classic-editor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:28:\"w.org/plugins/classic-editor\";s:4:\"slug\";s:14:\"classic-editor\";s:6:\"plugin\";s:33:\"classic-editor/classic-editor.php\";s:11:\"new_version\";s:5:\"1.6.7\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/classic-editor/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/classic-editor.1.6.7.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-256x256.png?rev=1998671\";s:2:\"1x\";s:67:\"https://ps.w.org/classic-editor/assets/icon-128x128.png?rev=1998671\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/classic-editor/assets/banner-1544x500.png?rev=1998671\";s:2:\"1x\";s:69:\"https://ps.w.org/classic-editor/assets/banner-772x250.png?rev=1998676\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:35:\"classic-widgets/classic-widgets.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/classic-widgets\";s:4:\"slug\";s:15:\"classic-widgets\";s:6:\"plugin\";s:35:\"classic-widgets/classic-widgets.php\";s:11:\"new_version\";s:3:\"0.3\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/classic-widgets/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/classic-widgets.0.3.zip\";s:5:\"icons\";a:1:{s:7:\"default\";s:59:\"https://s.w.org/plugins/geopattern-icon/classic-widgets.svg\";}s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.9\";}s:23:\"elementor/elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/elementor\";s:4:\"slug\";s:9:\"elementor\";s:6:\"plugin\";s:23:\"elementor/elementor.php\";s:11:\"new_version\";s:6:\"3.29.2\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/elementor/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/elementor.3.29.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:62:\"https://ps.w.org/elementor/assets/icon-256x256.gif?rev=3111597\";s:2:\"1x\";s:62:\"https://ps.w.org/elementor/assets/icon-128x128.gif?rev=3111597\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/elementor/assets/banner-1544x500.png?rev=3164133\";s:2:\"1x\";s:64:\"https://ps.w.org/elementor/assets/banner-772x250.png?rev=3164133\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.5\";}s:9:\"hello.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/hello-dolly\";s:4:\"slug\";s:11:\"hello-dolly\";s:6:\"plugin\";s:9:\"hello.php\";s:11:\"new_version\";s:5:\"1.7.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/hello-dolly/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/hello-dolly.1.7.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-256x256.jpg?rev=2052855\";s:2:\"1x\";s:64:\"https://ps.w.org/hello-dolly/assets/icon-128x128.jpg?rev=2052855\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/hello-dolly/assets/banner-1544x500.jpg?rev=2645582\";s:2:\"1x\";s:66:\"https://ps.w.org/hello-dolly/assets/banner-772x250.jpg?rev=2052855\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:59:\"mycred-paid-memberships-pro/mycred-paid-memberships-pro.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:41:\"w.org/plugins/mycred-paid-memberships-pro\";s:4:\"slug\";s:27:\"mycred-paid-memberships-pro\";s:6:\"plugin\";s:59:\"mycred-paid-memberships-pro/mycred-paid-memberships-pro.php\";s:11:\"new_version\";s:5:\"1.3.1\";s:3:\"url\";s:58:\"https://wordpress.org/plugins/mycred-paid-memberships-pro/\";s:7:\"package\";s:76:\"https://downloads.wordpress.org/plugin/mycred-paid-memberships-pro.1.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/mycred-paid-memberships-pro/assets/icon-256x256.jpg?rev=2887359\";s:2:\"1x\";s:80:\"https://ps.w.org/mycred-paid-memberships-pro/assets/icon-128x128.jpg?rev=2887359\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:82:\"https://ps.w.org/mycred-paid-memberships-pro/assets/banner-772x250.png?rev=2490728\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.4\";}s:35:\"redux-framework/redux-framework.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:29:\"w.org/plugins/redux-framework\";s:4:\"slug\";s:15:\"redux-framework\";s:6:\"plugin\";s:35:\"redux-framework/redux-framework.php\";s:11:\"new_version\";s:5:\"4.5.7\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/redux-framework/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/redux-framework.4.5.7.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";s:3:\"svg\";s:60:\"https://ps.w.org/redux-framework/assets/icon.svg?rev=2889347\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:70:\"https://ps.w.org/redux-framework/assets/banner-772x250.png?rev=2889347\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:32:\"slider-hero/qcld-slider-main.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:25:\"w.org/plugins/slider-hero\";s:4:\"slug\";s:11:\"slider-hero\";s:6:\"plugin\";s:32:\"slider-hero/qcld-slider-main.php\";s:11:\"new_version\";s:5:\"8.9.6\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/slider-hero/\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/plugin/slider-hero.8.9.6.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/slider-hero/assets/icon-256x256.png?rev=1991815\";s:2:\"1x\";s:64:\"https://ps.w.org/slider-hero/assets/icon-256x256.png?rev=1991815\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:66:\"https://ps.w.org/slider-hero/assets/banner-772x250.jpg?rev=1802635\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.6\";}s:51:\"header-footer-elementor/header-footer-elementor.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:37:\"w.org/plugins/header-footer-elementor\";s:4:\"slug\";s:23:\"header-footer-elementor\";s:6:\"plugin\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:11:\"new_version\";s:5:\"2.4.0\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/header-footer-elementor/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/header-footer-elementor.2.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-256x256.gif?rev=3278750\";s:2:\"1x\";s:76:\"https://ps.w.org/header-footer-elementor/assets/icon-128x128.gif?rev=3278750\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/header-footer-elementor/assets/banner-1544x500.gif?rev=3278750\";s:2:\"1x\";s:78:\"https://ps.w.org/header-footer-elementor/assets/banner-772x250.gif?rev=3278750\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}s:7:\"checked\";a:11:{s:19:\"akismet/akismet.php\";s:5:\"5.3.7\";s:33:\"classic-editor/classic-editor.php\";s:5:\"1.6.7\";s:35:\"classic-widgets/classic-widgets.php\";s:3:\"0.3\";s:43:\"dreamsrent-widgets/dreamsrent-elementor.php\";s:5:\"1.1.8\";s:23:\"elementor/elementor.php\";s:6:\"3.29.2\";s:9:\"hello.php\";s:5:\"1.7.2\";s:59:\"mycred-paid-memberships-pro/mycred-paid-memberships-pro.php\";s:5:\"1.3.1\";s:45:\"paid-memberships-pro/paid-memberships-pro.php\";s:5:\"3.4.6\";s:35:\"redux-framework/redux-framework.php\";s:5:\"4.5.7\";s:32:\"slider-hero/qcld-slider-main.php\";s:5:\"8.9.6\";s:51:\"header-footer-elementor/header-footer-elementor.php\";s:5:\"2.4.0\";}}', 'off'),
(994, '_transient_timeout_elementor_unread_notifications_1', '1749733598', 'off'),
(995, '_transient_elementor_unread_notifications_1', 'a:21:{i:0;s:9:\"bd-sale-9\";i:1;s:20:\"cloud-templates-3.29\";i:2;s:12:\"classes-3.29\";i:3;s:12:\"send-connect\";i:4;s:14:\"style-tab-3.29\";i:5;s:15:\"responsive-3.29\";i:6;s:16:\"performance-3.29\";i:7;s:14:\"migration-host\";i:8;s:17:\"ai-isolate-object\";i:9;s:17:\"hello-biz-contact\";i:10;s:22:\"ai-site-planner-colors\";i:11;s:17:\"ally-notification\";i:12;s:17:\"send-notification\";i:13;s:15:\"ai-site-planner\";i:14;s:14:\"grid-span-3.27\";i:15;s:16:\"local-fonts-3.27\";i:16;s:17:\"video-shorts-3.27\";i:17;s:23:\"dynamic-off-canvas-3.26\";i:18;s:20:\"image-optimizer-3.19\";i:19;s:20:\"5-star-rating-prompt\";i:20;s:23:\"site-mailer-introducing\";}', 'off'),
(997, '_site_transient_timeout_wp_theme_files_patterns-febe33796137dceb091cd7d59ce2ec6c', '1749733430', 'off'),
(998, '_site_transient_wp_theme_files_patterns-febe33796137dceb091cd7d59ce2ec6c', 'a:2:{s:7:\"version\";s:5:\"1.1.8\";s:8:\"patterns\";a:0:{}}', 'off'),
(1000, '_transient_timeout_pmproet_header', '1749732233', 'off'),
(1001, '_transient_pmproet_header', '<p>Dear !!header_name!!,</p>', 'off'),
(1002, '_transient_timeout_pmproet_footer', '1749732233', 'off'),
(1003, '_transient_pmproet_footer', '<p>Respectfully,<br />!!sitename!! </p>', 'off'),
(1005, '_site_transient_timeout_theme_roots', '1749734836', 'off'),
(1006, '_site_transient_theme_roots', 'a:2:{s:10:\"dreamsrent\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}', 'off');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_discount_codes`
--

CREATE TABLE `wp_pmpro_discount_codes` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `starts` date NOT NULL,
  `expires` date NOT NULL,
  `uses` int(11) NOT NULL,
  `one_use_per_user` tinyint(4) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_discount_codes_levels`
--

CREATE TABLE `wp_pmpro_discount_codes_levels` (
  `code_id` bigint(20) UNSIGNED NOT NULL,
  `level_id` int(11) UNSIGNED NOT NULL,
  `initial_payment` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `billing_amount` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `cycle_number` int(11) NOT NULL DEFAULT 0,
  `cycle_period` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?',
  `trial_amount` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `trial_limit` int(11) NOT NULL DEFAULT 0,
  `expiration_number` int(10) UNSIGNED NOT NULL,
  `expiration_period` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_discount_codes_uses`
--

CREATE TABLE `wp_pmpro_discount_codes_uses` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `order_id` bigint(20) UNSIGNED NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_groups`
--

CREATE TABLE `wp_pmpro_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `allow_multiple_selections` tinyint(4) NOT NULL DEFAULT 1,
  `displayorder` int(11) DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_groups`
--

INSERT INTO `wp_pmpro_groups` (`id`, `name`, `allow_multiple_selections`, `displayorder`) VALUES
(1, 'Main Group', 0, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_memberships_categories`
--

CREATE TABLE `wp_pmpro_memberships_categories` (
  `membership_id` int(11) UNSIGNED NOT NULL,
  `category_id` bigint(20) UNSIGNED NOT NULL,
  `modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_memberships_pages`
--

CREATE TABLE `wp_pmpro_memberships_pages` (
  `membership_id` int(11) UNSIGNED NOT NULL,
  `page_id` bigint(20) UNSIGNED NOT NULL,
  `modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_memberships_pages`
--

INSERT INTO `wp_pmpro_memberships_pages` (`membership_id`, `page_id`, `modified`) VALUES
(2, 65, '2025-06-12 12:42:02'),
(3, 65, '2025-06-12 12:42:02');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_memberships_users`
--

CREATE TABLE `wp_pmpro_memberships_users` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `membership_id` int(11) UNSIGNED NOT NULL,
  `code_id` bigint(20) UNSIGNED NOT NULL,
  `initial_payment` decimal(18,8) NOT NULL,
  `billing_amount` decimal(18,8) NOT NULL,
  `cycle_number` int(11) NOT NULL,
  `cycle_period` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL,
  `trial_amount` decimal(18,8) NOT NULL,
  `trial_limit` int(11) NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',
  `startdate` datetime NOT NULL,
  `enddate` datetime DEFAULT NULL,
  `modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_memberships_users`
--

INSERT INTO `wp_pmpro_memberships_users` (`id`, `user_id`, `membership_id`, `code_id`, `initial_payment`, `billing_amount`, `cycle_number`, `cycle_period`, `billing_limit`, `trial_amount`, `trial_limit`, `status`, `startdate`, `enddate`, `modified`) VALUES
(1, 2, 2, 0, '100.00000000', '100.00000000', 1, 'Year', 0, '0.00000000', 0, 'active', '2025-06-10 13:12:28', '0000-00-00 00:00:00', '2025-06-10 13:12:28'),
(2, 1, 2, 0, '30.00000000', '30.00000000', 1, 'Year', 0, '0.00000000', 0, 'changed', '2025-06-12 11:56:49', '2025-06-12 12:38:53', '2025-06-12 12:38:53'),
(3, 1, 3, 0, '100.00000000', '100.00000000', 1, 'Year', 0, '0.00000000', 0, 'active', '2025-06-12 12:38:53', '0000-00-00 00:00:00', '2025-06-12 12:38:53');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_membership_levelmeta`
--

CREATE TABLE `wp_pmpro_membership_levelmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `pmpro_membership_level_id` int(11) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_membership_levelmeta`
--

INSERT INTO `wp_pmpro_membership_levelmeta` (`meta_id`, `pmpro_membership_level_id`, `meta_key`, `meta_value`) VALUES
(1, 3, 'confirmation_in_email', '0'),
(2, 3, 'membership_account_message', ''),
(3, 1, 'confirmation_in_email', '1'),
(4, 1, 'membership_account_message', 'This text appears at checkout and on the pricing page if using the Advanced Levels Page Add On. Use it to provide a brief overview of the membership level, highlighting key features and benefits to potential members.'),
(5, 2, 'confirmation_in_email', '0'),
(6, 2, 'membership_account_message', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_membership_levels`
--

CREATE TABLE `wp_pmpro_membership_levels` (
  `id` int(11) UNSIGNED NOT NULL,
  `name` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `confirmation` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `initial_payment` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `billing_amount` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `cycle_number` int(11) NOT NULL DEFAULT 0,
  `cycle_period` varchar(10) COLLATE utf8mb4_unicode_520_ci DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL COMMENT 'After how many cycles should billing stop?',
  `trial_amount` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `trial_limit` int(11) NOT NULL DEFAULT 0,
  `allow_signups` tinyint(4) NOT NULL DEFAULT 1,
  `expiration_number` int(10) UNSIGNED NOT NULL,
  `expiration_period` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_membership_levels`
--

INSERT INTO `wp_pmpro_membership_levels` (`id`, `name`, `description`, `confirmation`, `initial_payment`, `billing_amount`, `cycle_number`, `cycle_period`, `billing_limit`, `trial_amount`, `trial_limit`, `allow_signups`, `expiration_number`, `expiration_period`) VALUES
(1, 'Free Membership', 'Members-only ticket pre-sales,\r\nMonthly newsletter,\r\nOnline community access,\r\nAccess to public screenings\r\n', 'This text appears at checkout and on the pricing page if using the Advanced Levels Page Add On. Use it to provide a brief overview of the membership level, highlighting key features and benefits to potential members.', '0.00000000', '0.00000000', 0, '0', 0, '0.00000000', 0, 1, 0, '0'),
(2, 'Premium Membership', 'Discounted event tickets,\r\nMembers-only ticket pre-sales,\r\nFilmmaker resources,\r\nCast &amp; Crew request,\r\nExclusive filmmaker Q&amp;As', '', '30.00000000', '30.00000000', 1, 'Year', 0, '0.00000000', 0, 1, 0, '0'),
(3, 'Business Membership', 'All Premium Member benefits,\r\nDistribution opportunities,\r\nBusiness networking events,\r\nDiscounted sponsorship participation', '', '100.00000000', '100.00000000', 1, 'Year', 0, '0.00000000', 0, 1, 0, '0');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_membership_levels_groups`
--

CREATE TABLE `wp_pmpro_membership_levels_groups` (
  `id` int(10) UNSIGNED NOT NULL,
  `level` int(10) UNSIGNED NOT NULL DEFAULT 0,
  `group` int(10) UNSIGNED NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_membership_levels_groups`
--

INSERT INTO `wp_pmpro_membership_levels_groups` (`id`, `level`, `group`) VALUES
(16, 2, 1),
(17, 3, 1),
(18, 1, 1);

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_membership_ordermeta`
--

CREATE TABLE `wp_pmpro_membership_ordermeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `pmpro_membership_order_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_membership_orders`
--

CREATE TABLE `wp_pmpro_membership_orders` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `code` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `session_id` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `membership_id` int(11) UNSIGNED NOT NULL DEFAULT 0,
  `paypal_token` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_name` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_street` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_street2` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_city` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_state` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_zip` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `billing_country` varchar(128) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `billing_phone` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `subtotal` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `tax` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `checkout_id` bigint(20) NOT NULL DEFAULT 0,
  `total` varchar(16) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `payment_type` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `cardtype` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `accountnumber` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `expirationmonth` char(2) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `expirationyear` varchar(4) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `status` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `gateway` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `gateway_environment` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `payment_transaction_id` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `subscription_transaction_id` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `affiliate_id` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `affiliate_subid` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `notes` text COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_pmpro_membership_orders`
--

INSERT INTO `wp_pmpro_membership_orders` (`id`, `code`, `session_id`, `user_id`, `membership_id`, `paypal_token`, `billing_name`, `billing_street`, `billing_street2`, `billing_city`, `billing_state`, `billing_zip`, `billing_country`, `billing_phone`, `subtotal`, `tax`, `checkout_id`, `total`, `payment_type`, `cardtype`, `accountnumber`, `expirationmonth`, `expirationyear`, `status`, `gateway`, `gateway_environment`, `payment_transaction_id`, `subscription_transaction_id`, `timestamp`, `affiliate_id`, `affiliate_subid`, `notes`) VALUES
(1, '7B1F6FAF89', 'dj2r5c1bqp0sdpim0k6n9ao0rj', 2, 2, '', 'test test', '7, N.K Palayam', 'N.K Palayam', 'coimbatore', 'Tamil Nadu', '641033', 'IN', '+91637996967', '100', '0', 1, '100', '', 'Unknown Card Type', 'XXXXXXXXXXXX6778', '01', '2026', 'success', '', 'sandbox', '', '', '2025-06-10 13:12:28', '0', '', ''),
(2, '2456B3F974', '1hlghmsrvh4hted0dqhebsminu', 1, 2, '', 'Fname Last Name', 'Address', '', 'City', 'State', '1111', 'IN', '515116161', '30', '0', 2, '30', '', 'Unknown Card Type', 'XXXXXXXXXXXX1212', '01', '2026', 'success', '', 'sandbox', '', '', '2025-06-12 11:56:49', '0', '', ''),
(3, '54272FBC47', '1hlghmsrvh4hted0dqhebsminu', 1, 3, '', 'Fname Last Name', 'Address', '', 'City', 'State', '1111', 'IN', '987646411', '100', '0', 3, '100', '', 'Unknown Card Type', 'XXXXXXXXXXXX1212', '01', '2026', 'success', '', 'sandbox', '', '', '2025-06-12 12:38:53', '0', '', '');

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_subscriptionmeta`
--

CREATE TABLE `wp_pmpro_subscriptionmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `pmpro_subscription_id` bigint(20) UNSIGNED NOT NULL,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_pmpro_subscriptions`
--

CREATE TABLE `wp_pmpro_subscriptions` (
  `id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL,
  `membership_level_id` int(11) UNSIGNED NOT NULL,
  `gateway` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `gateway_environment` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `subscription_transaction_id` varchar(64) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'active',
  `startdate` datetime DEFAULT NULL,
  `enddate` datetime DEFAULT NULL,
  `next_payment_date` datetime DEFAULT NULL,
  `billing_amount` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `cycle_number` int(11) NOT NULL DEFAULT 0,
  `cycle_period` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'Month',
  `billing_limit` int(11) NOT NULL DEFAULT 0,
  `trial_amount` decimal(18,8) NOT NULL DEFAULT 0.00000000,
  `trial_limit` int(11) NOT NULL DEFAULT 0,
  `modified` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp()
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_postmeta`
--

CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `post_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_postmeta`
--

INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1, 2, '_wp_page_template', 'default'),
(2, 3, '_wp_page_template', 'default'),
(3, 6, '_elementor_edit_mode', 'builder'),
(4, 6, '_elementor_template_type', 'kit'),
(7, 8, '_edit_last', '1'),
(8, 8, '_edit_lock', '1749653783:1'),
(9, 8, '_wp_page_template', 'default'),
(10, 8, 'ehf_target_include_locations', 'a:0:{}'),
(11, 8, 'ehf_target_exclude_locations', 'a:0:{}'),
(12, 8, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(13, 8, 'ehf_template_type', 'type_header'),
(14, 8, 'display-on-canvas-template', '1'),
(15, 8, 'site-sidebar-layout', 'no-sidebar'),
(17, 8, 'ast-site-content-layout', 'full-width-container'),
(18, 8, 'site-content-style', 'default'),
(19, 8, 'site-sidebar-style', 'default'),
(20, 8, 'theme-transparent-header-meta', 'default'),
(22, 8, '_elementor_edit_mode', 'builder'),
(23, 8, '_elementor_template_type', 'wp-post'),
(24, 8, '_elementor_version', '3.29.2'),
(25, 8, '_astra_content_layout_flag', 'disabled'),
(26, 8, 'site-post-title', 'disabled'),
(27, 8, 'ast-title-bar-display', 'disabled'),
(28, 8, 'ast-featured-img', 'disabled'),
(69, 14, '_wp_attached_file', '2025/06/p_ifa-logo.png'),
(70, 14, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:201;s:6:\"height\";i:73;s:4:\"file\";s:22:\"2025/06/p_ifa-logo.png\";s:8:\"filesize\";i:58943;s:5:\"sizes\";a:1:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"p_ifa-logo-150x73.png\";s:5:\"width\";i:150;s:6:\"height\";i:73;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5452;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(71, 15, '_wp_page_template', 'default'),
(72, 15, '_elementor_edit_mode', 'builder'),
(73, 15, '_elementor_template_type', 'wp-post'),
(74, 15, '_elementor_version', '3.29.2'),
(76, 16, '_wp_page_template', 'default'),
(77, 16, '_elementor_edit_mode', 'builder'),
(78, 16, '_elementor_template_type', 'wp-post'),
(79, 16, '_elementor_version', '3.29.2'),
(81, 8, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"navmenu_align\":\"center\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"schema_support\":\"yes\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(82, 17, '_wp_page_template', 'default'),
(83, 17, '_elementor_edit_mode', 'builder'),
(84, 17, '_elementor_template_type', 'wp-post'),
(85, 17, '_elementor_version', '3.29.2'),
(87, 17, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(94, 19, '_wp_page_template', 'default'),
(95, 19, '_elementor_edit_mode', 'builder'),
(96, 19, '_elementor_template_type', 'wp-post'),
(97, 19, '_elementor_version', '3.29.2'),
(99, 19, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(100, 20, '_wp_page_template', 'default'),
(101, 20, '_elementor_edit_mode', 'builder'),
(102, 20, '_elementor_template_type', 'wp-post'),
(103, 20, '_elementor_version', '3.29.2'),
(105, 20, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(106, 21, '_wp_page_template', 'default'),
(107, 21, '_elementor_edit_mode', 'builder'),
(108, 21, '_elementor_template_type', 'wp-post'),
(109, 21, '_elementor_version', '3.29.2'),
(111, 21, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(112, 22, '_wp_page_template', 'default'),
(113, 22, '_elementor_edit_mode', 'builder'),
(114, 22, '_elementor_template_type', 'wp-post'),
(115, 22, '_elementor_version', '3.29.2'),
(117, 22, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(118, 23, '_wp_page_template', 'default'),
(119, 23, '_elementor_edit_mode', 'builder'),
(120, 23, '_elementor_template_type', 'wp-post'),
(121, 23, '_elementor_version', '3.29.2'),
(123, 23, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(124, 24, '_wp_page_template', 'default'),
(125, 24, '_elementor_edit_mode', 'builder'),
(126, 24, '_elementor_template_type', 'wp-post'),
(127, 24, '_elementor_version', '3.29.2'),
(129, 24, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(130, 25, '_wp_page_template', 'default'),
(131, 25, '_elementor_edit_mode', 'builder'),
(132, 25, '_elementor_template_type', 'wp-post'),
(133, 25, '_elementor_version', '3.29.2'),
(135, 25, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(136, 26, '_wp_page_template', 'default'),
(137, 26, '_elementor_edit_mode', 'builder'),
(138, 26, '_elementor_template_type', 'wp-post'),
(139, 26, '_elementor_version', '3.29.2'),
(141, 26, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(142, 27, '_wp_page_template', 'default'),
(143, 27, '_elementor_edit_mode', 'builder'),
(144, 27, '_elementor_template_type', 'wp-post'),
(145, 27, '_elementor_version', '3.29.2'),
(147, 27, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(157, 29, '_edit_lock', '1749733229:1'),
(159, 32, '_wp_page_template', 'default'),
(160, 32, '_elementor_edit_mode', 'builder'),
(161, 32, '_elementor_template_type', 'wp-post'),
(162, 32, '_elementor_version', '3.29.2'),
(164, 32, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(167, 33, '_wp_page_template', 'default'),
(168, 33, '_elementor_edit_mode', 'builder'),
(169, 33, '_elementor_template_type', 'wp-post'),
(170, 33, '_elementor_version', '3.29.2'),
(172, 33, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(175, 34, '_wp_page_template', 'default'),
(176, 34, '_elementor_edit_mode', 'builder'),
(177, 34, '_elementor_template_type', 'wp-post'),
(178, 34, '_elementor_version', '3.29.2'),
(180, 34, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(194, 36, '_wp_page_template', 'default'),
(195, 36, '_elementor_edit_mode', 'builder'),
(196, 36, '_elementor_template_type', 'wp-post'),
(197, 36, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(199, 36, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(202, 37, '_wp_page_template', 'default'),
(203, 37, '_elementor_edit_mode', 'builder'),
(204, 37, '_elementor_template_type', 'wp-post'),
(205, 37, '_elementor_version', '3.29.2'),
(207, 37, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(210, 38, '_wp_page_template', 'default'),
(211, 38, '_elementor_edit_mode', 'builder'),
(212, 38, '_elementor_template_type', 'wp-post'),
(213, 38, '_elementor_version', '3.29.2'),
(215, 38, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(220, 39, '_edit_last', '1'),
(221, 39, '_edit_lock', '1749733244:1'),
(222, 39, '_wp_page_template', 'default'),
(223, 39, 'ehf_target_include_locations', 'a:2:{s:4:\"rule\";a:1:{i:0;s:12:\"basic-global\";}s:8:\"specific\";a:0:{}}'),
(224, 39, 'ehf_target_exclude_locations', 'a:0:{}'),
(225, 39, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(226, 39, 'ehf_template_type', 'type_footer'),
(227, 39, 'site-sidebar-layout', 'no-sidebar'),
(229, 39, 'ast-site-content-layout', 'full-width-container'),
(230, 39, 'site-content-style', 'default'),
(231, 39, 'site-sidebar-style', 'default'),
(232, 39, 'theme-transparent-header-meta', 'default'),
(235, 39, '_elementor_edit_mode', 'builder'),
(236, 39, '_elementor_template_type', 'wp-post'),
(237, 39, '_elementor_version', '3.29.2'),
(238, 39, '_astra_content_layout_flag', 'disabled'),
(239, 39, 'site-post-title', 'disabled'),
(240, 39, 'ast-title-bar-display', 'disabled'),
(241, 39, 'ast-featured-img', 'disabled'),
(248, 42, '_wp_page_template', 'default'),
(249, 42, '_elementor_edit_mode', 'builder'),
(250, 42, '_elementor_template_type', 'wp-post'),
(251, 42, '_elementor_version', '3.29.2'),
(252, 43, '_wp_page_template', 'default'),
(253, 43, '_elementor_edit_mode', 'builder'),
(254, 43, '_elementor_template_type', 'wp-post'),
(255, 43, '_elementor_version', '3.29.2'),
(256, 39, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(257, 44, '_wp_page_template', 'default'),
(258, 44, '_elementor_edit_mode', 'builder'),
(259, 44, '_elementor_template_type', 'wp-post'),
(260, 44, '_elementor_version', '3.29.2'),
(261, 44, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(263, 39, 'astra-migrate-meta-layouts', 'set'),
(266, 45, '_wp_page_template', 'default'),
(267, 45, '_elementor_edit_mode', 'builder'),
(268, 45, '_elementor_template_type', 'wp-post'),
(269, 45, '_elementor_version', '3.29.2'),
(270, 45, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(274, 46, '_wp_page_template', 'default'),
(275, 46, '_elementor_edit_mode', 'builder'),
(276, 46, '_elementor_template_type', 'wp-post'),
(277, 46, '_elementor_version', '3.29.2'),
(278, 46, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(282, 47, '_wp_page_template', 'default'),
(283, 47, '_elementor_edit_mode', 'builder'),
(284, 47, '_elementor_template_type', 'wp-post'),
(285, 47, '_elementor_version', '3.29.2'),
(286, 47, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(300, 49, '_wp_page_template', 'default'),
(301, 49, '_elementor_edit_mode', 'builder'),
(302, 49, '_elementor_template_type', 'wp-post'),
(303, 49, '_elementor_version', '3.29.2'),
(304, 49, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(307, 50, '_wp_page_template', 'default'),
(308, 50, '_elementor_edit_mode', 'builder'),
(309, 50, '_elementor_template_type', 'wp-post'),
(310, 50, '_elementor_version', '3.29.2'),
(311, 50, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(314, 51, '_wp_page_template', 'default'),
(315, 51, '_elementor_edit_mode', 'builder'),
(316, 51, '_elementor_template_type', 'wp-post'),
(317, 51, '_elementor_version', '3.29.2'),
(318, 51, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(321, 52, '_wp_page_template', 'default'),
(322, 52, '_elementor_edit_mode', 'builder'),
(323, 52, '_elementor_template_type', 'wp-post'),
(324, 52, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(325, 52, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(327, 53, '_wp_page_template', 'default'),
(328, 53, '_elementor_edit_mode', 'builder'),
(329, 53, '_elementor_template_type', 'wp-post'),
(330, 53, '_elementor_version', '3.29.2'),
(331, 53, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(333, 54, '_wp_page_template', 'default'),
(334, 54, '_elementor_edit_mode', 'builder'),
(335, 54, '_elementor_template_type', 'wp-post'),
(336, 54, '_elementor_version', '3.29.2'),
(337, 54, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(339, 55, '_wp_page_template', 'default'),
(340, 55, '_elementor_edit_mode', 'builder'),
(341, 55, '_elementor_template_type', 'wp-post'),
(342, 55, '_elementor_version', '3.29.2'),
(343, 55, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(345, 56, '_wp_page_template', 'default'),
(346, 56, '_elementor_edit_mode', 'builder'),
(347, 56, '_elementor_template_type', 'wp-post'),
(348, 56, '_elementor_version', '3.29.2'),
(349, 56, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(351, 57, '_wp_page_template', 'default'),
(352, 57, '_elementor_edit_mode', 'builder'),
(353, 57, '_elementor_template_type', 'wp-post'),
(354, 57, '_elementor_version', '3.29.2'),
(355, 57, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(357, 58, '_wp_page_template', 'default'),
(358, 58, '_elementor_edit_mode', 'builder'),
(359, 58, '_elementor_template_type', 'wp-post'),
(360, 58, '_elementor_version', '3.29.2'),
(361, 58, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(363, 59, '_wp_page_template', 'default'),
(364, 59, '_elementor_edit_mode', 'builder'),
(365, 59, '_elementor_template_type', 'wp-post'),
(366, 59, '_elementor_version', '3.29.2'),
(367, 59, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(369, 60, '_wp_page_template', 'default'),
(370, 60, '_elementor_edit_mode', 'builder'),
(371, 60, '_elementor_template_type', 'wp-post'),
(372, 60, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(373, 60, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(381, 62, '_wp_page_template', 'default'),
(382, 62, '_elementor_edit_mode', 'builder'),
(383, 62, '_elementor_template_type', 'wp-post'),
(384, 62, '_elementor_version', '3.29.2'),
(385, 62, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(387, 63, '_wp_page_template', 'default'),
(388, 63, '_elementor_edit_mode', 'builder'),
(389, 63, '_elementor_template_type', 'wp-post'),
(390, 63, '_elementor_version', '3.29.2'),
(391, 63, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(393, 64, '_wp_page_template', 'default'),
(394, 64, '_elementor_edit_mode', 'builder'),
(395, 64, '_elementor_template_type', 'wp-post'),
(396, 64, '_elementor_version', '3.29.2'),
(397, 64, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(399, 65, '_edit_lock', '1749732740:1'),
(401, 65, '_elementor_template_type', 'wp-page'),
(402, 65, '_elementor_version', '3.29.2'),
(403, 65, '_astra_content_layout_flag', 'disabled'),
(404, 65, 'site-post-title', 'disabled'),
(405, 65, 'ast-title-bar-display', 'disabled'),
(406, 65, 'ast-featured-img', 'disabled'),
(407, 65, 'ast-site-content-layout', 'full-width-container'),
(408, 65, 'site-sidebar-layout', 'no-sidebar'),
(410, 67, '_edit_lock', '1749634631:1'),
(411, 67, '_elementor_edit_mode', 'builder'),
(412, 67, '_elementor_template_type', 'wp-page'),
(413, 67, '_elementor_version', '3.29.2'),
(414, 67, '_astra_content_layout_flag', 'disabled'),
(415, 67, 'site-post-title', 'disabled'),
(416, 67, 'ast-title-bar-display', 'disabled'),
(417, 67, 'ast-featured-img', 'disabled'),
(418, 67, 'ast-site-content-layout', 'full-width-container'),
(419, 67, 'site-sidebar-layout', 'no-sidebar'),
(420, 69, '_edit_lock', '1749476985:1'),
(421, 69, '_elementor_edit_mode', 'builder'),
(422, 69, '_elementor_template_type', 'wp-page'),
(423, 69, '_elementor_version', '3.29.2'),
(424, 69, '_astra_content_layout_flag', 'disabled'),
(425, 69, 'site-post-title', 'disabled'),
(426, 69, 'ast-title-bar-display', 'disabled'),
(427, 69, 'ast-featured-img', 'disabled'),
(428, 69, 'ast-site-content-layout', 'full-width-container'),
(429, 69, 'site-sidebar-layout', 'no-sidebar'),
(430, 71, '_edit_lock', '1749477013:1'),
(431, 71, '_elementor_edit_mode', 'builder'),
(432, 71, '_elementor_template_type', 'wp-page'),
(433, 71, '_elementor_version', '3.29.2'),
(434, 71, '_astra_content_layout_flag', 'disabled'),
(435, 71, 'site-post-title', 'disabled'),
(436, 71, 'ast-title-bar-display', 'disabled'),
(437, 71, 'ast-featured-img', 'disabled'),
(438, 71, 'ast-site-content-layout', 'full-width-container'),
(439, 71, 'site-sidebar-layout', 'no-sidebar'),
(440, 73, '_elementor_edit_mode', 'builder'),
(441, 73, '_elementor_template_type', 'wp-page'),
(442, 73, '_elementor_version', '3.29.2'),
(443, 74, '_elementor_edit_mode', 'builder'),
(444, 74, '_elementor_template_type', 'wp-page'),
(445, 74, '_elementor_version', '3.29.2'),
(446, 71, '_wp_page_template', 'default'),
(447, 71, '_elementor_data', '[]'),
(448, 75, '_elementor_edit_mode', 'builder'),
(449, 75, '_elementor_template_type', 'wp-page'),
(450, 75, '_elementor_version', '3.29.2'),
(451, 75, '_wp_page_template', 'default'),
(452, 75, '_elementor_data', '[]'),
(454, 76, '_edit_lock', '1749477041:1'),
(455, 76, '_elementor_edit_mode', 'builder'),
(456, 76, '_elementor_template_type', 'wp-page'),
(457, 76, '_elementor_version', '3.29.2'),
(458, 76, '_astra_content_layout_flag', 'disabled'),
(459, 76, 'site-post-title', 'disabled'),
(460, 76, 'ast-title-bar-display', 'disabled'),
(461, 76, 'ast-featured-img', 'disabled'),
(462, 76, 'ast-site-content-layout', 'full-width-container'),
(463, 76, 'site-sidebar-layout', 'no-sidebar'),
(464, 78, '_elementor_edit_mode', 'builder'),
(465, 78, '_elementor_template_type', 'wp-page'),
(466, 78, '_elementor_version', '3.29.2'),
(467, 79, '_elementor_edit_mode', 'builder'),
(468, 79, '_elementor_template_type', 'wp-page'),
(469, 79, '_elementor_version', '3.29.2'),
(470, 76, '_wp_page_template', 'default'),
(471, 76, '_elementor_data', '[]'),
(472, 80, '_elementor_edit_mode', 'builder'),
(473, 80, '_elementor_template_type', 'wp-page'),
(474, 80, '_elementor_version', '3.29.2'),
(475, 80, '_wp_page_template', 'default'),
(476, 80, '_elementor_data', '[]'),
(478, 81, '_menu_item_type', 'post_type'),
(479, 81, '_menu_item_menu_item_parent', '0'),
(480, 81, '_menu_item_object_id', '69'),
(481, 81, '_menu_item_object', 'page'),
(482, 81, '_menu_item_target', ''),
(483, 81, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(484, 81, '_menu_item_xfn', ''),
(485, 81, '_menu_item_url', ''),
(487, 82, '_menu_item_type', 'post_type'),
(488, 82, '_menu_item_menu_item_parent', '0'),
(489, 82, '_menu_item_object_id', '67'),
(490, 82, '_menu_item_object', 'page'),
(491, 82, '_menu_item_target', ''),
(492, 82, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(493, 82, '_menu_item_xfn', ''),
(494, 82, '_menu_item_url', ''),
(496, 83, '_menu_item_type', 'post_type'),
(497, 83, '_menu_item_menu_item_parent', '0'),
(498, 83, '_menu_item_object_id', '65'),
(499, 83, '_menu_item_object', 'page'),
(500, 83, '_menu_item_target', ''),
(501, 83, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(502, 83, '_menu_item_xfn', ''),
(503, 83, '_menu_item_url', ''),
(505, 84, '_menu_item_type', 'post_type'),
(506, 84, '_menu_item_menu_item_parent', '0'),
(507, 84, '_menu_item_object_id', '29'),
(508, 84, '_menu_item_object', 'page'),
(509, 84, '_menu_item_target', ''),
(510, 84, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(511, 84, '_menu_item_xfn', ''),
(512, 84, '_menu_item_url', ''),
(514, 85, '_menu_item_type', 'post_type'),
(515, 85, '_menu_item_menu_item_parent', '0'),
(516, 85, '_menu_item_object_id', '65'),
(517, 85, '_menu_item_object', 'page'),
(518, 85, '_menu_item_target', ''),
(519, 85, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(520, 85, '_menu_item_xfn', ''),
(521, 85, '_menu_item_url', ''),
(523, 86, '_menu_item_type', 'post_type'),
(524, 86, '_menu_item_menu_item_parent', '0'),
(525, 86, '_menu_item_object_id', '69'),
(526, 86, '_menu_item_object', 'page'),
(527, 86, '_menu_item_target', ''),
(528, 86, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(529, 86, '_menu_item_xfn', ''),
(530, 86, '_menu_item_url', ''),
(532, 87, '_menu_item_type', 'post_type'),
(533, 87, '_menu_item_menu_item_parent', '0'),
(534, 87, '_menu_item_object_id', '67'),
(535, 87, '_menu_item_object', 'page'),
(536, 87, '_menu_item_target', ''),
(537, 87, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(538, 87, '_menu_item_xfn', ''),
(539, 87, '_menu_item_url', ''),
(541, 88, '_menu_item_type', 'post_type'),
(542, 88, '_menu_item_menu_item_parent', '0'),
(543, 88, '_menu_item_object_id', '29'),
(544, 88, '_menu_item_object', 'page'),
(545, 88, '_menu_item_target', ''),
(546, 88, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(547, 88, '_menu_item_xfn', ''),
(548, 88, '_menu_item_url', ''),
(549, 88, '_menu_item_orphaned', '1749477281'),
(550, 89, '_menu_item_type', 'post_type'),
(551, 89, '_menu_item_menu_item_parent', '0'),
(552, 89, '_menu_item_object_id', '65'),
(553, 89, '_menu_item_object', 'page'),
(554, 89, '_menu_item_target', ''),
(555, 89, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(556, 89, '_menu_item_xfn', ''),
(557, 89, '_menu_item_url', ''),
(558, 89, '_menu_item_orphaned', '1749477281'),
(559, 90, '_menu_item_type', 'post_type'),
(560, 90, '_menu_item_menu_item_parent', '0'),
(561, 90, '_menu_item_object_id', '69'),
(562, 90, '_menu_item_object', 'page'),
(563, 90, '_menu_item_target', ''),
(564, 90, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(565, 90, '_menu_item_xfn', ''),
(566, 90, '_menu_item_url', ''),
(567, 90, '_menu_item_orphaned', '1749477281'),
(568, 91, '_menu_item_type', 'post_type'),
(569, 91, '_menu_item_menu_item_parent', '0'),
(570, 91, '_menu_item_object_id', '67'),
(571, 91, '_menu_item_object', 'page'),
(572, 91, '_menu_item_target', ''),
(573, 91, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(574, 91, '_menu_item_xfn', ''),
(575, 91, '_menu_item_url', ''),
(576, 91, '_menu_item_orphaned', '1749477281'),
(577, 92, '_menu_item_type', 'post_type'),
(578, 92, '_menu_item_menu_item_parent', '0'),
(579, 92, '_menu_item_object_id', '71'),
(580, 92, '_menu_item_object', 'page'),
(581, 92, '_menu_item_target', ''),
(582, 92, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(583, 92, '_menu_item_xfn', ''),
(584, 92, '_menu_item_url', ''),
(586, 93, '_menu_item_type', 'post_type'),
(587, 93, '_menu_item_menu_item_parent', '0'),
(588, 93, '_menu_item_object_id', '76'),
(589, 93, '_menu_item_object', 'page'),
(590, 93, '_menu_item_target', ''),
(591, 93, '_menu_item_classes', 'a:1:{i:0;s:0:\"\";}'),
(592, 93, '_menu_item_xfn', ''),
(593, 93, '_menu_item_url', ''),
(595, 94, '_wp_page_template', 'default'),
(596, 94, '_elementor_edit_mode', 'builder'),
(597, 94, '_elementor_template_type', 'wp-post'),
(598, 94, '_elementor_version', '3.29.2'),
(599, 94, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(602, 95, '_wp_page_template', 'default'),
(603, 95, '_elementor_edit_mode', 'builder'),
(604, 95, '_elementor_template_type', 'wp-post'),
(605, 95, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(606, 95, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(609, 96, '_wp_page_template', 'default'),
(610, 96, '_elementor_edit_mode', 'builder'),
(611, 96, '_elementor_template_type', 'wp-post'),
(612, 96, '_elementor_version', '3.29.2'),
(613, 96, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(616, 97, '_wp_page_template', 'default'),
(617, 97, '_elementor_edit_mode', 'builder'),
(618, 97, '_elementor_template_type', 'wp-post'),
(619, 97, '_elementor_version', '3.29.2'),
(620, 97, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(622, 98, '_wp_page_template', 'default'),
(623, 98, '_elementor_edit_mode', 'builder'),
(624, 98, '_elementor_template_type', 'wp-post'),
(625, 98, '_elementor_version', '3.29.2'),
(626, 98, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(628, 99, '_wp_page_template', 'default'),
(629, 99, '_elementor_edit_mode', 'builder'),
(630, 99, '_elementor_template_type', 'wp-post'),
(631, 99, '_elementor_version', '3.29.2'),
(632, 99, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(636, 6, '_edit_lock', '1749700701:1'),
(637, 100, '_edit_last', '1'),
(638, 100, '_edit_lock', '1749634679:1'),
(639, 100, '_wp_page_template', 'default'),
(640, 100, 'ehf_target_include_locations', 'a:0:{}'),
(641, 100, 'ehf_target_exclude_locations', 'a:0:{}'),
(642, 100, 'ehf_target_user_roles', 'a:1:{i:0;s:0:\"\";}'),
(643, 100, 'ehf_template_type', 'type_header'),
(644, 100, 'site-sidebar-layout', 'no-sidebar'),
(646, 100, 'ast-site-content-layout', 'full-width-container'),
(647, 100, 'site-content-style', 'default'),
(648, 100, 'site-sidebar-style', 'default'),
(649, 100, 'theme-transparent-header-meta', 'default'),
(652, 100, '_elementor_edit_mode', 'builder'),
(653, 100, '_elementor_template_type', 'wp-post'),
(654, 100, '_elementor_version', '3.29.2'),
(655, 100, '_astra_content_layout_flag', 'disabled'),
(656, 100, 'site-post-title', 'disabled'),
(657, 100, 'ast-title-bar-display', 'disabled'),
(658, 100, 'ast-featured-img', 'disabled'),
(659, 102, '_wp_page_template', 'default'),
(660, 102, '_elementor_edit_mode', 'builder'),
(661, 102, '_elementor_template_type', 'wp-post'),
(662, 102, '_elementor_version', '3.29.2'),
(664, 102, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(667, 103, '_wp_page_template', 'default'),
(668, 103, '_elementor_edit_mode', 'builder'),
(669, 103, '_elementor_template_type', 'wp-post'),
(670, 103, '_elementor_version', '3.29.2'),
(672, 103, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(675, 104, '_wp_page_template', 'default'),
(676, 104, '_elementor_edit_mode', 'builder'),
(677, 104, '_elementor_template_type', 'wp-post'),
(678, 104, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(680, 104, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(690, 106, '_wp_page_template', 'default'),
(691, 106, '_elementor_edit_mode', 'builder'),
(692, 106, '_elementor_template_type', 'wp-post'),
(693, 106, '_elementor_version', '3.29.2'),
(695, 106, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(697, 107, '_wp_page_template', 'default'),
(698, 107, '_elementor_edit_mode', 'builder'),
(699, 107, '_elementor_template_type', 'wp-post'),
(700, 107, '_elementor_version', '3.29.2'),
(702, 107, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(704, 108, '_wp_page_template', 'default'),
(705, 108, '_elementor_edit_mode', 'builder'),
(706, 108, '_elementor_template_type', 'wp-post'),
(707, 108, '_elementor_version', '3.29.2'),
(709, 108, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(711, 109, '_wp_page_template', 'default'),
(712, 109, '_elementor_edit_mode', 'builder'),
(713, 109, '_elementor_template_type', 'wp-post'),
(714, 109, '_elementor_version', '3.29.2'),
(716, 109, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(717, 110, '_wp_page_template', 'default'),
(718, 110, '_elementor_edit_mode', 'builder'),
(719, 110, '_elementor_template_type', 'wp-post'),
(720, 110, '_elementor_version', '3.29.2'),
(722, 110, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#242424\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(723, 111, '_wp_page_template', 'default'),
(724, 111, '_elementor_edit_mode', 'builder'),
(725, 111, '_elementor_template_type', 'wp-post'),
(726, 111, '_elementor_version', '3.29.2'),
(728, 111, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(729, 112, '_wp_page_template', 'default'),
(730, 112, '_elementor_edit_mode', 'builder'),
(731, 112, '_elementor_template_type', 'wp-post'),
(732, 112, '_elementor_version', '3.29.2'),
(734, 112, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(735, 113, '_wp_page_template', 'default'),
(736, 113, '_elementor_edit_mode', 'builder'),
(737, 113, '_elementor_template_type', 'wp-post'),
(738, 113, '_elementor_version', '3.29.2'),
(740, 113, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(741, 114, '_wp_page_template', 'default'),
(742, 114, '_elementor_edit_mode', 'builder'),
(743, 114, '_elementor_template_type', 'wp-post'),
(744, 114, '_elementor_version', '3.29.2'),
(746, 114, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(758, 115, '_wp_page_template', 'default'),
(759, 115, '_elementor_edit_mode', 'builder'),
(760, 115, '_elementor_template_type', 'wp-post'),
(761, 115, '_elementor_version', '3.29.2'),
(763, 116, '_wp_page_template', 'default'),
(764, 116, '_elementor_edit_mode', 'builder'),
(765, 116, '_elementor_template_type', 'wp-post'),
(766, 116, '_elementor_version', '3.29.2'),
(768, 100, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(769, 117, '_wp_page_template', 'default'),
(770, 117, '_elementor_edit_mode', 'builder'),
(771, 117, '_elementor_template_type', 'wp-post'),
(772, 117, '_elementor_version', '3.29.2'),
(774, 117, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(777, 118, '_wp_page_template', 'default'),
(778, 118, '_elementor_edit_mode', 'builder'),
(779, 118, '_elementor_template_type', 'wp-post'),
(780, 118, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(782, 118, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(785, 119, '_wp_page_template', 'default'),
(786, 119, '_elementor_edit_mode', 'builder'),
(787, 119, '_elementor_template_type', 'wp-post'),
(788, 119, '_elementor_version', '3.29.2'),
(790, 119, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(793, 120, '_wp_page_template', 'default'),
(794, 120, '_elementor_edit_mode', 'builder'),
(795, 120, '_elementor_template_type', 'wp-post'),
(796, 120, '_elementor_version', '3.29.2'),
(798, 120, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(803, 121, '_wp_page_template', 'default'),
(804, 121, '_elementor_edit_mode', 'builder'),
(805, 121, '_elementor_template_type', 'wp-post'),
(806, 121, '_elementor_version', '3.29.2'),
(808, 121, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(811, 122, '_wp_page_template', 'default'),
(812, 122, '_elementor_edit_mode', 'builder'),
(813, 122, '_elementor_template_type', 'wp-post'),
(814, 122, '_elementor_version', '3.29.2'),
(816, 122, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(819, 123, '_wp_page_template', 'default'),
(820, 123, '_elementor_edit_mode', 'builder'),
(821, 123, '_elementor_template_type', 'wp-post'),
(822, 123, '_elementor_version', '3.29.2'),
(824, 123, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(827, 124, '_wp_page_template', 'default'),
(828, 124, '_elementor_edit_mode', 'builder'),
(829, 124, '_elementor_template_type', 'wp-post'),
(830, 124, '_elementor_version', '3.29.2'),
(832, 124, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(833, 125, '_wp_page_template', 'default'),
(834, 125, '_elementor_edit_mode', 'builder'),
(835, 125, '_elementor_template_type', 'wp-post'),
(836, 125, '_elementor_version', '3.29.2'),
(838, 125, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(839, 126, '_wp_page_template', 'default'),
(840, 126, '_elementor_edit_mode', 'builder'),
(841, 126, '_elementor_template_type', 'wp-post'),
(842, 126, '_elementor_version', '3.29.2'),
(844, 126, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(847, 127, '_wp_page_template', 'default'),
(848, 127, '_elementor_edit_mode', 'builder'),
(849, 127, '_elementor_template_type', 'wp-post'),
(850, 127, '_elementor_version', '3.29.2'),
(852, 127, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(855, 128, '_wp_page_template', 'default'),
(856, 128, '_elementor_edit_mode', 'builder'),
(857, 128, '_elementor_template_type', 'wp-post'),
(858, 128, '_elementor_version', '3.29.2'),
(860, 128, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(863, 129, '_wp_page_template', 'default'),
(864, 129, '_elementor_edit_mode', 'builder'),
(865, 129, '_elementor_template_type', 'wp-post'),
(866, 129, '_elementor_version', '3.29.2'),
(868, 129, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(873, 29, '_elementor_edit_mode', 'builder'),
(874, 29, '_elementor_template_type', 'wp-page'),
(875, 29, '_elementor_version', '3.29.2'),
(876, 29, '_astra_content_layout_flag', 'disabled'),
(877, 29, 'site-post-title', 'disabled'),
(878, 29, 'ast-title-bar-display', 'disabled'),
(879, 29, 'ast-featured-img', 'disabled'),
(880, 29, 'ast-site-content-layout', 'full-width-container'),
(881, 29, 'site-sidebar-layout', 'no-sidebar'),
(895, 132, '_elementor_edit_mode', 'builder'),
(896, 132, '_elementor_template_type', 'wp-page'),
(897, 132, '_elementor_version', '3.29.2'),
(899, 133, '_elementor_edit_mode', 'builder'),
(900, 133, '_elementor_template_type', 'wp-page'),
(901, 133, '_elementor_version', '3.29.2'),
(903, 67, '_wp_page_template', 'default'),
(904, 67, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(905, 67, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(906, 134, '_elementor_edit_mode', 'builder'),
(907, 134, '_elementor_template_type', 'wp-page'),
(908, 134, '_elementor_version', '3.29.2'),
(910, 134, '_wp_page_template', 'default'),
(911, 134, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(912, 134, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(920, 136, '_elementor_edit_mode', 'builder'),
(921, 136, '_elementor_template_type', 'wp-page'),
(922, 136, '_elementor_version', '3.29.2'),
(924, 136, '_wp_page_template', 'default'),
(925, 136, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(926, 136, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(927, 137, '_elementor_edit_mode', 'builder'),
(928, 137, '_elementor_template_type', 'wp-page'),
(929, 137, '_elementor_version', '3.29.2'),
(931, 137, '_wp_page_template', 'default'),
(932, 137, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(933, 137, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(934, 138, '_elementor_edit_mode', 'builder'),
(935, 138, '_elementor_template_type', 'wp-page'),
(936, 138, '_elementor_version', '3.29.2'),
(938, 138, '_wp_page_template', 'default'),
(939, 138, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(940, 138, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(941, 139, '_elementor_edit_mode', 'builder'),
(942, 139, '_elementor_template_type', 'wp-page'),
(943, 139, '_elementor_version', '3.29.2'),
(945, 139, '_wp_page_template', 'default'),
(946, 139, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(947, 139, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(948, 140, '_elementor_edit_mode', 'builder'),
(949, 140, '_elementor_template_type', 'wp-page'),
(950, 140, '_elementor_version', '3.29.2'),
(952, 140, '_wp_page_template', 'default'),
(953, 140, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(954, 140, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(955, 141, '_elementor_edit_mode', 'builder'),
(956, 141, '_elementor_template_type', 'wp-page'),
(957, 141, '_elementor_version', '3.29.2'),
(959, 141, '_wp_page_template', 'default'),
(960, 141, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(961, 141, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(969, 143, '_elementor_edit_mode', 'builder'),
(970, 143, '_elementor_template_type', 'wp-page'),
(971, 143, '_elementor_version', '3.29.2'),
(973, 143, '_wp_page_template', 'default'),
(974, 143, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(975, 143, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(976, 144, '_elementor_edit_mode', 'builder'),
(977, 144, '_elementor_template_type', 'wp-page'),
(978, 144, '_elementor_version', '3.29.2'),
(980, 144, '_wp_page_template', 'default'),
(981, 144, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(982, 144, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(983, 145, '_elementor_edit_mode', 'builder'),
(984, 145, '_elementor_template_type', 'wp-page'),
(985, 145, '_elementor_version', '3.29.2'),
(987, 145, '_wp_page_template', 'default'),
(988, 145, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(989, 145, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(997, 147, '_elementor_edit_mode', 'builder'),
(998, 147, '_elementor_template_type', 'wp-page'),
(999, 147, '_elementor_version', '3.29.2'),
(1001, 147, '_wp_page_template', 'default'),
(1002, 147, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1003, 147, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1004, 148, '_elementor_edit_mode', 'builder'),
(1005, 148, '_elementor_template_type', 'wp-page'),
(1006, 148, '_elementor_version', '3.29.2'),
(1008, 148, '_wp_page_template', 'default'),
(1009, 148, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1010, 148, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1011, 149, '_elementor_edit_mode', 'builder'),
(1012, 149, '_elementor_template_type', 'wp-page'),
(1013, 149, '_elementor_version', '3.29.2'),
(1015, 149, '_wp_page_template', 'default'),
(1016, 149, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1017, 149, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1025, 151, '_elementor_edit_mode', 'builder'),
(1026, 151, '_elementor_template_type', 'wp-page'),
(1027, 151, '_elementor_version', '3.29.2'),
(1029, 151, '_wp_page_template', 'default'),
(1030, 151, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1031, 151, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1032, 152, '_elementor_edit_mode', 'builder'),
(1033, 152, '_elementor_template_type', 'wp-page'),
(1034, 152, '_elementor_version', '3.29.2'),
(1036, 152, '_wp_page_template', 'default'),
(1037, 152, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1038, 152, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1039, 153, '_elementor_edit_mode', 'builder'),
(1040, 153, '_elementor_template_type', 'wp-page'),
(1041, 153, '_elementor_version', '3.29.2'),
(1043, 153, '_wp_page_template', 'default'),
(1044, 153, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1045, 153, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1053, 155, '_elementor_edit_mode', 'builder'),
(1054, 155, '_elementor_template_type', 'wp-page'),
(1055, 155, '_elementor_version', '3.29.2'),
(1057, 155, '_wp_page_template', 'default'),
(1058, 155, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1059, 155, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1060, 156, '_elementor_edit_mode', 'builder'),
(1061, 156, '_elementor_template_type', 'wp-page'),
(1062, 156, '_elementor_version', '3.29.2'),
(1064, 156, '_wp_page_template', 'default'),
(1065, 156, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1066, 156, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1067, 157, '_elementor_edit_mode', 'builder'),
(1068, 157, '_elementor_template_type', 'wp-page'),
(1069, 157, '_elementor_version', '3.29.2'),
(1071, 157, '_wp_page_template', 'default'),
(1072, 157, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1073, 157, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1074, 158, '_elementor_edit_mode', 'builder'),
(1075, 158, '_elementor_template_type', 'wp-page'),
(1076, 158, '_elementor_version', '3.29.2'),
(1078, 158, '_wp_page_template', 'default'),
(1079, 158, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1080, 158, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1081, 159, '_elementor_edit_mode', 'builder'),
(1082, 159, '_elementor_template_type', 'wp-page'),
(1083, 159, '_elementor_version', '3.29.2'),
(1085, 159, '_wp_page_template', 'default'),
(1086, 159, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1087, 159, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1088, 160, '_elementor_edit_mode', 'builder'),
(1089, 160, '_elementor_template_type', 'wp-page'),
(1090, 160, '_elementor_version', '3.29.2'),
(1092, 160, '_wp_page_template', 'default'),
(1093, 160, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1094, 160, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1095, 161, '_elementor_edit_mode', 'builder'),
(1096, 161, '_elementor_template_type', 'wp-page'),
(1097, 161, '_elementor_version', '3.29.2'),
(1099, 161, '_wp_page_template', 'default'),
(1100, 161, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1101, 161, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1102, 162, '_elementor_edit_mode', 'builder'),
(1103, 162, '_elementor_template_type', 'wp-page'),
(1104, 162, '_elementor_version', '3.29.2'),
(1106, 162, '_wp_page_template', 'default'),
(1107, 162, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1108, 162, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1109, 163, '_elementor_edit_mode', 'builder'),
(1110, 163, '_elementor_template_type', 'wp-page'),
(1111, 163, '_elementor_version', '3.29.2'),
(1113, 163, '_wp_page_template', 'default'),
(1114, 163, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1115, 163, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1123, 165, '_elementor_edit_mode', 'builder'),
(1124, 165, '_elementor_template_type', 'wp-page'),
(1125, 165, '_elementor_version', '3.29.2'),
(1127, 165, '_wp_page_template', 'default'),
(1128, 165, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1129, 165, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1130, 166, '_elementor_edit_mode', 'builder'),
(1131, 166, '_elementor_template_type', 'wp-page'),
(1132, 166, '_elementor_version', '3.29.2'),
(1134, 166, '_wp_page_template', 'default'),
(1135, 166, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1136, 166, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1137, 167, '_elementor_edit_mode', 'builder'),
(1138, 167, '_elementor_template_type', 'wp-page'),
(1139, 167, '_elementor_version', '3.29.2'),
(1141, 167, '_wp_page_template', 'default'),
(1142, 167, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1143, 167, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1144, 168, '_elementor_edit_mode', 'builder'),
(1145, 168, '_elementor_template_type', 'wp-page'),
(1146, 168, '_elementor_version', '3.29.2'),
(1148, 168, '_wp_page_template', 'default'),
(1149, 168, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1150, 168, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1151, 169, '_elementor_edit_mode', 'builder'),
(1152, 169, '_elementor_template_type', 'wp-page'),
(1153, 169, '_elementor_version', '3.29.2'),
(1155, 169, '_wp_page_template', 'default'),
(1156, 169, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1157, 169, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1158, 170, '_elementor_edit_mode', 'builder'),
(1159, 170, '_elementor_template_type', 'wp-page'),
(1160, 170, '_elementor_version', '3.29.2'),
(1162, 170, '_wp_page_template', 'default'),
(1163, 170, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1164, 170, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1165, 171, '_elementor_edit_mode', 'builder'),
(1166, 171, '_elementor_template_type', 'wp-page'),
(1167, 171, '_elementor_version', '3.29.2'),
(1169, 171, '_wp_page_template', 'default'),
(1170, 171, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1171, 171, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1172, 172, '_elementor_edit_mode', 'builder'),
(1173, 172, '_elementor_template_type', 'wp-page'),
(1174, 172, '_elementor_version', '3.29.2'),
(1176, 172, '_wp_page_template', 'default'),
(1177, 172, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1178, 172, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":true},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1179, 173, '_elementor_edit_mode', 'builder'),
(1180, 173, '_elementor_template_type', 'wp-page'),
(1181, 173, '_elementor_version', '3.29.2'),
(1183, 173, '_wp_page_template', 'default'),
(1184, 173, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1185, 173, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1193, 175, '_elementor_edit_mode', 'builder'),
(1194, 175, '_elementor_template_type', 'wp-page'),
(1195, 175, '_elementor_version', '3.29.2'),
(1197, 175, '_wp_page_template', 'default'),
(1198, 175, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1199, 175, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1200, 176, '_elementor_edit_mode', 'builder'),
(1201, 176, '_elementor_template_type', 'wp-page'),
(1202, 176, '_elementor_version', '3.29.2'),
(1204, 176, '_wp_page_template', 'default'),
(1205, 176, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1206, 176, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"2\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true}},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1207, 177, '_elementor_edit_mode', 'builder'),
(1208, 177, '_elementor_template_type', 'wp-page'),
(1209, 177, '_elementor_version', '3.29.2'),
(1211, 177, '_wp_page_template', 'default'),
(1212, 177, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1213, 177, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1214, 178, '_elementor_edit_mode', 'builder'),
(1215, 178, '_elementor_template_type', 'wp-page'),
(1216, 178, '_elementor_version', '3.29.2'),
(1218, 178, '_wp_page_template', 'default'),
(1219, 178, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1220, 178, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1221, 179, '_elementor_edit_mode', 'builder'),
(1222, 179, '_elementor_template_type', 'wp-page'),
(1223, 179, '_elementor_version', '3.29.2'),
(1225, 179, '_wp_page_template', 'default'),
(1226, 179, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1227, 179, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1228, 180, '_elementor_edit_mode', 'builder'),
(1229, 180, '_elementor_template_type', 'wp-page'),
(1230, 180, '_elementor_version', '3.29.2'),
(1232, 180, '_wp_page_template', 'default'),
(1233, 180, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1234, 180, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1235, 181, '_elementor_edit_mode', 'builder'),
(1236, 181, '_elementor_template_type', 'wp-page'),
(1237, 181, '_elementor_version', '3.29.2'),
(1239, 181, '_wp_page_template', 'default'),
(1240, 181, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1241, 181, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1242, 182, '_elementor_edit_mode', 'builder'),
(1243, 182, '_elementor_template_type', 'wp-page'),
(1244, 182, '_elementor_version', '3.29.2'),
(1246, 182, '_wp_page_template', 'default'),
(1247, 182, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1248, 182, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1249, 183, '_elementor_edit_mode', 'builder'),
(1250, 183, '_elementor_template_type', 'wp-page'),
(1251, 183, '_elementor_version', '3.29.2'),
(1253, 183, '_wp_page_template', 'default'),
(1254, 183, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1255, 183, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"049ca4a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[],\"isInner\":false}]'),
(1263, 185, '_elementor_edit_mode', 'builder'),
(1264, 185, '_elementor_template_type', 'wp-page'),
(1265, 185, '_elementor_version', '3.29.2'),
(1267, 185, '_wp_page_template', 'default'),
(1268, 185, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1269, 185, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"049ca4a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[],\"isInner\":false}]'),
(1270, 186, '_elementor_edit_mode', 'builder'),
(1271, 186, '_elementor_template_type', 'wp-page'),
(1272, 186, '_elementor_version', '3.29.2'),
(1274, 186, '_wp_page_template', 'default'),
(1275, 186, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1276, 186, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"049ca4a\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]}},\"elements\":[],\"isInner\":false}]'),
(1277, 187, '_elementor_edit_mode', 'builder'),
(1278, 187, '_elementor_template_type', 'wp-page'),
(1279, 187, '_elementor_version', '3.29.2'),
(1281, 187, '_wp_page_template', 'default'),
(1282, 187, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1283, 187, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1295, 189, '_elementor_edit_mode', 'builder'),
(1296, 189, '_elementor_template_type', 'wp-page'),
(1297, 189, '_elementor_version', '3.29.2'),
(1299, 189, '_wp_page_template', 'default'),
(1300, 189, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1301, 189, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1303, 190, '_elementor_edit_mode', 'builder'),
(1304, 190, '_elementor_template_type', 'wp-page'),
(1305, 190, '_elementor_version', '3.29.2'),
(1307, 190, '_wp_page_template', 'default'),
(1308, 190, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1309, 190, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1311, 191, '_elementor_edit_mode', 'builder'),
(1312, 191, '_elementor_template_type', 'wp-page'),
(1313, 191, '_elementor_version', '3.29.2'),
(1315, 191, '_wp_page_template', 'default'),
(1316, 191, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1317, 191, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5297080\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"c842d63\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(1319, 192, '_elementor_edit_mode', 'builder'),
(1320, 192, '_elementor_template_type', 'wp-page'),
(1321, 192, '_elementor_version', '3.29.2'),
(1322, 192, '_wp_page_template', 'default'),
(1323, 192, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1324, 192, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5297080\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"c842d63\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(1325, 193, '_elementor_edit_mode', 'builder'),
(1326, 193, '_elementor_template_type', 'wp-page'),
(1327, 193, '_elementor_version', '3.29.2'),
(1328, 193, '_wp_page_template', 'default'),
(1329, 193, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1330, 193, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5297080\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true}},\"elements\":[{\"id\":\"c842d63\",\"elType\":\"widget\",\"settings\":[],\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false}]'),
(1331, 194, '_elementor_edit_mode', 'builder'),
(1332, 194, '_elementor_template_type', 'wp-page'),
(1333, 194, '_elementor_version', '3.29.2'),
(1334, 194, '_wp_page_template', 'default'),
(1335, 194, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1336, 194, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5297080\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"676c51e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1348, 196, '_edit_lock', '1749544063:1'),
(1349, 196, '_elementor_edit_mode', 'builder'),
(1350, 196, '_elementor_template_type', 'wp-page'),
(1351, 196, '_elementor_version', '3.29.2'),
(1352, 196, '_astra_content_layout_flag', 'disabled'),
(1353, 196, 'site-post-title', 'disabled'),
(1354, 196, 'ast-title-bar-display', 'disabled'),
(1355, 196, 'ast-featured-img', 'disabled'),
(1356, 196, 'ast-site-content-layout', 'full-width-container'),
(1357, 196, 'site-sidebar-layout', 'no-sidebar'),
(1358, 198, '_elementor_edit_mode', 'builder'),
(1359, 198, '_elementor_template_type', 'wp-page'),
(1360, 198, '_elementor_version', '3.29.2'),
(1361, 199, '_elementor_edit_mode', 'builder'),
(1362, 199, '_elementor_template_type', 'wp-page'),
(1363, 199, '_elementor_version', '3.29.2'),
(1364, 196, '_wp_page_template', 'default'),
(1365, 196, '_elementor_data', '[{\"id\":\"24c1401\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"654c43e\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"d779af2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"7f10ef9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd3af82\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"310abde\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47ee859\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"77aa5a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bfe7f91\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"9974daa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3a41bc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b22b122\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04f2e11\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4bfa0ff\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ec0cb94\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c5edbac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"98619f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2107fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2018373\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"83da230\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1366, 200, '_elementor_edit_mode', 'builder'),
(1367, 200, '_elementor_template_type', 'wp-page'),
(1368, 200, '_elementor_version', '3.29.2'),
(1369, 200, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1370, 200, '_elementor_data', '[{\"id\":\"24c1401\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"654c43e\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"d779af2\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"7f10ef9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"bd3af82\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"310abde\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"47ee859\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"77aa5a0\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"bfe7f91\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"9974daa\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"3a41bc3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b22b122\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"04f2e11\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"4bfa0ff\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ec0cb94\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"c5edbac\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"98619f6\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2107fef\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2018373\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"83da230\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1372, 201, '_elementor_edit_mode', 'builder'),
(1373, 201, '_elementor_template_type', 'wp-page'),
(1374, 201, '_elementor_version', '3.29.2'),
(1375, 201, '_wp_page_template', 'default'),
(1376, 201, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1377, 201, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5297080\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"676c51e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1379, 202, '_elementor_edit_mode', 'builder'),
(1380, 202, '_elementor_template_type', 'wp-page'),
(1381, 202, '_elementor_version', '3.29.2'),
(1382, 202, '_wp_page_template', 'default'),
(1383, 202, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1384, 202, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"d5f8ded\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"eac9407\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"5a2c485\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"f1eb735\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"af890ac\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8836642\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"583b14f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"30c6eeb\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"2157cd6\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"477e350\",\"elType\":\"widget\",\"settings\":{\"text\":\"Most Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_x\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]},\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9533005\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"5f976ad\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b7cf8e1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"d4cb4d1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ba06cfd\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"7376cbc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"bb145a8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f5bb0c4\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"27314fd\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"9156fc3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"5297080\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"676c51e\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#7D7D7D\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(1386, 203, '_elementor_edit_mode', 'builder'),
(1387, 203, '_elementor_template_type', 'wp-page'),
(1388, 203, '_elementor_version', '3.29.2'),
(1389, 203, '_wp_page_template', 'default'),
(1390, 203, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1391, 203, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We accept all major credit and debit cards, including Visa, Mastercard, and American Express.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1393, 204, '_elementor_edit_mode', 'builder'),
(1394, 204, '_elementor_template_type', 'wp-page'),
(1395, 204, '_elementor_version', '3.29.2'),
(1396, 204, '_wp_page_template', 'default'),
(1397, 204, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1398, 204, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We accept all major credit and debit cards, including Visa, Mastercard, and American Express.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1400, 205, '_elementor_edit_mode', 'builder'),
(1401, 205, '_elementor_template_type', 'wp-page'),
(1402, 205, '_elementor_version', '3.29.2'),
(1403, 205, '_wp_page_template', 'default'),
(1404, 205, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1405, 205, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>We accept all major credit and debit cards, including Visa, Mastercard, and American Express.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1407, 206, '_elementor_edit_mode', 'builder'),
(1408, 206, '_elementor_template_type', 'wp-page'),
(1409, 206, '_elementor_version', '3.29.2'),
(1410, 206, '_wp_page_template', 'default'),
(1411, 206, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1412, 206, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1419, 217, '_elementor_edit_mode', 'builder'),
(1420, 217, '_elementor_template_type', 'wp-page'),
(1421, 217, '_elementor_version', '3.29.2'),
(1422, 217, '_wp_page_template', 'default'),
(1423, 217, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1424, 217, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1425, 218, '_elementor_edit_mode', 'builder'),
(1426, 218, '_elementor_template_type', 'wp-page'),
(1427, 218, '_elementor_version', '3.29.2'),
(1428, 218, '_wp_page_template', 'default'),
(1429, 218, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1430, 218, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1431, 219, '_elementor_edit_mode', 'builder'),
(1432, 219, '_elementor_template_type', 'wp-page'),
(1433, 219, '_elementor_version', '3.29.2'),
(1434, 219, '_wp_page_template', 'default'),
(1435, 219, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1436, 219, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1445, 220, '_elementor_edit_mode', 'builder'),
(1446, 220, '_elementor_template_type', 'wp-page'),
(1447, 220, '_elementor_version', '3.29.2'),
(1448, 220, '_wp_page_template', 'default'),
(1449, 220, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1450, 220, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1454, 221, '_elementor_edit_mode', 'builder'),
(1455, 221, '_elementor_template_type', 'wp-page'),
(1456, 221, '_elementor_version', '3.29.2'),
(1457, 221, '_wp_page_template', 'default'),
(1458, 221, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1459, 221, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true}},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1463, 222, '_elementor_edit_mode', 'builder'),
(1464, 222, '_elementor_template_type', 'wp-page'),
(1465, 222, '_elementor_version', '3.29.2'),
(1466, 222, '_wp_page_template', 'default'),
(1467, 222, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1468, 222, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1474, 223, '_elementor_edit_mode', 'builder'),
(1475, 223, '_elementor_template_type', 'wp-page'),
(1476, 223, '_elementor_version', '3.29.2'),
(1477, 223, '_wp_page_template', 'default'),
(1478, 223, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1479, 223, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1483, 224, '_elementor_edit_mode', 'builder'),
(1484, 224, '_elementor_template_type', 'wp-page'),
(1485, 224, '_elementor_version', '3.29.2'),
(1486, 224, '_wp_page_template', 'default'),
(1487, 224, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1488, 224, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":true},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"d560e08\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"6df285e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"background_background\":\"classic\",\"background_color\":\"#15305A\",\"position\":\"absolute\"},\"elements\":[],\"isInner\":true},{\"id\":\"4dc237a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"b53d1d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"e1056c3\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"476883b\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"17ddb06\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9d3d40a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b0dfdbd\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ce9fe49\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"dc0fbc6\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"d67735a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1492, 225, '_elementor_edit_mode', 'builder'),
(1493, 225, '_elementor_template_type', 'wp-page'),
(1494, 225, '_elementor_version', '3.29.2'),
(1495, 225, '_wp_page_template', 'default'),
(1496, 225, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1497, 225, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1503, 226, '_elementor_edit_mode', 'builder'),
(1504, 226, '_elementor_template_type', 'wp-page'),
(1505, 226, '_elementor_version', '3.29.2'),
(1506, 226, '_wp_page_template', 'default'),
(1507, 226, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1508, 226, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1512, 227, '_elementor_edit_mode', 'builder'),
(1513, 227, '_elementor_template_type', 'wp-page'),
(1514, 227, '_elementor_version', '3.29.2'),
(1515, 227, '_wp_page_template', 'default'),
(1516, 227, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1517, 227, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1521, 228, '_elementor_edit_mode', 'builder'),
(1522, 228, '_elementor_template_type', 'wp-page'),
(1523, 228, '_elementor_version', '3.29.2'),
(1524, 228, '_wp_page_template', 'default'),
(1525, 228, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1526, 228, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1532, 229, '_elementor_edit_mode', 'builder'),
(1533, 229, '_elementor_template_type', 'wp-page'),
(1534, 229, '_elementor_version', '3.29.2'),
(1535, 229, '_wp_page_template', 'default'),
(1536, 229, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1537, 229, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1541, 230, '_elementor_edit_mode', 'builder'),
(1542, 230, '_elementor_template_type', 'wp-page'),
(1543, 230, '_elementor_version', '3.29.2'),
(1544, 230, '_wp_page_template', 'default'),
(1545, 230, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1546, 230, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1550, 231, '_elementor_edit_mode', 'builder'),
(1551, 231, '_elementor_template_type', 'wp-page'),
(1552, 231, '_elementor_version', '3.29.2'),
(1553, 231, '_wp_page_template', 'default'),
(1554, 231, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1555, 231, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1561, 232, '_elementor_edit_mode', 'builder'),
(1562, 232, '_elementor_template_type', 'wp-page'),
(1563, 232, '_elementor_version', '3.29.2'),
(1564, 232, '_wp_page_template', 'default'),
(1565, 232, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1566, 232, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1570, 233, '_elementor_edit_mode', 'builder'),
(1571, 233, '_elementor_template_type', 'wp-page'),
(1572, 233, '_elementor_version', '3.29.2'),
(1573, 233, '_wp_page_template', 'default'),
(1574, 233, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1575, 233, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h6\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#FFFFFF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1579, 234, '_elementor_edit_mode', 'builder'),
(1580, 234, '_elementor_template_type', 'wp-page'),
(1581, 234, '_elementor_version', '3.29.2'),
(1582, 234, '_wp_page_template', 'default'),
(1583, 234, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1584, 234, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1590, 235, '_elementor_edit_mode', 'builder'),
(1591, 235, '_elementor_template_type', 'wp-page'),
(1592, 235, '_elementor_version', '3.29.2'),
(1593, 235, '_wp_page_template', 'default'),
(1594, 235, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1595, 235, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1599, 236, '_elementor_edit_mode', 'builder'),
(1600, 236, '_elementor_template_type', 'wp-page'),
(1601, 236, '_elementor_version', '3.29.2'),
(1602, 236, '_wp_page_template', 'default'),
(1603, 236, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1604, 236, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1608, 237, '_elementor_edit_mode', 'builder'),
(1609, 237, '_elementor_template_type', 'wp-page'),
(1610, 237, '_elementor_version', '3.29.2'),
(1611, 237, '_wp_page_template', 'default'),
(1612, 237, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1613, 237, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1619, 238, '_elementor_edit_mode', 'builder'),
(1620, 238, '_elementor_template_type', 'wp-page'),
(1621, 238, '_elementor_version', '3.29.2'),
(1622, 238, '_wp_page_template', 'default'),
(1623, 238, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1624, 238, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1628, 239, '_elementor_edit_mode', 'builder'),
(1629, 239, '_elementor_template_type', 'wp-page'),
(1630, 239, '_elementor_version', '3.29.2'),
(1631, 239, '_wp_page_template', 'default'),
(1632, 239, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1633, 239, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1637, 240, '_elementor_edit_mode', 'builder'),
(1638, 240, '_elementor_template_type', 'wp-page'),
(1639, 240, '_elementor_version', '3.29.2'),
(1640, 240, '_wp_page_template', 'default'),
(1641, 240, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1642, 240, '_elementor_data', '[{\"id\":\"a5c2a38\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"b1ea4a0\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c1c1aa1\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"09e5929\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6e0e53d\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false},{\"id\":\"efa648c\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"ef3fbc6\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"space-evenly\",\"flex_align_items\":\"center\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"19eb1a3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"af4eceb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Free Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"0d1f957\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a30\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f41bcaa\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"_id\":\"02887d6\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"193bd9c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"6ac076b\"},{\"text\":\"Members-only ticket pre-sales\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c914f3d\"},{\"text\":\"Online community access\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"02887d6\"}],\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#6B7280\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"ad6c5a8\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"593247d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"35\",\"right\":\"2\",\"bottom\":\"2\",\"left\":\"2\",\"isLinked\":false},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"ada216b\",\"elType\":\"widget\",\"settings\":{\"text\":\"Popular\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#61CE7000\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"_position\":\"absolute\",\"_offset_y\":{\"unit\":\"px\",\"size\":-35,\"sizes\":[]},\"_background_background\":\"classic\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"f674c40\",\"elType\":\"widget\",\"settings\":{\"title\":\"Premium Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"de3de10\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"a533bb1\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c8f06b6\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Distribution opportunities\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c108c51\"},{\"text\":\"Discounted sponsorship participation for events\",\"selected_icon\":{\"value\":\"fas fa-times\",\"library\":\"fa-solid\"},\"_id\":\"c82737e\"}],\"icon_align\":\"left\",\"icon_color\":\"#6B7280\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_self_align\":\"center\",\"icon_self_vertical_align\":\"center\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"3bb986a\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#091730\",\"background_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true},{\"id\":\"e1c8d02\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":330,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":480,\"sizes\":[]},\"flex_justify_content\":\"space-between\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"8\",\"right\":\"8\",\"bottom\":\"8\",\"left\":\"8\",\"isLinked\":true},\"css_classes\":\"card\"},\"elements\":[{\"id\":\"1c94a78\",\"elType\":\"widget\",\"settings\":{\"title\":\"Business Membership\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1809c5c\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span>\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_size\":{\"unit\":\"px\",\"size\":40,\"sizes\":[]},\"typography_font_weight\":\"500\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c24ccb8\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Members-only ticket pre-sales\",\"_id\":\"6ac076b\"},{\"text\":\"Monthly newsletter\",\"_id\":\"4d2acd5\"},{\"text\":\"Online community access\",\"_id\":\"c914f3d\"},{\"text\":\"Access to public screenings\",\"_id\":\"02887d6\"},{\"text\":\"Cast & Crew request\",\"_id\":\"8b945d9\"},{\"text\":\"Exclusive filmmaker Q&As\",\"_id\":\"b24a20d\"},{\"text\":\"Distribution opportunities\",\"_id\":\"5522729\"},{\"text\":\"Discounted sponsorship participation for events\",\"_id\":\"196c613\"}],\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"c9d9882\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Now\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#D4AF37\",\"background_color\":\"#61CE7000\",\"button_background_hover_color\":\"#D4AF371A\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#D4AF37\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"text_padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"110\",\"bottom\":\"10\",\"left\":\"110\",\"isLinked\":false},\"_element_custom_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"08d8703\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"60\",\"right\":\"0\",\"bottom\":\"150\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"739ba60\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"0\",\"left\":\"1\",\"isLinked\":false},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"7\",\"right\":\"7\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#15305A\"},\"elements\":[{\"id\":\"711c24c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"2bcf885\",\"elType\":\"widget\",\"settings\":{\"title\":\"Frequently Asked Questions\\n\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"69d671e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"7\",\"left\":\"7\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0C1E3D\"},\"elements\":[{\"id\":\"4b577c3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"c7af93c\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b713567\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"74ec140\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"f0da106\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"87ec8c0\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"eaef793\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"1\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#15305A\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"81c7d9d\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c2b2bf5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.<\\/p>\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"0d86209\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"0\",\"bottom\":\"25\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"d8daa42\",\"elType\":\"widget\",\"settings\":{\"title\":\"What\'s included in the Premium Membership?\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3f468bd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"We accept all major credit and debit cards, including Visa, Mastercard, and American Express.\\n\",\"text_color\":\"#D1D5DB\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1657, 241, '_elementor_edit_mode', 'builder'),
(1658, 241, '_elementor_template_type', 'wp-page'),
(1659, 241, '_elementor_version', '3.29.2'),
(1661, 242, '_elementor_edit_mode', 'builder'),
(1662, 242, '_elementor_template_type', 'wp-page'),
(1663, 242, '_elementor_version', '3.29.2'),
(1665, 65, '_wp_page_template', 'default'),
(1666, 65, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1667, 65, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1668, 243, '_elementor_edit_mode', 'builder'),
(1669, 243, '_elementor_template_type', 'wp-page'),
(1670, 243, '_elementor_version', '3.29.2'),
(1672, 243, '_wp_page_template', 'default'),
(1673, 243, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1674, 243, '_elementor_data', '[]'),
(1675, 244, '_elementor_edit_mode', 'builder'),
(1676, 244, '_elementor_template_type', 'wp-page'),
(1677, 244, '_elementor_version', '3.29.2'),
(1679, 244, '_wp_page_template', 'default'),
(1680, 244, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1681, 244, '_elementor_data', '[]'),
(1682, 245, '_elementor_edit_mode', 'builder'),
(1683, 245, '_elementor_template_type', 'wp-page'),
(1684, 245, '_elementor_version', '3.29.2'),
(1686, 245, '_wp_page_template', 'default'),
(1687, 245, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1688, 245, '_elementor_data', '[]'),
(1689, 246, '_elementor_edit_mode', 'builder'),
(1690, 246, '_elementor_template_type', 'wp-page'),
(1691, 246, '_elementor_version', '3.29.2'),
(1693, 246, '_wp_page_template', 'default'),
(1694, 246, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1695, 246, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5eead8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"206468d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5155e96\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(1696, 247, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1697, 247, '_elementor_template_type', 'wp-page'),
(1698, 247, '_elementor_version', '3.29.2'),
(1700, 247, '_wp_page_template', 'default'),
(1701, 247, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1702, 247, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5eead8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"206468d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5155e96\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(1703, 248, '_elementor_edit_mode', 'builder'),
(1704, 248, '_elementor_template_type', 'wp-page'),
(1705, 248, '_elementor_version', '3.29.2'),
(1707, 248, '_wp_page_template', 'default'),
(1708, 248, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1709, 248, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"c5eead8\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#FEFEFE\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"206468d\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\" [pmpro_levels]\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"5155e96\",\"elType\":\"widget\",\"settings\":{\"html\":\"<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\"},\"elements\":[],\"widgetType\":\"html\"}],\"isInner\":false}]'),
(1710, 249, '_elementor_edit_mode', 'builder'),
(1711, 249, '_elementor_template_type', 'wp-page'),
(1712, 249, '_elementor_version', '3.29.2'),
(1714, 249, '_wp_page_template', 'default'),
(1715, 249, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1716, 249, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(1717, 250, '_wp_attached_file', '2025/06/p_ifa-logo-1.png'),
(1718, 250, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:201;s:6:\"height\";i:73;s:4:\"file\";s:24:\"2025/06/p_ifa-logo-1.png\";s:8:\"filesize\";i:58943;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1719, 251, '_elementor_edit_mode', 'builder'),
(1720, 251, '_elementor_template_type', 'wp-page'),
(1721, 251, '_elementor_version', '3.29.2'),
(1723, 251, '_wp_page_template', 'default'),
(1724, 251, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1725, 251, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(1726, 252, '_elementor_edit_mode', 'builder'),
(1727, 252, '_elementor_template_type', 'wp-page'),
(1728, 252, '_elementor_version', '3.29.2'),
(1730, 252, '_wp_page_template', 'default'),
(1731, 252, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1732, 252, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false}]'),
(1733, 253, '_elementor_edit_mode', 'builder'),
(1734, 253, '_elementor_template_type', 'wp-page'),
(1735, 253, '_elementor_version', '3.29.2'),
(1737, 253, '_wp_page_template', 'default'),
(1738, 253, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1739, 253, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p>\\n<p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1747, 255, '_elementor_edit_mode', 'builder'),
(1748, 255, '_elementor_template_type', 'wp-page'),
(1749, 255, '_elementor_version', '3.29.2'),
(1751, 255, '_wp_page_template', 'default'),
(1752, 255, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1753, 255, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p>\\n<p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1754, 256, '_elementor_edit_mode', 'builder'),
(1755, 256, '_elementor_template_type', 'wp-page'),
(1756, 256, '_elementor_version', '3.29.2'),
(1758, 256, '_wp_page_template', 'default'),
(1759, 256, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1760, 256, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p>\\n<p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\\n\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1761, 257, '_elementor_edit_mode', 'builder'),
(1762, 257, '_elementor_template_type', 'wp-page'),
(1763, 257, '_elementor_version', '3.29.2'),
(1765, 257, '_wp_page_template', 'default'),
(1766, 257, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1767, 257, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1768, 258, '_elementor_edit_mode', 'builder'),
(1769, 258, '_elementor_template_type', 'wp-page'),
(1770, 258, '_elementor_version', '3.29.2'),
(1772, 258, '_wp_page_template', 'default'),
(1773, 258, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1774, 258, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1775, 259, '_elementor_edit_mode', 'builder'),
(1776, 259, '_elementor_template_type', 'wp-page'),
(1777, 259, '_elementor_version', '3.29.2'),
(1779, 259, '_wp_page_template', 'default'),
(1780, 259, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#091730\";}'),
(1781, 259, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1782, 260, '_elementor_edit_mode', 'builder'),
(1783, 260, '_elementor_template_type', 'wp-page'),
(1784, 260, '_elementor_version', '3.29.2'),
(1786, 260, '_wp_page_template', 'default'),
(1787, 260, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1788, 260, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1789, 261, '_elementor_edit_mode', 'builder'),
(1790, 261, '_elementor_template_type', 'wp-page'),
(1791, 261, '_elementor_version', '3.29.2'),
(1793, 261, '_wp_page_template', 'default'),
(1794, 261, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1795, 261, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1796, 262, '_elementor_edit_mode', 'builder'),
(1797, 262, '_elementor_template_type', 'wp-page'),
(1798, 262, '_elementor_version', '3.29.2'),
(1800, 262, '_wp_page_template', 'default'),
(1801, 262, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1802, 262, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1803, 263, '_elementor_edit_mode', 'builder'),
(1804, 263, '_elementor_template_type', 'wp-page'),
(1805, 263, '_elementor_version', '3.29.2'),
(1807, 263, '_wp_page_template', 'default'),
(1808, 263, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1809, 263, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1810, 264, '_elementor_edit_mode', 'builder'),
(1811, 264, '_elementor_template_type', 'wp-page'),
(1812, 264, '_elementor_version', '3.29.2'),
(1814, 264, '_wp_page_template', 'default'),
(1815, 264, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1816, 264, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1817, 265, '_elementor_edit_mode', 'builder'),
(1818, 265, '_elementor_template_type', 'wp-page'),
(1819, 265, '_elementor_version', '3.29.2'),
(1821, 265, '_wp_page_template', 'default'),
(1822, 265, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1823, 265, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1824, 266, '_elementor_edit_mode', 'builder'),
(1825, 266, '_elementor_template_type', 'wp-page'),
(1826, 266, '_elementor_version', '3.29.2'),
(1828, 266, '_wp_page_template', 'default'),
(1829, 266, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1830, 266, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1838, 268, '_elementor_edit_mode', 'builder'),
(1839, 268, '_elementor_template_type', 'wp-page'),
(1840, 268, '_elementor_version', '3.29.2'),
(1842, 268, '_wp_page_template', 'default'),
(1843, 268, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1844, 268, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1845, 269, '_elementor_edit_mode', 'builder'),
(1846, 269, '_elementor_template_type', 'wp-page'),
(1847, 269, '_elementor_version', '3.29.2'),
(1849, 269, '_wp_page_template', 'default'),
(1850, 269, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1851, 269, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1852, 270, '_elementor_edit_mode', 'builder'),
(1853, 270, '_elementor_template_type', 'wp-page'),
(1854, 270, '_elementor_version', '3.29.2'),
(1856, 270, '_wp_page_template', 'default'),
(1857, 270, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1858, 270, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1861, 271, '_elementor_edit_mode', 'builder'),
(1862, 271, '_elementor_template_type', 'wp-page'),
(1863, 271, '_elementor_version', '3.29.2'),
(1865, 271, '_wp_page_template', 'default'),
(1866, 271, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1867, 271, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1870, 272, '_elementor_edit_mode', 'builder'),
(1871, 272, '_elementor_template_type', 'wp-page'),
(1872, 272, '_elementor_version', '3.29.2'),
(1874, 272, '_wp_page_template', 'default'),
(1875, 272, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1876, 272, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1879, 273, '_elementor_edit_mode', 'builder'),
(1880, 273, '_elementor_template_type', 'wp-page'),
(1881, 273, '_elementor_version', '3.29.2'),
(1883, 273, '_wp_page_template', 'default'),
(1884, 273, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1885, 273, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[membership_levels_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1890, 274, '_elementor_edit_mode', 'builder'),
(1891, 274, '_elementor_template_type', 'wp-page'),
(1892, 274, '_elementor_version', '3.29.2'),
(1894, 274, '_wp_page_template', 'default'),
(1895, 274, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1896, 274, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[membership_levels_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1899, 275, '_elementor_edit_mode', 'builder'),
(1900, 275, '_elementor_template_type', 'wp-page'),
(1901, 275, '_elementor_version', '3.29.2'),
(1903, 275, '_wp_page_template', 'default'),
(1904, 275, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1905, 275, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[membership_levels_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1908, 276, '_elementor_edit_mode', 'builder'),
(1909, 276, '_elementor_template_type', 'wp-page'),
(1910, 276, '_elementor_version', '3.29.2'),
(1912, 276, '_wp_page_template', 'default'),
(1913, 276, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1914, 276, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"wp_pmpro_membership_levels\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1922, 277, '_wp_page_template', 'default'),
(1923, 277, '_elementor_edit_mode', 'builder'),
(1924, 277, '_elementor_template_type', 'wp-post'),
(1925, 277, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1926, 277, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1930, 278, '_wp_page_template', 'default'),
(1931, 278, '_elementor_edit_mode', 'builder'),
(1932, 278, '_elementor_template_type', 'wp-post'),
(1933, 278, '_elementor_version', '3.29.2'),
(1934, 278, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1938, 279, '_wp_page_template', 'default'),
(1939, 279, '_elementor_edit_mode', 'builder'),
(1940, 279, '_elementor_template_type', 'wp-post'),
(1941, 279, '_elementor_version', '3.29.2'),
(1942, 279, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1946, 280, '_wp_page_template', 'default'),
(1947, 280, '_elementor_edit_mode', 'builder'),
(1948, 280, '_elementor_template_type', 'wp-post'),
(1949, 280, '_elementor_version', '3.29.2'),
(1950, 280, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1954, 281, '_wp_page_template', 'default'),
(1955, 281, '_elementor_edit_mode', 'builder'),
(1956, 281, '_elementor_template_type', 'wp-post'),
(1957, 281, '_elementor_version', '3.29.2'),
(1958, 281, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\"},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1962, 282, '_wp_page_template', 'default'),
(1963, 282, '_elementor_edit_mode', 'builder'),
(1964, 282, '_elementor_template_type', 'wp-post'),
(1965, 282, '_elementor_version', '3.29.2'),
(1966, 282, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(1970, 283, '_elementor_edit_mode', 'builder'),
(1971, 283, '_elementor_template_type', 'wp-page'),
(1972, 283, '_elementor_version', '3.29.2'),
(1974, 283, '_wp_page_template', 'default'),
(1975, 283, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1976, 283, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"wp_pmpro_membership_levels\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1979, 284, '_elementor_edit_mode', 'builder'),
(1980, 284, '_elementor_template_type', 'wp-page'),
(1981, 284, '_elementor_version', '3.29.2'),
(1983, 284, '_wp_page_template', 'default'),
(1984, 284, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(1985, 284, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"wp_pmpro_membership_levels\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(1988, 285, '_elementor_edit_mode', 'builder'),
(1989, 285, '_elementor_template_type', 'wp-page'),
(1990, 285, '_elementor_version', '3.29.2'),
(1992, 285, '_wp_page_template', 'default'),
(1993, 285, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(1994, 285, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2004, 214, '_edit_lock', '1749653778:1'),
(2005, 211, '_edit_lock', '1749728147:1'),
(2006, 286, '_elementor_edit_mode', 'builder'),
(2007, 286, '_elementor_template_type', 'kit'),
(2009, 6, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2010, 6, '_elementor_page_settings', 'a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:0:\"\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1440;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:29:\"hfe_scroll_to_top_button_text\";s:2:\"Up\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(2011, 6, '_elementor_data', '[]'),
(2012, 287, '_elementor_edit_mode', 'builder'),
(2013, 287, '_elementor_template_type', 'kit'),
(2015, 287, '_wp_page_template', 'default'),
(2016, 287, '_elementor_page_settings', 'a:11:{s:13:\"system_colors\";a:4:{i:0;a:3:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:5:\"color\";s:7:\"#6EC1E4\";}i:1;a:3:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:5:\"color\";s:7:\"#54595F\";}i:2;a:3:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:5:\"color\";s:7:\"#7A7A7A\";}i:3;a:3:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:5:\"color\";s:7:\"#61CE70\";}}s:13:\"custom_colors\";a:0:{}s:17:\"system_typography\";a:4:{i:0;a:5:{s:3:\"_id\";s:7:\"primary\";s:5:\"title\";s:7:\"Primary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"600\";}i:1;a:5:{s:3:\"_id\";s:9:\"secondary\";s:5:\"title\";s:9:\"Secondary\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:11:\"Roboto Slab\";s:22:\"typography_font_weight\";s:3:\"400\";}i:2;a:5:{s:3:\"_id\";s:4:\"text\";s:5:\"title\";s:4:\"Text\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"400\";}i:3;a:5:{s:3:\"_id\";s:6:\"accent\";s:5:\"title\";s:6:\"Accent\";s:21:\"typography_typography\";s:6:\"custom\";s:22:\"typography_font_family\";s:6:\"Roboto\";s:22:\"typography_font_weight\";s:3:\"500\";}}s:17:\"custom_typography\";a:0:{}s:21:\"default_generic_fonts\";s:10:\"Sans-serif\";s:9:\"site_name\";s:20:\"Indian film Alliance\";s:15:\"container_width\";a:3:{s:4:\"unit\";s:2:\"px\";s:4:\"size\";i:1440;s:5:\"sizes\";a:0:{}}s:19:\"page_title_selector\";s:14:\"h1.entry-title\";s:29:\"hfe_scroll_to_top_button_text\";s:2:\"Up\";s:11:\"viewport_md\";i:768;s:11:\"viewport_lg\";i:1025;}'),
(2017, 287, '_elementor_data', '[]'),
(2019, 6, '_elementor_version', '3.29.2'),
(2040, 288, '_elementor_edit_mode', 'builder'),
(2041, 288, '_elementor_template_type', 'wp-page'),
(2042, 288, '_elementor_version', '3.29.2'),
(2043, 288, '_wp_page_template', 'default'),
(2044, 288, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2045, 288, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2049, 289, '_elementor_edit_mode', 'builder'),
(2050, 289, '_elementor_template_type', 'wp-page'),
(2051, 289, '_elementor_version', '3.29.2'),
(2052, 289, '_wp_page_template', 'default'),
(2053, 289, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2054, 289, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2058, 290, '_elementor_edit_mode', 'builder'),
(2059, 290, '_elementor_template_type', 'wp-page'),
(2060, 290, '_elementor_version', '3.29.2'),
(2061, 290, '_wp_page_template', 'default'),
(2062, 290, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2063, 290, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2086, 65, '_elementor_edit_mode', 'builder'),
(2087, 292, '_elementor_template_type', 'wp-page'),
(2088, 292, '_elementor_version', '3.29.2'),
(2089, 292, '_wp_page_template', 'default'),
(2090, 292, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2091, 292, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2093, 292, '_elementor_edit_mode', 'builder'),
(2094, 293, '_elementor_template_type', 'wp-page'),
(2095, 293, '_elementor_version', '3.29.2'),
(2096, 293, '_wp_page_template', 'default'),
(2097, 293, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2098, 293, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2100, 293, '_elementor_edit_mode', 'builder'),
(2101, 294, '_elementor_template_type', 'wp-page'),
(2102, 294, '_elementor_version', '3.29.2'),
(2103, 294, '_wp_page_template', 'default'),
(2104, 294, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2105, 294, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2107, 294, '_elementor_edit_mode', 'builder'),
(2110, 295, '_wp_page_template', 'default'),
(2111, 295, '_elementor_edit_mode', 'builder'),
(2112, 295, '_elementor_template_type', 'wp-post'),
(2113, 295, '_elementor_version', '3.29.2'),
(2114, 295, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2118, 296, '_wp_page_template', 'default'),
(2119, 296, '_elementor_edit_mode', 'builder'),
(2120, 296, '_elementor_template_type', 'wp-post'),
(2121, 296, '_elementor_version', '3.29.2'),
(2122, 296, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2126, 297, '_wp_page_template', 'default'),
(2127, 297, '_elementor_edit_mode', 'builder'),
(2128, 297, '_elementor_template_type', 'wp-post'),
(2129, 297, '_elementor_version', '3.29.2'),
(2130, 297, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2136, 298, '_elementor_template_type', 'wp-page'),
(2137, 298, '_elementor_version', '3.29.2'),
(2138, 298, '_wp_page_template', 'default'),
(2139, 298, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2140, 298, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2142, 298, '_elementor_edit_mode', 'builder'),
(2145, 299, '_elementor_template_type', 'wp-page'),
(2146, 299, '_elementor_version', '3.29.2'),
(2147, 299, '_wp_page_template', 'default'),
(2148, 299, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2149, 299, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"content_width\":\"full\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2151, 299, '_elementor_edit_mode', 'builder'),
(2154, 300, '_elementor_template_type', 'wp-page'),
(2155, 300, '_elementor_version', '3.29.2'),
(2156, 300, '_wp_page_template', 'default'),
(2157, 300, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2158, 300, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2160, 300, '_elementor_edit_mode', 'builder'),
(2163, 301, '_elementor_template_type', 'wp-page'),
(2164, 301, '_elementor_version', '3.29.2'),
(2165, 301, '_wp_page_template', 'default'),
(2166, 301, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2167, 301, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2169, 301, '_elementor_edit_mode', 'builder'),
(2170, 302, '_elementor_template_type', 'wp-page'),
(2171, 302, '_elementor_version', '3.29.2'),
(2172, 302, '_wp_page_template', 'default'),
(2173, 302, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2174, 302, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2176, 302, '_elementor_edit_mode', 'builder'),
(2177, 303, '_elementor_template_type', 'wp-page'),
(2178, 303, '_elementor_version', '3.29.2'),
(2179, 303, '_wp_page_template', 'default'),
(2180, 303, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2181, 303, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2183, 303, '_elementor_edit_mode', 'builder'),
(2186, 304, '_elementor_template_type', 'wp-page'),
(2187, 304, '_elementor_version', '3.29.2'),
(2188, 304, '_wp_page_template', 'default'),
(2189, 304, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2190, 304, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2192, 304, '_elementor_edit_mode', 'builder'),
(2195, 305, '_elementor_template_type', 'wp-page'),
(2196, 305, '_elementor_version', '3.29.2'),
(2197, 305, '_wp_page_template', 'default'),
(2198, 305, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2199, 305, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"ecc8229\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2201, 305, '_elementor_edit_mode', 'builder'),
(2204, 306, '_elementor_template_type', 'wp-page'),
(2205, 306, '_elementor_version', '3.29.2'),
(2206, 306, '_wp_page_template', 'default'),
(2207, 306, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2208, 306, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2210, 306, '_elementor_edit_mode', 'builder'),
(2213, 307, '_elementor_template_type', 'wp-page'),
(2214, 307, '_elementor_version', '3.29.2'),
(2215, 307, '_wp_page_template', 'default'),
(2216, 307, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2217, 307, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2219, 307, '_elementor_edit_mode', 'builder'),
(2220, 308, '_elementor_template_type', 'wp-page'),
(2221, 308, '_elementor_version', '3.29.2'),
(2222, 308, '_wp_page_template', 'default'),
(2223, 308, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2224, 308, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table] \"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2226, 308, '_elementor_edit_mode', 'builder'),
(2227, 309, '_elementor_template_type', 'wp-page'),
(2228, 309, '_elementor_version', '3.29.2'),
(2229, 309, '_wp_page_template', 'default'),
(2230, 309, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2231, 309, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2233, 309, '_elementor_edit_mode', 'builder'),
(2236, 310, '_elementor_template_type', 'wp-page'),
(2237, 310, '_elementor_version', '3.29.2'),
(2238, 310, '_wp_page_template', 'default'),
(2239, 310, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2240, 310, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2242, 310, '_elementor_edit_mode', 'builder'),
(2245, 311, '_elementor_template_type', 'wp-page'),
(2246, 311, '_elementor_version', '3.29.2'),
(2247, 311, '_wp_page_template', 'default'),
(2248, 311, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2249, 311, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2251, 311, '_elementor_edit_mode', 'builder'),
(2254, 312, '_elementor_template_type', 'wp-page'),
(2255, 312, '_elementor_version', '3.29.2'),
(2256, 312, '_wp_page_template', 'default'),
(2257, 312, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2258, 312, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2260, 312, '_elementor_edit_mode', 'builder'),
(2265, 313, '_elementor_template_type', 'wp-page'),
(2266, 313, '_elementor_version', '3.29.2'),
(2267, 313, '_wp_page_template', 'default'),
(2268, 313, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2269, 313, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2271, 313, '_elementor_edit_mode', 'builder'),
(2274, 314, '_elementor_template_type', 'wp-page'),
(2275, 314, '_elementor_version', '3.29.2'),
(2276, 314, '_wp_page_template', 'default'),
(2277, 314, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2278, 314, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2280, 314, '_elementor_edit_mode', 'builder'),
(2283, 315, '_elementor_template_type', 'wp-page'),
(2284, 315, '_elementor_version', '3.29.2'),
(2285, 315, '_wp_page_template', 'default'),
(2286, 315, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2287, 315, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2289, 315, '_elementor_edit_mode', 'builder'),
(2294, 316, '_wp_page_template', 'default'),
(2295, 316, '_elementor_edit_mode', 'builder'),
(2296, 316, '_elementor_template_type', 'wp-post'),
(2297, 316, '_elementor_version', '3.29.2'),
(2298, 316, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2302, 317, '_wp_page_template', 'default'),
(2303, 317, '_elementor_edit_mode', 'builder'),
(2304, 317, '_elementor_template_type', 'wp-post'),
(2305, 317, '_elementor_version', '3.29.2'),
(2306, 317, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2310, 318, '_wp_page_template', 'default'),
(2311, 318, '_elementor_edit_mode', 'builder'),
(2312, 318, '_elementor_template_type', 'wp-post'),
(2313, 318, '_elementor_version', '3.29.2'),
(2314, 318, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2318, 319, '_wp_page_template', 'default'),
(2319, 319, '_elementor_edit_mode', 'builder'),
(2320, 319, '_elementor_template_type', 'wp-post'),
(2321, 319, '_elementor_version', '3.29.2'),
(2322, 319, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2323, 320, '_wp_page_template', 'default'),
(2324, 320, '_elementor_edit_mode', 'builder'),
(2325, 320, '_elementor_template_type', 'wp-post'),
(2326, 320, '_elementor_version', '3.29.2'),
(2327, 320, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2328, 321, '_wp_page_template', 'default'),
(2329, 321, '_elementor_edit_mode', 'builder'),
(2330, 321, '_elementor_template_type', 'wp-post'),
(2331, 321, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2332, 321, '_elementor_data', '[{\"id\":\"d86adee\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\"},\"elements\":[{\"id\":\"57fb439\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"1cb29f2\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"424e121\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"4278d83\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":10,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"3ebf887\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f0712d1\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"button_background_hover_color\":\"#294B81\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"56f3293\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2344, 322, '_elementor_template_type', 'wp-page'),
(2345, 322, '_elementor_version', '3.29.2'),
(2346, 322, '_wp_page_template', 'default'),
(2347, 322, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2348, 322, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2349, 322, '_elementor_edit_mode', 'builder'),
(2353, 323, '_elementor_template_type', 'wp-page'),
(2354, 323, '_elementor_version', '3.29.2'),
(2355, 323, '_wp_page_template', 'default'),
(2356, 323, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2357, 323, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2358, 323, '_elementor_edit_mode', 'builder'),
(2362, 324, '_elementor_template_type', 'wp-page'),
(2363, 324, '_elementor_version', '3.29.2'),
(2364, 324, '_wp_page_template', 'default'),
(2365, 324, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2366, 324, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2367, 324, '_elementor_edit_mode', 'builder'),
(2373, 325, '_elementor_template_type', 'wp-page'),
(2374, 325, '_elementor_version', '3.29.2'),
(2375, 325, '_wp_page_template', 'default'),
(2376, 325, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2377, 325, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2378, 325, '_elementor_edit_mode', 'builder'),
(2382, 326, '_elementor_template_type', 'wp-page'),
(2383, 326, '_elementor_version', '3.29.2'),
(2384, 326, '_wp_page_template', 'default'),
(2385, 326, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2386, 326, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"d0e4cb5\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2387, 326, '_elementor_edit_mode', 'builder'),
(2391, 327, '_elementor_template_type', 'wp-page'),
(2392, 327, '_elementor_version', '3.29.2'),
(2393, 327, '_wp_page_template', 'default'),
(2394, 327, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2395, 327, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2396, 327, '_elementor_edit_mode', 'builder'),
(2400, 328, '_elementor_template_type', 'wp-page'),
(2401, 328, '_elementor_version', '3.29.2'),
(2402, 328, '_wp_page_template', 'default'),
(2403, 328, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2404, 328, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2405, 328, '_elementor_edit_mode', 'builder'),
(2407, 329, '_elementor_template_type', 'wp-page'),
(2408, 329, '_elementor_version', '3.29.2'),
(2409, 329, '_wp_page_template', 'default'),
(2410, 329, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2411, 329, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2412, 329, '_elementor_edit_mode', 'builder'),
(2414, 330, '_elementor_template_type', 'wp-page'),
(2415, 330, '_elementor_version', '3.29.2'),
(2416, 330, '_wp_page_template', 'default'),
(2417, 330, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2418, 330, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2419, 330, '_elementor_edit_mode', 'builder'),
(2423, 331, '_elementor_template_type', 'wp-page'),
(2424, 331, '_elementor_version', '3.29.2'),
(2425, 331, '_wp_page_template', 'default'),
(2426, 331, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2427, 331, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2428, 331, '_elementor_edit_mode', 'builder'),
(2432, 332, '_elementor_template_type', 'wp-page'),
(2433, 332, '_elementor_version', '3.29.2'),
(2434, 332, '_wp_page_template', 'default'),
(2435, 332, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2436, 332, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2437, 332, '_elementor_edit_mode', 'builder'),
(2441, 333, '_elementor_template_type', 'wp-page'),
(2442, 333, '_elementor_version', '3.29.2'),
(2443, 333, '_wp_page_template', 'default'),
(2444, 333, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2445, 333, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2446, 333, '_elementor_edit_mode', 'builder'),
(2462, 334, '_elementor_template_type', 'wp-page'),
(2463, 334, '_elementor_version', '3.29.2'),
(2464, 334, '_wp_page_template', 'default'),
(2465, 334, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2466, 334, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2467, 334, '_elementor_edit_mode', 'builder'),
(2471, 335, '_elementor_template_type', 'wp-page'),
(2472, 335, '_elementor_version', '3.29.2'),
(2473, 335, '_wp_page_template', 'default'),
(2474, 335, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2475, 335, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"ec7fcd4\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2476, 335, '_elementor_edit_mode', 'builder'),
(2480, 336, '_elementor_template_type', 'wp-page'),
(2481, 336, '_elementor_version', '3.29.2'),
(2482, 336, '_wp_page_template', 'default'),
(2483, 336, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2484, 336, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2485, 336, '_elementor_edit_mode', 'builder'),
(2491, 337, '_elementor_template_type', 'wp-page'),
(2492, 337, '_elementor_version', '3.29.2'),
(2493, 337, '_wp_page_template', 'default'),
(2494, 337, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2495, 337, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2496, 337, '_elementor_edit_mode', 'builder'),
(2500, 338, '_elementor_template_type', 'wp-page'),
(2501, 338, '_elementor_version', '3.29.2'),
(2502, 338, '_wp_page_template', 'default'),
(2503, 338, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2504, 338, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2505, 338, '_elementor_edit_mode', 'builder'),
(2509, 339, '_elementor_template_type', 'wp-page'),
(2510, 339, '_elementor_version', '3.29.2'),
(2511, 339, '_wp_page_template', 'default'),
(2512, 339, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2513, 339, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2514, 339, '_elementor_edit_mode', 'builder'),
(2520, 340, '_elementor_template_type', 'wp-page'),
(2521, 340, '_elementor_version', '3.29.2'),
(2522, 340, '_wp_page_template', 'default'),
(2523, 340, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2524, 340, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2525, 340, '_elementor_edit_mode', 'builder'),
(2529, 341, '_elementor_template_type', 'wp-page'),
(2530, 341, '_elementor_version', '3.29.2'),
(2531, 341, '_wp_page_template', 'default'),
(2532, 341, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2533, 341, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2534, 341, '_elementor_edit_mode', 'builder'),
(2538, 342, '_elementor_template_type', 'wp-page'),
(2539, 342, '_elementor_version', '3.29.2'),
(2540, 342, '_wp_page_template', 'default'),
(2541, 342, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2542, 342, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2543, 342, '_elementor_edit_mode', 'builder'),
(2549, 343, '_elementor_template_type', 'wp-page'),
(2550, 343, '_elementor_version', '3.29.2'),
(2551, 343, '_wp_page_template', 'default'),
(2552, 343, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2553, 343, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2554, 343, '_elementor_edit_mode', 'builder'),
(2558, 344, '_elementor_template_type', 'wp-page'),
(2559, 344, '_elementor_version', '3.29.2'),
(2560, 344, '_wp_page_template', 'default'),
(2561, 344, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2562, 344, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2563, 344, '_elementor_edit_mode', 'builder'),
(2567, 345, '_elementor_template_type', 'wp-page'),
(2568, 345, '_elementor_version', '3.29.2'),
(2569, 345, '_wp_page_template', 'default'),
(2570, 345, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2571, 345, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2572, 345, '_elementor_edit_mode', 'builder'),
(2578, 346, '_wp_page_template', 'default'),
(2579, 346, '_elementor_edit_mode', 'builder'),
(2580, 346, '_elementor_template_type', 'wp-post'),
(2581, 346, '_elementor_version', '3.29.2'),
(2582, 346, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2586, 347, '_wp_page_template', 'default'),
(2587, 347, '_elementor_edit_mode', 'builder'),
(2588, 347, '_elementor_template_type', 'wp-post'),
(2589, 347, '_elementor_version', '3.29.2'),
(2590, 347, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2594, 348, '_wp_page_template', 'default'),
(2595, 348, '_elementor_edit_mode', 'builder'),
(2596, 348, '_elementor_template_type', 'wp-post'),
(2597, 348, '_elementor_version', '3.29.2'),
(2598, 348, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2604, 349, '_wp_page_template', 'default'),
(2605, 349, '_elementor_edit_mode', 'builder'),
(2606, 349, '_elementor_template_type', 'wp-post'),
(2607, 349, '_elementor_version', '3.29.2'),
(2608, 349, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2612, 350, '_wp_page_template', 'default'),
(2613, 350, '_elementor_edit_mode', 'builder'),
(2614, 350, '_elementor_template_type', 'wp-post'),
(2615, 350, '_elementor_version', '3.29.2'),
(2616, 350, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"log in\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2620, 351, '_wp_page_template', 'default'),
(2621, 351, '_elementor_edit_mode', 'builder'),
(2622, 351, '_elementor_template_type', 'wp-post'),
(2623, 351, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2624, 351, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2630, 352, '_elementor_template_type', 'wp-page'),
(2631, 352, '_elementor_version', '3.29.2'),
(2632, 352, '_wp_page_template', 'default'),
(2633, 352, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2634, 352, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2635, 352, '_elementor_edit_mode', 'builder'),
(2639, 353, '_elementor_template_type', 'wp-page'),
(2640, 353, '_elementor_version', '3.29.2'),
(2641, 353, '_wp_page_template', 'default'),
(2642, 353, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2643, 353, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"f4ad61b\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"28dfcb7\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":false},{\"id\":\"ed59e93\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"container_type\":\"grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"6e9f3e7\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1200,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2644, 353, '_elementor_edit_mode', 'builder'),
(2648, 354, '_elementor_template_type', 'wp-page'),
(2649, 354, '_elementor_version', '3.29.2'),
(2650, 354, '_wp_page_template', 'default'),
(2651, 354, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2652, 354, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2653, 354, '_elementor_edit_mode', 'builder'),
(2659, 355, '_elementor_template_type', 'wp-page'),
(2660, 355, '_elementor_version', '3.29.2'),
(2661, 355, '_wp_page_template', 'default'),
(2662, 355, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2663, 355, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2664, 355, '_elementor_edit_mode', 'builder'),
(2668, 356, '_elementor_template_type', 'wp-page'),
(2669, 356, '_elementor_version', '3.29.2'),
(2670, 356, '_wp_page_template', 'default'),
(2671, 356, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2672, 356, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2673, 356, '_elementor_edit_mode', 'builder'),
(2677, 357, '_elementor_template_type', 'wp-page'),
(2678, 357, '_elementor_version', '3.29.2'),
(2679, 357, '_wp_page_template', 'default'),
(2680, 357, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2681, 357, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2682, 357, '_elementor_edit_mode', 'builder'),
(2686, 358, '_wp_page_template', 'default'),
(2687, 358, '_elementor_edit_mode', 'builder'),
(2688, 358, '_elementor_template_type', 'wp-post'),
(2689, 358, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2690, 358, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2694, 359, '_wp_page_template', 'default'),
(2695, 359, '_elementor_edit_mode', 'builder'),
(2696, 359, '_elementor_template_type', 'wp-post'),
(2697, 359, '_elementor_version', '3.29.2'),
(2698, 359, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2702, 360, '_wp_page_template', 'default'),
(2703, 360, '_elementor_edit_mode', 'builder'),
(2704, 360, '_elementor_template_type', 'wp-post'),
(2705, 360, '_elementor_version', '3.29.2'),
(2706, 360, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(2712, 361, '_elementor_template_type', 'wp-page'),
(2713, 361, '_elementor_version', '3.29.2'),
(2714, 361, '_wp_page_template', 'default'),
(2715, 361, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2716, 361, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2717, 361, '_elementor_edit_mode', 'builder'),
(2719, 362, '_elementor_template_type', 'wp-page'),
(2720, 362, '_elementor_version', '3.29.2'),
(2721, 362, '_wp_page_template', 'default'),
(2722, 362, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2723, 362, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2724, 362, '_elementor_edit_mode', 'builder'),
(2726, 363, '_elementor_template_type', 'wp-page'),
(2727, 363, '_elementor_version', '3.29.2'),
(2728, 363, '_wp_page_template', 'default'),
(2729, 363, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2730, 363, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2731, 363, '_elementor_edit_mode', 'builder'),
(2733, 364, '_elementor_template_type', 'wp-page'),
(2734, 364, '_elementor_version', '3.29.2'),
(2735, 364, '_wp_page_template', 'default'),
(2736, 364, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2737, 364, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2738, 364, '_elementor_edit_mode', 'builder'),
(2740, 365, '_elementor_template_type', 'wp-page'),
(2741, 365, '_elementor_version', '3.29.2'),
(2742, 365, '_wp_page_template', 'default'),
(2743, 365, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2744, 365, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1306,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2745, 365, '_elementor_edit_mode', 'builder'),
(2747, 366, '_elementor_template_type', 'wp-page'),
(2748, 366, '_elementor_version', '3.29.2'),
(2749, 366, '_wp_page_template', 'default'),
(2750, 366, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2751, 366, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2752, 366, '_elementor_edit_mode', 'builder'),
(2756, 367, '_elementor_template_type', 'wp-page'),
(2757, 367, '_elementor_version', '3.29.2'),
(2758, 367, '_wp_page_template', 'default'),
(2759, 367, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2760, 367, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2761, 367, '_elementor_edit_mode', 'builder'),
(2765, 368, '_elementor_template_type', 'wp-page'),
(2766, 368, '_elementor_version', '3.29.2'),
(2767, 368, '_wp_page_template', 'default'),
(2768, 368, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2769, 368, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2770, 368, '_elementor_edit_mode', 'builder'),
(2774, 369, '_elementor_template_type', 'wp-page'),
(2775, 369, '_elementor_version', '3.29.2'),
(2776, 369, '_wp_page_template', 'default'),
(2777, 369, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2778, 369, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2779, 369, '_elementor_edit_mode', 'builder'),
(2785, 370, '_elementor_template_type', 'wp-page'),
(2786, 370, '_elementor_version', '3.29.2'),
(2787, 370, '_wp_page_template', 'default'),
(2788, 370, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2789, 370, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2790, 370, '_elementor_edit_mode', 'builder'),
(2794, 371, '_elementor_template_type', 'wp-page'),
(2795, 371, '_elementor_version', '3.29.2'),
(2796, 371, '_wp_page_template', 'default'),
(2797, 371, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2798, 371, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1300,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2799, 371, '_elementor_edit_mode', 'builder'),
(2803, 372, '_elementor_template_type', 'wp-page'),
(2804, 372, '_elementor_version', '3.29.2'),
(2805, 372, '_wp_page_template', 'default'),
(2806, 372, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2807, 372, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2808, 372, '_elementor_edit_mode', 'builder'),
(2823, 374, '_elementor_template_type', 'wp-page'),
(2824, 374, '_elementor_version', '3.29.2'),
(2825, 374, '_wp_page_template', 'default'),
(2826, 374, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2827, 374, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2828, 374, '_elementor_edit_mode', 'builder'),
(2831, 375, '_elementor_template_type', 'wp-page'),
(2832, 375, '_elementor_version', '3.29.2'),
(2833, 375, '_wp_page_template', 'default'),
(2834, 375, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2835, 375, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2836, 375, '_elementor_edit_mode', 'builder'),
(2839, 376, '_elementor_template_type', 'wp-page'),
(2840, 376, '_elementor_version', '3.29.2'),
(2841, 376, '_wp_page_template', 'default'),
(2842, 376, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2843, 376, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2844, 376, '_elementor_edit_mode', 'builder'),
(2849, 377, '_elementor_template_type', 'wp-page'),
(2850, 377, '_elementor_version', '3.29.2'),
(2851, 377, '_wp_page_template', 'default'),
(2852, 377, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2853, 377, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2854, 377, '_elementor_edit_mode', 'builder'),
(2858, 378, '_elementor_template_type', 'wp-page'),
(2859, 378, '_elementor_version', '3.29.2'),
(2860, 378, '_wp_page_template', 'default'),
(2861, 378, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2862, 378, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2863, 378, '_elementor_edit_mode', 'builder'),
(2867, 379, '_elementor_template_type', 'wp-page'),
(2868, 379, '_elementor_version', '3.29.2'),
(2869, 379, '_wp_page_template', 'default');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2870, 379, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2871, 379, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2872, 379, '_elementor_edit_mode', 'builder'),
(2878, 380, '_elementor_template_type', 'wp-page'),
(2879, 380, '_elementor_version', '3.29.2'),
(2880, 380, '_wp_page_template', 'default'),
(2881, 380, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2882, 380, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2883, 380, '_elementor_edit_mode', 'builder'),
(2887, 381, '_elementor_template_type', 'wp-page'),
(2888, 381, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2889, 381, '_wp_page_template', 'default'),
(2890, 381, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2891, 381, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":360,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2892, 381, '_elementor_edit_mode', 'builder'),
(2896, 382, '_elementor_template_type', 'wp-page'),
(2897, 382, '_elementor_version', '3.29.2'),
(2898, 382, '_wp_page_template', 'default'),
(2899, 382, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2900, 382, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2901, 382, '_elementor_edit_mode', 'builder'),
(2907, 383, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2908, 383, '_elementor_version', '3.29.2'),
(2909, 383, '_wp_page_template', 'default'),
(2910, 383, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2911, 383, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2912, 383, '_elementor_edit_mode', 'builder'),
(2916, 384, '_elementor_template_type', 'wp-page'),
(2917, 384, '_elementor_version', '3.29.2'),
(2918, 384, '_wp_page_template', 'default'),
(2919, 384, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2920, 384, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":500,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2921, 384, '_elementor_edit_mode', 'builder');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2925, 385, '_elementor_template_type', 'wp-page'),
(2926, 385, '_elementor_version', '3.29.2'),
(2927, 385, '_wp_page_template', 'default'),
(2928, 385, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(2929, 385, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2930, 385, '_elementor_edit_mode', 'builder'),
(2936, 386, '_elementor_template_type', 'wp-page'),
(2937, 386, '_elementor_version', '3.29.2'),
(2938, 386, '_wp_page_template', 'default'),
(2939, 386, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2940, 386, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2941, 386, '_elementor_edit_mode', 'builder'),
(2945, 387, '_elementor_template_type', 'wp-page'),
(2946, 387, '_elementor_version', '3.29.2'),
(2947, 387, '_wp_page_template', 'default'),
(2948, 387, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2949, 387, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null}},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2950, 387, '_elementor_edit_mode', 'builder'),
(2954, 388, '_elementor_template_type', 'wp-page'),
(2955, 388, '_elementor_version', '3.29.2'),
(2956, 388, '_wp_page_template', 'default'),
(2957, 388, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2958, 388, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2959, 388, '_elementor_edit_mode', 'builder'),
(2965, 389, '_elementor_template_type', 'wp-page'),
(2966, 389, '_elementor_version', '3.29.2'),
(2967, 389, '_wp_page_template', 'default'),
(2968, 389, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2969, 389, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2970, 389, '_elementor_edit_mode', 'builder'),
(2974, 390, '_elementor_template_type', 'wp-page'),
(2975, 390, '_elementor_version', '3.29.2'),
(2976, 390, '_wp_page_template', 'default'),
(2977, 390, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2978, 390, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2979, 390, '_elementor_edit_mode', 'builder'),
(2983, 391, '_elementor_template_type', 'wp-page'),
(2984, 391, '_elementor_version', '3.29.2'),
(2985, 391, '_wp_page_template', 'default'),
(2986, 391, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2987, 391, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2988, 391, '_elementor_edit_mode', 'builder'),
(2992, 392, '_elementor_template_type', 'wp-page'),
(2993, 392, '_elementor_version', '3.29.2'),
(2994, 392, '_wp_page_template', 'default'),
(2995, 392, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(2996, 392, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(2997, 392, '_elementor_edit_mode', 'builder'),
(2999, 393, '_elementor_template_type', 'wp-page'),
(3000, 393, '_elementor_version', '3.29.2'),
(3001, 393, '_wp_page_template', 'default'),
(3002, 393, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3003, 393, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3004, 393, '_elementor_edit_mode', 'builder'),
(3006, 394, '_elementor_template_type', 'wp-page'),
(3007, 394, '_elementor_version', '3.29.2'),
(3008, 394, '_wp_page_template', 'default'),
(3009, 394, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3010, 394, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3011, 394, '_elementor_edit_mode', 'builder'),
(3015, 395, '_elementor_template_type', 'wp-page'),
(3016, 395, '_elementor_version', '3.29.2'),
(3017, 395, '_wp_page_template', 'default'),
(3018, 395, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3019, 395, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3020, 395, '_elementor_edit_mode', 'builder'),
(3024, 396, '_elementor_template_type', 'wp-page'),
(3025, 396, '_elementor_version', '3.29.2'),
(3026, 396, '_wp_page_template', 'default'),
(3027, 396, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3028, 396, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1440,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3029, 396, '_elementor_edit_mode', 'builder'),
(3033, 397, '_elementor_template_type', 'wp-page'),
(3034, 397, '_elementor_version', '3.29.2'),
(3035, 397, '_wp_page_template', 'default'),
(3036, 397, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3037, 397, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3038, 397, '_elementor_edit_mode', 'builder'),
(3042, 398, '_elementor_template_type', 'wp-page'),
(3043, 398, '_elementor_version', '3.29.2'),
(3044, 398, '_wp_page_template', 'default'),
(3045, 398, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3046, 398, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3047, 398, '_elementor_edit_mode', 'builder'),
(3049, 399, '_elementor_template_type', 'wp-page'),
(3050, 399, '_elementor_version', '3.29.2'),
(3051, 399, '_wp_page_template', 'default'),
(3052, 399, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3053, 399, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3054, 399, '_elementor_edit_mode', 'builder'),
(3056, 400, '_elementor_template_type', 'wp-page'),
(3057, 400, '_elementor_version', '3.29.2'),
(3058, 400, '_wp_page_template', 'default'),
(3059, 400, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3060, 400, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3061, 400, '_elementor_edit_mode', 'builder'),
(3065, 401, '_elementor_template_type', 'wp-page'),
(3066, 401, '_elementor_version', '3.29.2'),
(3067, 401, '_wp_page_template', 'default'),
(3068, 401, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3069, 401, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3070, 401, '_elementor_edit_mode', 'builder'),
(3074, 402, '_elementor_template_type', 'wp-page'),
(3075, 402, '_elementor_version', '3.29.2'),
(3076, 402, '_wp_page_template', 'default'),
(3077, 402, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3078, 402, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3079, 402, '_elementor_edit_mode', 'builder'),
(3083, 403, '_elementor_template_type', 'wp-page'),
(3084, 403, '_elementor_version', '3.29.2'),
(3085, 403, '_wp_page_template', 'default'),
(3086, 403, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3087, 403, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3088, 403, '_elementor_edit_mode', 'builder'),
(3094, 404, '_elementor_template_type', 'wp-page'),
(3095, 404, '_elementor_version', '3.29.2'),
(3096, 404, '_wp_page_template', 'default'),
(3097, 404, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3098, 404, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3099, 404, '_elementor_edit_mode', 'builder'),
(3103, 405, '_elementor_template_type', 'wp-page'),
(3104, 405, '_elementor_version', '3.29.2'),
(3105, 405, '_wp_page_template', 'default'),
(3106, 405, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3107, 405, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3108, 405, '_elementor_edit_mode', 'builder'),
(3112, 406, '_elementor_template_type', 'wp-page'),
(3113, 406, '_elementor_version', '3.29.2'),
(3114, 406, '_wp_page_template', 'default'),
(3115, 406, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3116, 406, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3117, 406, '_elementor_edit_mode', 'builder'),
(3121, 407, '_elementor_template_type', 'wp-page'),
(3122, 407, '_elementor_version', '3.29.2'),
(3123, 407, '_wp_page_template', 'default'),
(3124, 407, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3125, 407, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3126, 407, '_elementor_edit_mode', 'builder'),
(3128, 408, '_elementor_template_type', 'wp-page'),
(3129, 408, '_elementor_version', '3.29.2'),
(3130, 408, '_wp_page_template', 'default'),
(3131, 408, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3132, 408, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3133, 408, '_elementor_edit_mode', 'builder'),
(3135, 409, '_elementor_template_type', 'wp-page'),
(3136, 409, '_elementor_version', '3.29.2'),
(3137, 409, '_wp_page_template', 'default'),
(3138, 409, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3139, 409, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3140, 409, '_elementor_edit_mode', 'builder'),
(3142, 410, '_elementor_template_type', 'wp-page'),
(3143, 410, '_elementor_version', '3.29.2'),
(3144, 410, '_wp_page_template', 'default'),
(3145, 410, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3146, 410, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3147, 410, '_elementor_edit_mode', 'builder'),
(3149, 411, '_elementor_template_type', 'wp-page'),
(3150, 411, '_elementor_version', '3.29.2'),
(3151, 411, '_wp_page_template', 'default'),
(3152, 411, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3153, 411, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3154, 411, '_elementor_edit_mode', 'builder'),
(3156, 412, '_elementor_template_type', 'wp-page'),
(3157, 412, '_elementor_version', '3.29.2'),
(3158, 412, '_wp_page_template', 'default'),
(3159, 412, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3160, 412, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3161, 412, '_elementor_edit_mode', 'builder'),
(3165, 413, '_elementor_template_type', 'wp-page'),
(3166, 413, '_elementor_version', '3.29.2'),
(3167, 413, '_wp_page_template', 'default'),
(3168, 413, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3169, 413, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3170, 413, '_elementor_edit_mode', 'builder'),
(3174, 414, '_elementor_template_type', 'wp-page'),
(3175, 414, '_elementor_version', '3.29.2'),
(3176, 414, '_wp_page_template', 'default'),
(3177, 414, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3178, 414, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":350,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":364,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3179, 414, '_elementor_edit_mode', 'builder'),
(3183, 415, '_elementor_template_type', 'wp-page'),
(3184, 415, '_elementor_version', '3.29.2'),
(3185, 415, '_wp_page_template', 'default'),
(3186, 415, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3187, 415, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3188, 415, '_elementor_edit_mode', 'builder'),
(3194, 416, '_elementor_template_type', 'wp-page'),
(3195, 416, '_elementor_version', '3.29.2'),
(3196, 416, '_wp_page_template', 'default'),
(3197, 416, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3198, 416, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3199, 416, '_elementor_edit_mode', 'builder'),
(3203, 417, '_elementor_template_type', 'wp-page'),
(3204, 417, '_elementor_version', '3.29.2'),
(3205, 417, '_wp_page_template', 'default'),
(3206, 417, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3207, 417, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3208, 417, '_elementor_edit_mode', 'builder'),
(3212, 418, '_elementor_template_type', 'wp-page'),
(3213, 418, '_elementor_version', '3.29.2'),
(3214, 418, '_wp_page_template', 'default'),
(3215, 418, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3216, 418, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3217, 418, '_elementor_edit_mode', 'builder'),
(3223, 419, '_elementor_template_type', 'wp-page'),
(3224, 419, '_elementor_version', '3.29.2'),
(3225, 419, '_wp_page_template', 'default'),
(3226, 419, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3227, 419, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3228, 419, '_elementor_edit_mode', 'builder'),
(3232, 420, '_elementor_template_type', 'wp-page'),
(3233, 420, '_elementor_version', '3.29.2'),
(3234, 420, '_wp_page_template', 'default'),
(3235, 420, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3236, 420, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3237, 420, '_elementor_edit_mode', 'builder'),
(3241, 421, '_elementor_template_type', 'wp-page'),
(3242, 421, '_elementor_version', '3.29.2'),
(3243, 421, '_wp_page_template', 'default'),
(3244, 421, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3245, 421, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3246, 421, '_elementor_edit_mode', 'builder'),
(3252, 422, '_elementor_template_type', 'wp-page'),
(3253, 422, '_elementor_version', '3.29.2'),
(3254, 422, '_wp_page_template', 'default'),
(3255, 422, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3256, 422, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3257, 422, '_elementor_edit_mode', 'builder'),
(3261, 423, '_elementor_template_type', 'wp-page'),
(3262, 423, '_elementor_version', '3.29.2'),
(3263, 423, '_wp_page_template', 'default'),
(3264, 423, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3265, 423, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"da22656\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3266, 423, '_elementor_edit_mode', 'builder'),
(3270, 424, '_elementor_template_type', 'wp-page'),
(3271, 424, '_elementor_version', '3.29.2'),
(3272, 424, '_wp_page_template', 'default'),
(3273, 424, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(3274, 424, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3275, 424, '_elementor_edit_mode', 'builder'),
(3281, 425, '_wp_page_template', 'default'),
(3282, 425, '_elementor_edit_mode', 'builder'),
(3283, 425, '_elementor_template_type', 'wp-post'),
(3284, 425, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3285, 425, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3289, 426, '_wp_page_template', 'default'),
(3290, 426, '_elementor_edit_mode', 'builder'),
(3291, 426, '_elementor_template_type', 'wp-post'),
(3292, 426, '_elementor_version', '3.29.2'),
(3293, 426, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3297, 427, '_wp_page_template', 'default'),
(3298, 427, '_elementor_edit_mode', 'builder'),
(3299, 427, '_elementor_template_type', 'wp-post'),
(3300, 427, '_elementor_version', '3.29.2'),
(3301, 427, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3307, 428, '_wp_page_template', 'default'),
(3308, 428, '_elementor_edit_mode', 'builder'),
(3309, 428, '_elementor_template_type', 'wp-post'),
(3310, 428, '_elementor_version', '3.29.2'),
(3311, 428, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3315, 429, '_wp_page_template', 'default'),
(3316, 429, '_elementor_edit_mode', 'builder'),
(3317, 429, '_elementor_template_type', 'wp-post'),
(3318, 429, '_elementor_version', '3.29.2'),
(3319, 429, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"left\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3323, 430, '_wp_page_template', 'default'),
(3324, 430, '_elementor_edit_mode', 'builder'),
(3325, 430, '_elementor_template_type', 'wp-post'),
(3326, 430, '_elementor_version', '3.29.2'),
(3327, 430, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3333, 431, '_wp_page_template', 'default'),
(3334, 431, '_elementor_edit_mode', 'builder'),
(3335, 431, '_elementor_template_type', 'wp-post'),
(3336, 431, '_elementor_version', '3.29.2'),
(3337, 431, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3341, 432, '_wp_page_template', 'default'),
(3342, 432, '_elementor_edit_mode', 'builder'),
(3343, 432, '_elementor_template_type', 'wp-post'),
(3344, 432, '_elementor_version', '3.29.2'),
(3345, 432, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3349, 433, '_wp_page_template', 'default'),
(3350, 433, '_elementor_edit_mode', 'builder'),
(3351, 433, '_elementor_template_type', 'wp-post'),
(3352, 433, '_elementor_version', '3.29.2'),
(3353, 433, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3359, 434, '_wp_page_template', 'default'),
(3360, 434, '_elementor_edit_mode', 'builder'),
(3361, 434, '_elementor_template_type', 'wp-post'),
(3362, 434, '_elementor_version', '3.29.2'),
(3363, 434, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3367, 435, '_wp_page_template', 'default'),
(3368, 435, '_elementor_edit_mode', 'builder'),
(3369, 435, '_elementor_template_type', 'wp-post'),
(3370, 435, '_elementor_version', '3.29.2'),
(3371, 435, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]}},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3375, 436, '_wp_page_template', 'default'),
(3376, 436, '_elementor_edit_mode', 'builder'),
(3377, 436, '_elementor_template_type', 'wp-post'),
(3378, 436, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3379, 436, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3386, 437, '_wp_page_template', 'default'),
(3387, 437, '_elementor_edit_mode', 'builder'),
(3388, 437, '_elementor_template_type', 'wp-post'),
(3389, 437, '_elementor_version', '3.29.2'),
(3390, 437, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3394, 438, '_wp_page_template', 'default'),
(3395, 438, '_elementor_edit_mode', 'builder'),
(3396, 438, '_elementor_template_type', 'wp-post'),
(3397, 438, '_elementor_version', '3.29.2'),
(3398, 438, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"0\",\"bottom\":\"10\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3402, 439, '_wp_page_template', 'default'),
(3403, 439, '_elementor_edit_mode', 'builder'),
(3404, 439, '_elementor_template_type', 'wp-post'),
(3405, 439, '_elementor_version', '3.29.2'),
(3406, 439, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3412, 440, '_wp_page_template', 'default'),
(3413, 440, '_elementor_edit_mode', 'builder'),
(3414, 440, '_elementor_template_type', 'wp-post'),
(3415, 440, '_elementor_version', '3.29.2'),
(3416, 440, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3420, 441, '_wp_page_template', 'default'),
(3421, 441, '_elementor_edit_mode', 'builder'),
(3422, 441, '_elementor_template_type', 'wp-post'),
(3423, 441, '_elementor_version', '3.29.2'),
(3424, 441, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":80,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3428, 442, '_wp_page_template', 'default'),
(3429, 442, '_elementor_edit_mode', 'builder'),
(3430, 442, '_elementor_template_type', 'wp-post'),
(3431, 442, '_elementor_version', '3.29.2'),
(3432, 442, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3443, 443, '_wp_trash_meta_status', 'publish'),
(3444, 443, '_wp_trash_meta_time', '1749629950'),
(3445, 444, '_wp_page_template', 'default'),
(3446, 444, '_elementor_edit_mode', 'builder'),
(3447, 444, '_elementor_template_type', 'wp-post'),
(3448, 444, '_elementor_version', '3.29.2'),
(3449, 444, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3453, 445, '_wp_page_template', 'default'),
(3454, 445, '_elementor_edit_mode', 'builder'),
(3455, 445, '_elementor_template_type', 'wp-post'),
(3456, 445, '_elementor_version', '3.29.2'),
(3457, 445, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":40,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3461, 446, '_wp_page_template', 'default'),
(3462, 446, '_elementor_edit_mode', 'builder'),
(3463, 446, '_elementor_template_type', 'wp-post'),
(3464, 446, '_elementor_version', '3.29.2'),
(3465, 446, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"navmenu_align\":\"center\",\"full_width_dropdown\":\"\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3473, 447, '_wp_page_template', 'default'),
(3474, 447, '_elementor_edit_mode', 'builder'),
(3475, 447, '_elementor_template_type', 'wp-post'),
(3476, 447, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3477, 447, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"navmenu_align\":\"center\",\"full_width_dropdown\":\"\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3481, 448, '_wp_page_template', 'default'),
(3482, 448, '_elementor_edit_mode', 'builder'),
(3483, 448, '_elementor_template_type', 'wp-post'),
(3484, 448, '_elementor_version', '3.29.2'),
(3485, 448, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"navmenu_align\":\"center\",\"full_width_dropdown\":\"\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3489, 449, '_wp_page_template', 'default'),
(3490, 449, '_elementor_edit_mode', 'builder'),
(3491, 449, '_elementor_template_type', 'wp-post'),
(3492, 449, '_elementor_version', '3.29.2'),
(3493, 449, '_elementor_data', '[{\"id\":\"8247ad8\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"row\",\"boxed_width\":{\"unit\":\"px\",\"size\":1344,\"sizes\":[]},\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"background_background\":\"classic\",\"background_color\":\"#0F2347\",\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"52d3f40\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"flex_justify_content\":\"flex-start\",\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":201,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":73,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"2b2e6fc\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"site_logo_size_size\":\"full\",\"align\":\"\",\"_flex_align_self\":\"flex-start\"},\"elements\":[],\"widgetType\":\"site-logo\"}],\"isInner\":true},{\"id\":\"d48da1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":70,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-end\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"f1c31d4\",\"elType\":\"widget\",\"settings\":{\"menu\":\"menu\",\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#FFFFFF\",\"color_menu_item_hover\":\"#DEC256\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":8,\"sizes\":[]},\"navmenu_align\":\"center\",\"padding_vertical_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"schema_support\":\"yes\"},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"1e9212d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":20,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"21623cc\",\"elType\":\"widget\",\"settings\":{\"text\":\"Log In\",\"button_text_color\":\"#FFFFFFF2\",\"background_color\":\"#61CE7000\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#FFFFFF\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"login\",\"link\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/login\\/\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},\"elements\":[],\"widgetType\":\"button\"},{\"id\":\"9b3efa3\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join IAF\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"500\",\"button_text_color\":\"#FFFFFF\",\"background_color\":\"#DEC256\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#3C3C3C\",\"border_radius\":{\"unit\":\"px\",\"top\":\"5\",\"right\":\"5\",\"bottom\":\"5\",\"left\":\"5\",\"isLinked\":true},\"_css_classes\":\"joiniaf\"},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":false}]'),
(3499, 8, 'astra-migrate-meta-layouts', 'set'),
(3500, 450, '_wp_trash_meta_status', 'publish'),
(3501, 450, '_wp_trash_meta_time', '1749630583'),
(3502, 451, '_wp_trash_meta_status', 'publish'),
(3503, 451, '_wp_trash_meta_time', '1749630597'),
(3504, 100, 'astra-migrate-meta-layouts', 'set'),
(3508, 65, '_edit_last', '1'),
(3510, 65, 'site-content-style', 'default'),
(3511, 65, 'site-sidebar-style', 'default'),
(3513, 65, 'theme-transparent-header-meta', 'default'),
(3514, 452, '_elementor_edit_mode', 'builder'),
(3515, 452, '_elementor_template_type', 'wp-page'),
(3516, 452, '_elementor_version', '3.29.2'),
(3517, 452, '_wp_page_template', 'default'),
(3518, 452, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(3519, 452, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3523, 65, 'astra-migrate-meta-layouts', 'set'),
(3524, 453, '_elementor_edit_mode', 'builder'),
(3525, 453, '_elementor_template_type', 'wp-page'),
(3526, 453, '_elementor_version', '3.29.2'),
(3527, 453, '_wp_page_template', 'default'),
(3528, 453, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3529, 453, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3533, 454, '_wp_trash_meta_status', 'publish'),
(3534, 454, '_wp_trash_meta_time', '1749634775'),
(3535, 455, '_wp_trash_meta_status', 'publish'),
(3536, 455, '_wp_trash_meta_time', '1749634815'),
(3537, 456, '_edit_lock', '1749634865:1'),
(3538, 456, '_wp_trash_meta_status', 'publish'),
(3539, 456, '_wp_trash_meta_time', '1749634888'),
(3540, 457, '_wp_trash_meta_status', 'publish'),
(3541, 457, '_wp_trash_meta_time', '1749635083'),
(3556, 65, '_hide_title', '1'),
(3559, 458, '_elementor_template_type', 'wp-page'),
(3560, 458, '_elementor_version', '3.29.2'),
(3561, 458, '_wp_page_template', 'default'),
(3562, 458, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(3563, 458, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3564, 458, '_elementor_edit_mode', 'builder'),
(3568, 459, '_elementor_template_type', 'wp-page'),
(3569, 459, '_elementor_version', '3.29.2'),
(3570, 459, '_wp_page_template', 'default'),
(3571, 459, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3572, 459, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3573, 459, '_elementor_edit_mode', 'builder'),
(3577, 460, '_elementor_template_type', 'wp-page'),
(3578, 460, '_elementor_version', '3.29.2'),
(3579, 460, '_wp_page_template', 'default'),
(3580, 460, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(3581, 460, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3582, 460, '_elementor_edit_mode', 'builder'),
(3588, 461, '_elementor_template_type', 'wp-page'),
(3589, 461, '_elementor_version', '3.29.2'),
(3590, 461, '_wp_page_template', 'default'),
(3591, 461, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3592, 461, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3593, 461, '_elementor_edit_mode', 'builder'),
(3597, 462, '_elementor_template_type', 'wp-page'),
(3598, 462, '_elementor_version', '3.29.2'),
(3599, 462, '_wp_page_template', 'default'),
(3600, 462, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(3601, 462, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3602, 462, '_elementor_edit_mode', 'builder'),
(3606, 463, '_elementor_template_type', 'wp-page'),
(3607, 463, '_elementor_version', '3.29.2'),
(3608, 463, '_wp_page_template', 'default'),
(3609, 463, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3610, 463, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eecf9bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3611, 463, '_elementor_edit_mode', 'builder'),
(3617, 464, '_elementor_template_type', 'wp-page'),
(3618, 464, '_elementor_version', '3.29.2'),
(3619, 464, '_wp_page_template', 'default'),
(3620, 464, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3621, 464, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eecf9bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3622, 464, '_elementor_edit_mode', 'builder'),
(3626, 465, '_elementor_template_type', 'wp-page'),
(3627, 465, '_elementor_version', '3.29.2'),
(3628, 465, '_wp_page_template', 'default'),
(3629, 465, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3630, 465, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"eecf9bc\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(3631, 465, '_elementor_edit_mode', 'builder'),
(3635, 466, '_elementor_template_type', 'wp-page'),
(3636, 466, '_elementor_version', '3.29.2'),
(3637, 466, '_wp_page_template', 'default'),
(3638, 466, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3639, 466, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3640, 466, '_elementor_edit_mode', 'builder'),
(3646, 467, '_elementor_template_type', 'wp-page'),
(3647, 467, '_elementor_version', '3.29.2'),
(3648, 467, '_wp_page_template', 'default'),
(3649, 467, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3650, 467, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3651, 467, '_elementor_edit_mode', 'builder'),
(3655, 468, '_elementor_template_type', 'wp-page'),
(3656, 468, '_elementor_version', '3.29.2'),
(3657, 468, '_wp_page_template', 'default'),
(3658, 468, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3659, 468, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3660, 468, '_elementor_edit_mode', 'builder'),
(3664, 469, '_elementor_template_type', 'wp-page'),
(3665, 469, '_elementor_version', '3.29.2'),
(3666, 469, '_wp_page_template', 'default'),
(3667, 469, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3668, 469, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3669, 469, '_elementor_edit_mode', 'builder'),
(3675, 470, '_elementor_template_type', 'wp-page'),
(3676, 470, '_elementor_version', '3.29.2'),
(3677, 470, '_wp_page_template', 'default'),
(3678, 470, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3679, 470, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3680, 470, '_elementor_edit_mode', 'builder'),
(3684, 471, '_elementor_template_type', 'wp-page'),
(3685, 471, '_elementor_version', '3.29.2'),
(3686, 471, '_wp_page_template', 'default'),
(3687, 471, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3688, 471, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3689, 471, '_elementor_edit_mode', 'builder'),
(3693, 472, '_elementor_template_type', 'wp-page'),
(3694, 472, '_elementor_version', '3.29.2'),
(3695, 472, '_wp_page_template', 'default'),
(3696, 472, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3697, 472, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3698, 472, '_elementor_edit_mode', 'builder'),
(3704, 473, '_elementor_template_type', 'wp-page'),
(3705, 473, '_elementor_version', '3.29.2'),
(3706, 473, '_wp_page_template', 'default'),
(3707, 473, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3708, 473, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3709, 473, '_elementor_edit_mode', 'builder'),
(3713, 474, '_elementor_template_type', 'wp-page'),
(3714, 474, '_elementor_version', '3.29.2'),
(3715, 474, '_wp_page_template', 'default'),
(3716, 474, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3717, 474, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3718, 474, '_elementor_edit_mode', 'builder'),
(3722, 475, '_elementor_template_type', 'wp-page'),
(3723, 475, '_elementor_version', '3.29.2'),
(3724, 475, '_wp_page_template', 'default'),
(3725, 475, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3726, 475, '_elementor_data', '[{\"id\":\"8837bab\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"flex-end\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"width\":{\"unit\":\"px\",\"size\":1140,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"margin\":{\"unit\":\"rem\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"4\",\"left\":\"0\",\"isLinked\":false},\"margin_tablet\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true},\"margin_mobile\":{\"unit\":\"rem\",\"top\":\"\",\"right\":\"\",\"bottom\":\"\",\"left\":\"\",\"isLinked\":true}},\"elements\":[{\"id\":\"89aeae3\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"fb54014\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"3d7c606\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"98997a7\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1168,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"background_color\":\"#0F2245\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"fd35dc0\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"08a426e\",\"elType\":\"widget\",\"settings\":{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\",\"id\":250,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"image_size\":\"full\",\"width\":{\"unit\":\"%\",\"size\":55,\"sizes\":[]},\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":129.621},\"_flex_size\":\"none\"},\"elements\":[],\"widgetType\":\"image\"}],\"isInner\":true},{\"id\":\"39ff54c\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"6db06f9\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p class=\\\"text-gray-300 text-lg leading-relaxed mb-6\\\">Our mission is to celebrate the richness of Indian films\\u2014spanning classics, regional gems, and contemporary blockbusters\\u2014while fostering community engagement and nurturing education, collaboration and funding opportunities.<\\/p><p class=\\\"text-gray-300 text-lg leading-relaxed\\\">Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.<\\/p>\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"inherit\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"1cb9958\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"72a61d2\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_direction\":\"row\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"background_background\":\"classic\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"25\",\"right\":\"10\",\"bottom\":\"20\",\"left\":\"10\",\"isLinked\":false},\"container_type\":\"grid\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_gaps\":{\"column\":\"20\",\"row\":\"20\",\"isLinked\":true,\"unit\":\"px\"},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"5981406\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"grid_outline\":\"\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"07f8122\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"6e5fbe1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"f8d4977\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"e9c5725\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"ba07f2c\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"8b60dfb\",\"elType\":\"widget\",\"settings\":{\"title\":\"Panel Discussions & Workshops\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1d7cd85\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"358e082\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"589192e\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fab fa-creative-commons-by\",\"library\":\"fa-brands\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"c7d49d5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Community Engagement \\u2013 Club IFA\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9b6bbc0\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"0f8da24\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"88e3b80\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-graduation-cap\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"aec7265\",\"elType\":\"widget\",\"settings\":{\"title\":\"Educational Initiatives\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"9971757\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"4e0d2da\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"cf312bd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-comments-dollar\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"a9e1965\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Investment & Funding\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"8588e7c\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"a1a2eab\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false}},\"elements\":[{\"id\":\"b670fb9\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f3f875c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking & Industry Support\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"6cf6ae5\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Monthly showcases of classics, hidden gems, and contemporary hits\",\"_id\":\"0d4600c\"},{\"text\":\"Annual Indian Film Festival highlighting diverse regional cinemas\",\"_id\":\"08a4ebf\"},{\"text\":\"Independent Indian Film Festival for full feature and shortfilms\",\"_id\":\"1ebdf03\"},{\"text\":\"Partnerships with local cinemas and cultural centres\",\"_id\":\"8e81619\"}],\"space_between\":{\"unit\":\"px\",\"size\":5,\"sizes\":[]},\"icon_color\":\"#DEC256\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"99d92e6\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"\",\"row\":\"\",\"isLinked\":true,\"unit\":\"px\",\"size\":null},\"margin\":{\"unit\":\"px\",\"top\":\"50\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"e3fe5ac\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"padding\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false},\"boxed_width\":{\"unit\":\"%\",\"size\":100,\"sizes\":[]},\"boxed_width_tablet\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"boxed_width_mobile\":{\"unit\":\"%\",\"size\":\"\",\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"9b4e463\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"b95b2f3\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"ed5cda8\",\"elType\":\"widget\",\"settings\":{\"title\":\"Why Join IFA?\",\"header_size\":\"h4\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":30,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"ae83396\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"9be6ad4\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"97fb322\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Connect with like-minded professionals and creatives\",\"_id\":\"0681140\"},{\"text\":\"Discover, experience and celebrate the hidden gems and iconic films\",\"_id\":\"0bac553\"},{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"a842b94\"},{\"text\":\"Participate and Contribute to the growth of Indian cinema in the UK and beyond\",\"_id\":\"1901296\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true},{\"id\":\"c38902d\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"be9f609\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Learn from industry leaders through workshops and discussions\",\"_id\":\"0681140\"},{\"text\":\"Discover opportunities to realise your filmy aspirations and dreams\",\"_id\":\"0bac553\"},{\"text\":\"Structured Investing opportunities in high-potential Indian film projects\",\"_id\":\"a842b94\"}],\"space_between\":{\"unit\":\"px\",\"size\":15,\"sizes\":[]},\"icon_color\":\"#BF9D32\",\"icon_size\":{\"unit\":\"px\",\"size\":12,\"sizes\":[]},\"text_indent\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Inter\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"400\",\"text_color\":\"#D1D5DB\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true},{\"id\":\"b1373d8\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"8cf629e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\"},\"elements\":[{\"id\":\"4e7b295\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us in celebrating the magic of Indian storytelling\\u2014and be part of its future.\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":81,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"0484409\",\"elType\":\"widget\",\"settings\":{\"text\":\"Join Club IFA Today\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"typography_font_weight\":\"500\",\"button_text_color\":\"#0C1D3C\",\"background_color\":\"#BF9D32\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"button\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(3727, 475, '_elementor_edit_mode', 'builder'),
(3736, 477, '_elementor_edit_mode', 'builder'),
(3737, 477, '_elementor_template_type', 'wp-page'),
(3738, 477, '_elementor_version', '3.29.2'),
(3740, 478, '_elementor_edit_mode', 'builder'),
(3741, 478, '_elementor_template_type', 'wp-page'),
(3742, 478, '_elementor_version', '3.29.2'),
(3744, 29, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3745, 29, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(3746, 479, '_elementor_edit_mode', 'builder'),
(3747, 479, '_elementor_template_type', 'wp-page'),
(3748, 479, '_elementor_version', '3.29.2'),
(3750, 479, '_wp_page_template', 'default'),
(3751, 479, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}]'),
(3754, 480, '_elementor_edit_mode', 'builder'),
(3755, 480, '_elementor_template_type', 'wp-page'),
(3756, 480, '_elementor_version', '3.29.2'),
(3758, 480, '_wp_page_template', 'default'),
(3759, 480, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}]'),
(3762, 481, '_elementor_edit_mode', 'builder'),
(3763, 481, '_elementor_template_type', 'wp-page'),
(3764, 481, '_elementor_version', '3.29.2'),
(3766, 481, '_wp_page_template', 'default'),
(3767, 481, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"}],\"isInner\":false}]'),
(3770, 482, '_elementor_edit_mode', 'builder'),
(3771, 482, '_elementor_template_type', 'wp-page'),
(3772, 482, '_elementor_version', '3.29.2'),
(3774, 482, '_wp_page_template', 'default'),
(3775, 482, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"2c218b4\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"dc95b64\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"56d0c54\"}]},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_testimonial\"}],\"isInner\":false}]'),
(3784, 483, '_elementor_edit_mode', 'builder'),
(3785, 483, '_elementor_template_type', 'wp-page'),
(3786, 483, '_elementor_version', '3.29.2'),
(3787, 483, '_wp_page_template', 'default'),
(3788, 483, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"2c218b4\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"dc95b64\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"56d0c54\"}]},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_testimonial\"}],\"isInner\":false}]'),
(3789, 484, '_elementor_edit_mode', 'builder'),
(3790, 484, '_elementor_template_type', 'wp-page'),
(3791, 484, '_elementor_version', '3.29.2'),
(3792, 484, '_wp_page_template', 'default'),
(3793, 484, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"2c218b4\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"dc95b64\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"56d0c54\"}]},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_testimonial\"}],\"isInner\":false}]'),
(3794, 485, '_elementor_edit_mode', 'builder'),
(3795, 485, '_elementor_template_type', 'wp-page'),
(3796, 485, '_elementor_version', '3.29.2'),
(3797, 485, '_wp_page_template', 'default'),
(3798, 485, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"478b697\",\"elType\":\"widget\",\"settings\":{\"ase_list\":[{\"ase_title\":\"EASILY CHANGE TITLE, IMAGE, AND DESCRIPTION\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"eee05a2\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"},{\"ase_title\":\"ADVANCED SLIDER FOR ELEMENTOR\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"5d334fe\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"},{\"ase_title\":\"BECOME PART OF A GREAT STORY\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"85ccc06\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"}]},\"elements\":[],\"widgetType\":\"ase-slider\"},{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"2c218b4\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"dc95b64\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"56d0c54\"}]},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_testimonial\"}],\"isInner\":false}]'),
(3815, 487, '_elementor_edit_mode', 'builder'),
(3816, 487, '_elementor_template_type', 'wp-page'),
(3817, 487, '_elementor_version', '3.29.2'),
(3818, 487, '_wp_page_template', 'default'),
(3819, 487, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"478b697\",\"elType\":\"widget\",\"settings\":{\"ase_list\":[{\"ase_title\":\"EASILY CHANGE TITLE, IMAGE, AND DESCRIPTION\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"eee05a2\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"},{\"ase_title\":\"ADVANCED SLIDER FOR ELEMENTOR\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"5d334fe\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"},{\"ase_title\":\"BECOME PART OF A GREAT STORY\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"85ccc06\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"}]},\"elements\":[],\"widgetType\":\"ase-slider\"},{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"2c218b4\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"dc95b64\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"56d0c54\"}]},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_testimonial\"}],\"isInner\":false}]'),
(3822, 488, '_elementor_edit_mode', 'builder'),
(3823, 488, '_elementor_template_type', 'wp-page'),
(3824, 488, '_elementor_version', '3.29.2'),
(3825, 488, '_wp_page_template', 'default'),
(3826, 488, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"478b697\",\"elType\":\"widget\",\"settings\":{\"ase_list\":[{\"ase_title\":\"EASILY CHANGE TITLE, IMAGE, AND DESCRIPTION\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"eee05a2\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"},{\"ase_title\":\"ADVANCED SLIDER FOR ELEMENTOR\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"5d334fe\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"},{\"ase_title\":\"BECOME PART OF A GREAT STORY\",\"ase_content\":\"Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio\",\"_id\":\"85ccc06\",\"ase_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\",\"id\":476,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"ase_button_text\":\"Click Here\"}]},\"elements\":[],\"widgetType\":\"ase-slider\"},{\"id\":\"d35f917\",\"elType\":\"widget\",\"settings\":{\"carousel_name\":\"Image Carousel\",\"carousel\":[{\"id\":476,\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-scaled.avif\"}],\"thumbnail_size\":\"full\"},\"elements\":[],\"widgetType\":\"image-carousel\"},{\"id\":\"2c218b4\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"dc95b64\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"rating\":\"5\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"56d0c54\"}]},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_testimonial\"}],\"isInner\":false}]'),
(3829, 489, '_elementor_edit_mode', 'builder'),
(3830, 489, '_elementor_template_type', 'wp-page'),
(3831, 489, '_elementor_version', '3.29.2'),
(3832, 489, '_wp_page_template', 'default'),
(3833, 489, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(3842, 491, '_elementor_edit_mode', 'builder'),
(3843, 491, '_elementor_template_type', 'wp-page'),
(3844, 491, '_elementor_version', '3.29.2'),
(3845, 491, '_wp_page_template', 'default'),
(3846, 491, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(3848, 492, '_elementor_edit_mode', 'builder'),
(3849, 492, '_elementor_template_type', 'wp-page'),
(3850, 492, '_elementor_version', '3.29.2'),
(3851, 492, '_wp_page_template', 'default'),
(3852, 492, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[],\"isInner\":false}]'),
(3854, 493, '_elementor_edit_mode', 'builder'),
(3855, 493, '_elementor_template_type', 'wp-page'),
(3856, 493, '_elementor_version', '3.29.2'),
(3857, 493, '_wp_page_template', 'default'),
(3858, 493, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3860, 494, '_wp_attached_file', '2025/06/hero-1-1-scaled.avif'),
(3861, 494, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:28:\"2025/06/hero-1-1-scaled.avif\";s:8:\"filesize\";i:718650;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"hero-1-1-300x200.avif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:7083;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"hero-1-1-1024x683.avif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:80351;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"hero-1-1-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:4041;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"hero-1-1-768x512.avif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:38513;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"hero-1-1-1536x1024.avif\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:224311;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"hero-1-1-2048x1365.avif\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:446857;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:21:\"hero-1-1-350x233.avif\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:8774;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:21:\"hero-1-1-600x400.avif\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:21234;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:21:\"hero-1-1-855x570.avif\";s:5:\"width\";i:855;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:51316;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:21:\"hero-1-1-415x277.avif\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:11162;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"hero-1-1.avif\";}'),
(3868, 496, '_wp_attached_file', '2025/06/hero-2-scaled.avif'),
(3869, 496, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:26:\"2025/06/hero-2-scaled.avif\";s:8:\"filesize\";i:106649;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hero-2-300x169.avif\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:3409;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"hero-2-1024x576.avif\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:22844;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hero-2-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:2805;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"hero-2-768x432.avif\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:13739;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"hero-2-1536x864.avif\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:47084;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"hero-2-2048x1152.avif\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:76581;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:19:\"hero-2-350x197.avif\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:4065;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:19:\"hero-2-600x338.avif\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:9226;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:19:\"hero-2-855x481.avif\";s:5:\"width\";i:855;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:16649;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:19:\"hero-2-415x234.avif\";s:5:\"width\";i:415;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:5303;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"hero-2.avif\";}'),
(3870, 497, '_wp_attached_file', '2025/06/hero-3-scaled.avif');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(3871, 497, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:26:\"2025/06/hero-3-scaled.avif\";s:8:\"filesize\";i:736654;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"hero-3-300x200.avif\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:15727;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"hero-3-1024x683.avif\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:118345;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"hero-3-150x150.avif\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:7535;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"hero-3-768x512.avif\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:67928;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"hero-3-1536x1024.avif\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:271497;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"hero-3-2048x1365.avif\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:485315;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:19:\"hero-3-350x233.avif\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:20006;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:19:\"hero-3-600x400.avif\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:45375;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:19:\"hero-3-855x570.avif\";s:5:\"width\";i:855;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:83821;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:19:\"hero-3-415x277.avif\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/avif\";s:8:\"filesize\";i:25942;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"hero-3.avif\";}'),
(3872, 498, '_wp_attached_file', '2025/06/hero-4.jpg'),
(3873, 498, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:4:\"file\";s:18:\"2025/06/hero-4.jpg\";s:8:\"filesize\";i:158289;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"hero-4-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8095;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"hero-4-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"hero-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4530;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"hero-4-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31615;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:18:\"hero-4-350x233.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9973;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:18:\"hero-4-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21369;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:18:\"hero-4-855x570.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36591;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:18:\"hero-4-415x277.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12619;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(3874, 499, '_elementor_edit_mode', 'builder'),
(3875, 499, '_elementor_template_type', 'wp-page'),
(3876, 499, '_elementor_version', '3.29.2'),
(3877, 499, '_wp_page_template', 'default'),
(3878, 499, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3880, 500, '_elementor_edit_mode', 'builder'),
(3881, 500, '_elementor_template_type', 'wp-page'),
(3882, 500, '_elementor_version', '3.29.2'),
(3883, 500, '_wp_page_template', 'default'),
(3884, 500, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Tony Chester\",\"desc\":\"I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/plugins\\/elementor\\/assets\\/images\\/placeholder.png\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3886, 501, '_elementor_edit_mode', 'builder'),
(3887, 501, '_elementor_template_type', 'wp-page'),
(3888, 501, '_elementor_version', '3.29.2'),
(3889, 501, '_wp_page_template', 'default'),
(3890, 501, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3894, 502, '_elementor_edit_mode', 'builder'),
(3895, 502, '_elementor_template_type', 'wp-page'),
(3896, 502, '_elementor_version', '3.29.2'),
(3897, 502, '_wp_page_template', 'default'),
(3898, 502, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3902, 503, '_elementor_edit_mode', 'builder'),
(3903, 503, '_elementor_template_type', 'wp-page'),
(3904, 503, '_elementor_version', '3.29.2'),
(3905, 503, '_wp_page_template', 'default'),
(3906, 503, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3910, 504, '_elementor_edit_mode', 'builder'),
(3911, 504, '_elementor_template_type', 'wp-page'),
(3912, 504, '_elementor_version', '3.29.2'),
(3913, 504, '_wp_page_template', 'default'),
(3914, 504, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3920, 505, '_elementor_edit_mode', 'builder'),
(3921, 505, '_elementor_template_type', 'wp-page'),
(3922, 505, '_elementor_version', '3.29.2'),
(3923, 505, '_wp_page_template', 'default'),
(3924, 505, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3928, 506, '_elementor_edit_mode', 'builder'),
(3929, 506, '_elementor_template_type', 'wp-page'),
(3930, 506, '_elementor_version', '3.29.2'),
(3931, 506, '_wp_page_template', 'default'),
(3932, 506, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\"},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3936, 507, '_elementor_edit_mode', 'builder'),
(3937, 507, '_elementor_template_type', 'wp-page'),
(3938, 507, '_elementor_version', '3.29.2'),
(3939, 507, '_wp_page_template', 'default'),
(3940, 507, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3946, 29, '_edit_last', '1'),
(3947, 508, '_elementor_edit_mode', 'builder'),
(3948, 508, '_elementor_template_type', 'wp-page'),
(3949, 508, '_elementor_version', '3.29.2'),
(3950, 508, '_wp_page_template', 'elementor_header_footer'),
(3951, 508, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3955, 509, '_elementor_edit_mode', 'builder'),
(3956, 509, '_elementor_template_type', 'wp-page'),
(3957, 509, '_elementor_version', '3.29.2'),
(3958, 509, '_wp_page_template', 'elementor_header_footer'),
(3959, 509, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"7187465\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3963, 510, '_elementor_edit_mode', 'builder'),
(3964, 510, '_elementor_template_type', 'wp-page'),
(3965, 510, '_elementor_version', '3.29.2'),
(3966, 510, '_wp_page_template', 'default'),
(3967, 510, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3982, 512, '_elementor_edit_mode', 'builder'),
(3983, 512, '_elementor_template_type', 'wp-page'),
(3984, 512, '_elementor_version', '3.29.2'),
(3985, 512, '_wp_page_template', 'default'),
(3986, 512, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3990, 513, '_elementor_edit_mode', 'builder'),
(3991, 513, '_elementor_template_type', 'wp-page'),
(3992, 513, '_elementor_version', '3.29.2'),
(3993, 513, '_wp_page_template', 'default'),
(3994, 513, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(3998, 514, '_elementor_edit_mode', 'builder'),
(3999, 514, '_elementor_template_type', 'wp-page'),
(4000, 514, '_elementor_version', '3.29.2'),
(4001, 514, '_wp_page_template', 'elementor_header_footer'),
(4002, 514, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4008, 515, '_elementor_edit_mode', 'builder'),
(4009, 515, '_elementor_template_type', 'wp-page'),
(4010, 515, '_elementor_version', '3.29.2'),
(4011, 515, '_wp_page_template', 'elementor_header_footer'),
(4012, 515, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4016, 516, '_elementor_edit_mode', 'builder'),
(4017, 516, '_elementor_template_type', 'wp-page'),
(4018, 516, '_elementor_version', '3.29.2'),
(4019, 516, '_wp_page_template', 'elementor_header_footer'),
(4020, 516, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4024, 517, '_elementor_edit_mode', 'builder'),
(4025, 517, '_elementor_template_type', 'wp-page'),
(4026, 517, '_elementor_version', '3.29.2'),
(4027, 517, '_wp_page_template', 'elementor_header_footer'),
(4028, 517, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4034, 518, '_elementor_edit_mode', 'builder'),
(4035, 518, '_elementor_template_type', 'wp-page'),
(4036, 518, '_elementor_version', '3.29.2'),
(4037, 518, '_wp_page_template', 'elementor_header_footer'),
(4038, 518, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4042, 519, '_elementor_edit_mode', 'builder'),
(4043, 519, '_elementor_template_type', 'wp-page'),
(4044, 519, '_elementor_version', '3.29.2'),
(4045, 519, '_wp_page_template', 'elementor_header_footer'),
(4046, 519, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4050, 520, '_elementor_edit_mode', 'builder'),
(4051, 520, '_elementor_template_type', 'wp-page'),
(4052, 520, '_elementor_version', '3.29.2'),
(4053, 520, '_wp_page_template', 'elementor_header_footer'),
(4054, 520, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4073, 522, '_elementor_edit_mode', 'builder'),
(4074, 522, '_elementor_template_type', 'wp-page'),
(4075, 522, '_elementor_version', '3.29.2'),
(4076, 522, '_wp_page_template', 'elementor_header_footer'),
(4077, 522, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4078, 523, '_elementor_edit_mode', 'builder'),
(4079, 523, '_elementor_template_type', 'wp-page'),
(4080, 523, '_elementor_version', '3.29.2'),
(4081, 523, '_wp_page_template', 'elementor_header_footer'),
(4082, 523, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4083, 524, '_elementor_edit_mode', 'builder'),
(4084, 524, '_elementor_template_type', 'wp-page'),
(4085, 524, '_elementor_version', '3.29.2'),
(4086, 524, '_wp_page_template', 'elementor_header_footer'),
(4087, 524, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"43bd784\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[qcld_hero id=1]\\t\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4093, 525, '_elementor_edit_mode', 'builder'),
(4094, 525, '_elementor_template_type', 'wp-page'),
(4095, 525, '_elementor_version', '3.29.2'),
(4096, 525, '_wp_page_template', 'elementor_header_footer'),
(4097, 525, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"43bd784\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[qcld_hero id=1]\\t\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4101, 526, '_elementor_edit_mode', 'builder'),
(4102, 526, '_elementor_template_type', 'wp-page'),
(4103, 526, '_elementor_version', '3.29.2'),
(4104, 526, '_wp_page_template', 'elementor_header_footer'),
(4105, 526, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"43bd784\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[qcld_hero id=1]\\t\"},\"elements\":[],\"widgetType\":\"shortcode\"},{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4109, 527, '_elementor_edit_mode', 'builder'),
(4110, 527, '_elementor_template_type', 'wp-page'),
(4111, 527, '_elementor_version', '3.29.2'),
(4112, 527, '_wp_page_template', 'elementor_header_footer'),
(4113, 527, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4125, 528, '_elementor_edit_mode', 'builder'),
(4126, 528, '_elementor_template_type', 'wp-page'),
(4127, 528, '_elementor_version', '3.29.2'),
(4128, 528, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4129, 528, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4133, 529, '_elementor_edit_mode', 'builder'),
(4134, 529, '_elementor_template_type', 'wp-page'),
(4135, 529, '_elementor_version', '3.29.2'),
(4136, 529, '_wp_page_template', 'elementor_header_footer'),
(4137, 529, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false}]'),
(4141, 530, '_elementor_edit_mode', 'builder'),
(4142, 530, '_elementor_template_type', 'wp-page'),
(4143, 530, '_elementor_version', '3.29.2'),
(4144, 530, '_wp_page_template', 'elementor_header_footer'),
(4145, 530, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4149, 531, '_elementor_edit_mode', 'builder'),
(4150, 531, '_elementor_template_type', 'wp-page'),
(4151, 531, '_elementor_version', '3.29.2'),
(4152, 531, '_wp_page_template', 'elementor_header_footer'),
(4153, 531, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4155, 532, '_elementor_edit_mode', 'builder'),
(4156, 532, '_elementor_template_type', 'wp-page'),
(4157, 532, '_elementor_version', '3.29.2'),
(4158, 532, '_wp_page_template', 'elementor_header_footer'),
(4159, 532, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4161, 533, '_elementor_edit_mode', 'builder'),
(4162, 533, '_elementor_template_type', 'wp-page'),
(4163, 533, '_elementor_version', '3.29.2'),
(4164, 533, '_wp_page_template', 'elementor_header_footer'),
(4165, 533, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4169, 534, '_elementor_edit_mode', 'builder'),
(4170, 534, '_elementor_template_type', 'wp-page'),
(4171, 534, '_elementor_version', '3.29.2'),
(4172, 534, '_wp_page_template', 'elementor_header_footer'),
(4173, 534, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4177, 535, '_elementor_edit_mode', 'builder'),
(4178, 535, '_elementor_template_type', 'wp-page'),
(4179, 535, '_elementor_version', '3.29.2'),
(4180, 535, '_wp_page_template', 'elementor_header_footer'),
(4181, 535, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4185, 29, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4186, 536, '_elementor_edit_mode', 'builder'),
(4187, 536, '_elementor_template_type', 'wp-page'),
(4188, 536, '_elementor_version', '3.29.2'),
(4189, 536, '_wp_page_template', 'elementor_header_footer'),
(4190, 536, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4194, 536, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4197, 537, '_elementor_edit_mode', 'builder'),
(4198, 537, '_elementor_template_type', 'wp-page'),
(4199, 537, '_elementor_version', '3.29.2'),
(4200, 537, '_wp_page_template', 'elementor_header_footer'),
(4201, 537, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4203, 537, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4206, 538, '_elementor_edit_mode', 'builder'),
(4207, 538, '_elementor_template_type', 'wp-page'),
(4208, 538, '_elementor_version', '3.29.2'),
(4209, 538, '_wp_page_template', 'elementor_header_footer'),
(4210, 538, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1280,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4212, 538, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4215, 539, '_elementor_edit_mode', 'builder'),
(4216, 539, '_elementor_template_type', 'wp-page'),
(4217, 539, '_elementor_version', '3.29.2'),
(4218, 539, '_wp_page_template', 'elementor_header_footer'),
(4219, 539, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4221, 539, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4226, 540, '_elementor_edit_mode', 'builder'),
(4227, 540, '_elementor_template_type', 'wp-page'),
(4228, 540, '_elementor_version', '3.29.2'),
(4229, 540, '_wp_page_template', 'elementor_header_footer'),
(4230, 540, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4232, 540, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4235, 541, '_elementor_edit_mode', 'builder'),
(4236, 541, '_elementor_template_type', 'wp-page'),
(4237, 541, '_elementor_version', '3.29.2'),
(4238, 541, '_wp_page_template', 'elementor_header_footer'),
(4239, 541, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"595924c\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"7b7c642\",\"elType\":\"widget\",\"settings\":{\"title\":\"Add Your Heading Text Here\"},\"elements\":[],\"widgetType\":\"heading\"}],\"isInner\":true}],\"isInner\":false}]'),
(4241, 541, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4244, 542, '_elementor_edit_mode', 'builder'),
(4245, 542, '_elementor_template_type', 'wp-page'),
(4246, 542, '_elementor_version', '3.29.2'),
(4247, 542, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4248, 542, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4250, 542, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4255, 543, '_elementor_edit_mode', 'builder'),
(4256, 543, '_elementor_template_type', 'wp-page'),
(4257, 543, '_elementor_version', '3.29.2'),
(4258, 543, '_wp_page_template', 'elementor_header_footer'),
(4259, 543, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4261, 543, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4264, 544, '_elementor_edit_mode', 'builder'),
(4265, 544, '_elementor_template_type', 'wp-page'),
(4266, 544, '_elementor_version', '3.29.2'),
(4267, 544, '_wp_page_template', 'elementor_header_footer'),
(4268, 544, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"About the Indian Film Alliance (IFA)\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"700\",\"title_color\":\"#FFFFFF\",\"typography_font_size\":{\"unit\":\"px\",\"size\":48,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4270, 544, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4273, 545, '_elementor_edit_mode', 'builder'),
(4274, 545, '_elementor_template_type', 'wp-page'),
(4275, 545, '_elementor_version', '3.29.2'),
(4276, 545, '_wp_page_template', 'elementor_header_footer'),
(4277, 545, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4279, 545, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4282, 546, '_elementor_edit_mode', 'builder'),
(4283, 546, '_elementor_template_type', 'wp-page'),
(4284, 546, '_elementor_version', '3.29.2'),
(4285, 546, '_wp_page_template', 'elementor_header_footer'),
(4286, 546, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4288, 546, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4289, 547, '_elementor_edit_mode', 'builder'),
(4290, 547, '_elementor_template_type', 'wp-page'),
(4291, 547, '_elementor_version', '3.29.2'),
(4292, 547, '_wp_page_template', 'elementor_header_footer'),
(4293, 547, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4295, 547, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4296, 548, '_elementor_edit_mode', 'builder'),
(4297, 548, '_elementor_template_type', 'wp-page'),
(4298, 548, '_elementor_version', '3.29.2'),
(4299, 548, '_wp_page_template', 'elementor_header_footer'),
(4300, 548, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4302, 548, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4305, 549, '_elementor_edit_mode', 'builder'),
(4306, 549, '_elementor_template_type', 'wp-page'),
(4307, 549, '_elementor_version', '3.29.2'),
(4308, 549, '_wp_page_template', 'elementor_header_footer'),
(4309, 549, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4311, 549, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4314, 550, '_elementor_edit_mode', 'builder'),
(4315, 550, '_elementor_template_type', 'wp-page'),
(4316, 550, '_elementor_version', '3.29.2'),
(4317, 550, '_wp_page_template', 'elementor_header_footer'),
(4318, 550, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4320, 550, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4323, 551, '_elementor_edit_mode', 'builder'),
(4324, 551, '_elementor_template_type', 'wp-page'),
(4325, 551, '_elementor_version', '3.29.2'),
(4326, 551, '_wp_page_template', 'elementor_header_footer'),
(4327, 551, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4329, 551, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4334, 552, '_elementor_edit_mode', 'builder'),
(4335, 552, '_elementor_template_type', 'wp-page'),
(4336, 552, '_elementor_version', '3.29.2'),
(4337, 552, '_wp_page_template', 'elementor_header_footer'),
(4338, 552, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4340, 552, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4343, 553, '_elementor_edit_mode', 'builder'),
(4344, 553, '_elementor_template_type', 'wp-page'),
(4345, 553, '_elementor_version', '3.29.2'),
(4346, 553, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4347, 553, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4349, 553, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4352, 554, '_elementor_edit_mode', 'builder'),
(4353, 554, '_elementor_template_type', 'wp-page'),
(4354, 554, '_elementor_version', '3.29.2'),
(4355, 554, '_wp_page_template', 'elementor_header_footer'),
(4356, 554, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4358, 554, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4363, 555, '_elementor_edit_mode', 'builder'),
(4364, 555, '_elementor_template_type', 'wp-page'),
(4365, 555, '_elementor_version', '3.29.2'),
(4366, 555, '_wp_page_template', 'elementor_header_footer'),
(4367, 555, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4369, 555, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4372, 556, '_elementor_edit_mode', 'builder'),
(4373, 556, '_elementor_template_type', 'wp-page'),
(4374, 556, '_elementor_version', '3.29.2'),
(4375, 556, '_wp_page_template', 'elementor_header_footer'),
(4376, 556, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md\\\\:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4378, 556, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4381, 557, '_elementor_edit_mode', 'builder'),
(4382, 557, '_elementor_template_type', 'wp-page'),
(4383, 557, '_elementor_version', '3.29.2'),
(4384, 557, '_wp_page_template', 'elementor_header_footer'),
(4385, 557, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4387, 557, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4392, 558, '_elementor_edit_mode', 'builder'),
(4393, 558, '_elementor_template_type', 'wp-page'),
(4394, 558, '_elementor_version', '3.29.2'),
(4395, 558, '_wp_page_template', 'elementor_header_footer'),
(4396, 558, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4398, 558, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4401, 559, '_elementor_edit_mode', 'builder'),
(4402, 559, '_elementor_template_type', 'wp-page'),
(4403, 559, '_elementor_version', '3.29.2'),
(4404, 559, '_wp_page_template', 'elementor_header_footer'),
(4405, 559, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>A \\\"Not-for-profit\\\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK\\u2014celebrating the film making art, fostering talent, and building cultural bridges<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4407, 559, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4410, 560, '_elementor_edit_mode', 'builder'),
(4411, 560, '_elementor_template_type', 'wp-page'),
(4412, 560, '_elementor_version', '3.29.2'),
(4413, 560, '_wp_page_template', 'elementor_header_footer'),
(4414, 560, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4416, 560, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4419, 561, '_elementor_edit_mode', 'builder'),
(4420, 561, '_elementor_template_type', 'wp-page'),
(4421, 561, '_elementor_version', '3.29.2'),
(4422, 561, '_wp_page_template', 'elementor_header_footer'),
(4423, 561, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4425, 561, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4426, 562, '_elementor_edit_mode', 'builder'),
(4427, 562, '_elementor_template_type', 'wp-page'),
(4428, 562, '_elementor_version', '3.29.2'),
(4429, 562, '_wp_page_template', 'elementor_header_footer'),
(4430, 562, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"md:text-4xl\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4432, 562, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4433, 563, '_elementor_edit_mode', 'builder'),
(4434, 563, '_elementor_template_type', 'wp-page'),
(4435, 563, '_elementor_version', '3.29.2'),
(4436, 563, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4437, 563, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4439, 563, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4442, 564, '_elementor_edit_mode', 'builder'),
(4443, 564, '_elementor_template_type', 'wp-page'),
(4444, 564, '_elementor_version', '3.29.2'),
(4445, 564, '_wp_page_template', 'elementor_header_footer'),
(4446, 564, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4448, 564, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4451, 565, '_elementor_edit_mode', 'builder'),
(4452, 565, '_elementor_template_type', 'wp-page'),
(4453, 565, '_elementor_version', '3.29.2'),
(4454, 565, '_wp_page_template', 'elementor_header_footer'),
(4455, 565, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"typography_font_family\":\"Inter\",\"typography_font_size\":{\"unit\":\"px\",\"size\":20,\"sizes\":[]},\"typography_font_weight\":\"400\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4457, 565, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4460, 566, '_elementor_edit_mode', 'builder'),
(4461, 566, '_elementor_template_type', 'wp-page'),
(4462, 566, '_elementor_version', '3.29.2'),
(4463, 566, '_wp_page_template', 'elementor_header_footer'),
(4464, 566, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4466, 566, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4471, 567, '_elementor_edit_mode', 'builder'),
(4472, 567, '_elementor_template_type', 'wp-page'),
(4473, 567, '_elementor_version', '3.29.2'),
(4474, 567, '_wp_page_template', 'elementor_header_footer'),
(4475, 567, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4477, 567, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4480, 568, '_elementor_edit_mode', 'builder'),
(4481, 568, '_elementor_template_type', 'wp-page'),
(4482, 568, '_elementor_version', '3.29.2'),
(4483, 568, '_wp_page_template', 'elementor_header_footer'),
(4484, 568, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.<\\/p>\\n\\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences<\\/p>\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_width\":\"initial\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4486, 568, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4489, 569, '_elementor_edit_mode', 'builder'),
(4490, 569, '_elementor_template_type', 'wp-page'),
(4491, 569, '_elementor_version', '3.29.2'),
(4492, 569, '_wp_page_template', 'elementor_header_footer'),
(4493, 569, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4495, 569, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4500, 570, '_elementor_edit_mode', 'builder'),
(4501, 570, '_elementor_template_type', 'wp-page'),
(4502, 570, '_elementor_version', '3.29.2'),
(4503, 570, '_wp_page_template', 'elementor_header_footer'),
(4504, 570, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4506, 570, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4509, 571, '_elementor_edit_mode', 'builder'),
(4510, 571, '_elementor_template_type', 'wp-page'),
(4511, 571, '_elementor_version', '3.29.2'),
(4512, 571, '_wp_page_template', 'elementor_header_footer'),
(4513, 571, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4515, 571, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4518, 572, '_elementor_edit_mode', 'builder'),
(4519, 572, '_elementor_template_type', 'wp-page'),
(4520, 572, '_elementor_version', '3.29.2'),
(4521, 572, '_wp_page_template', 'elementor_header_footer'),
(4522, 572, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4524, 572, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4529, 573, '_elementor_edit_mode', 'builder'),
(4530, 573, '_elementor_template_type', 'wp-page'),
(4531, 573, '_elementor_version', '3.29.2'),
(4532, 573, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4533, 573, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4535, 573, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4538, 574, '_elementor_edit_mode', 'builder'),
(4539, 574, '_elementor_template_type', 'wp-page'),
(4540, 574, '_elementor_version', '3.29.2'),
(4541, 574, '_wp_page_template', 'elementor_header_footer'),
(4542, 574, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4544, 574, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4547, 575, '_elementor_edit_mode', 'builder'),
(4548, 575, '_elementor_template_type', 'wp-page'),
(4549, 575, '_elementor_version', '3.29.2'),
(4550, 575, '_wp_page_template', 'elementor_header_footer'),
(4551, 575, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4553, 575, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4558, 576, '_elementor_edit_mode', 'builder'),
(4559, 576, '_elementor_template_type', 'wp-page'),
(4560, 576, '_elementor_version', '3.29.2'),
(4561, 576, '_wp_page_template', 'elementor_header_footer'),
(4562, 576, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4564, 576, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4567, 577, '_elementor_edit_mode', 'builder'),
(4568, 577, '_elementor_template_type', 'wp-page'),
(4569, 577, '_elementor_version', '3.29.2'),
(4570, 577, '_wp_page_template', 'elementor_header_footer'),
(4571, 577, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(4573, 577, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4576, 578, '_elementor_edit_mode', 'builder'),
(4577, 578, '_elementor_template_type', 'wp-page'),
(4578, 578, '_elementor_version', '3.29.2'),
(4579, 578, '_wp_page_template', 'elementor_header_footer'),
(4580, 578, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4582, 578, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4587, 579, '_elementor_edit_mode', 'builder'),
(4588, 579, '_elementor_template_type', 'wp-page'),
(4589, 579, '_elementor_version', '3.29.2'),
(4590, 579, '_wp_page_template', 'elementor_header_footer'),
(4591, 579, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4593, 579, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4596, 580, '_elementor_edit_mode', 'builder'),
(4597, 580, '_elementor_template_type', 'wp-page'),
(4598, 580, '_elementor_version', '3.29.2'),
(4599, 580, '_wp_page_template', 'elementor_header_footer'),
(4600, 580, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"10\",\"right\":\"10\",\"bottom\":\"10\",\"left\":\"10\",\"isLinked\":false},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4602, 580, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4605, 581, '_elementor_edit_mode', 'builder'),
(4606, 581, '_elementor_template_type', 'wp-page'),
(4607, 581, '_elementor_version', '3.29.2'),
(4608, 581, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4609, 581, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4611, 581, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4614, 582, '_elementor_edit_mode', 'builder'),
(4615, 582, '_elementor_template_type', 'wp-page'),
(4616, 582, '_elementor_version', '3.29.2'),
(4617, 582, '_wp_page_template', 'elementor_header_footer'),
(4618, 582, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4620, 582, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4621, 583, '_elementor_edit_mode', 'builder'),
(4622, 583, '_elementor_template_type', 'wp-page'),
(4623, 583, '_elementor_version', '3.29.2'),
(4624, 583, '_wp_page_template', 'elementor_header_footer'),
(4625, 583, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4627, 583, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4628, 584, '_elementor_edit_mode', 'builder'),
(4629, 584, '_elementor_template_type', 'wp-page'),
(4630, 584, '_elementor_version', '3.29.2'),
(4631, 584, '_wp_page_template', 'elementor_header_footer'),
(4632, 584, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4634, 584, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4637, 585, '_elementor_edit_mode', 'builder'),
(4638, 585, '_elementor_template_type', 'wp-page'),
(4639, 585, '_elementor_version', '3.29.2'),
(4640, 585, '_wp_page_template', 'elementor_header_footer'),
(4641, 585, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4643, 585, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4646, 586, '_elementor_edit_mode', 'builder'),
(4647, 586, '_elementor_template_type', 'wp-page'),
(4648, 586, '_elementor_version', '3.29.2'),
(4649, 586, '_wp_page_template', 'elementor_header_footer'),
(4650, 586, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4652, 586, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4655, 587, '_elementor_edit_mode', 'builder'),
(4656, 587, '_elementor_template_type', 'wp-page'),
(4657, 587, '_elementor_version', '3.29.2'),
(4658, 587, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4659, 587, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4661, 587, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4671, 589, '_elementor_edit_mode', 'builder'),
(4672, 589, '_elementor_template_type', 'wp-page'),
(4673, 589, '_elementor_version', '3.29.2'),
(4674, 589, '_wp_page_template', 'elementor_header_footer'),
(4675, 589, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4677, 589, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4678, 590, '_elementor_edit_mode', 'builder'),
(4679, 590, '_elementor_template_type', 'wp-page'),
(4680, 590, '_elementor_version', '3.29.2'),
(4681, 590, '_wp_page_template', 'elementor_header_footer'),
(4682, 590, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-camera\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4684, 590, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4685, 591, '_elementor_edit_mode', 'builder'),
(4686, 591, '_elementor_template_type', 'wp-page'),
(4687, 591, '_elementor_version', '3.29.2'),
(4688, 591, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4689, 591, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4691, 591, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4694, 592, '_elementor_edit_mode', 'builder'),
(4695, 592, '_elementor_template_type', 'wp-page'),
(4696, 592, '_elementor_version', '3.29.2'),
(4697, 592, '_wp_page_template', 'elementor_header_footer'),
(4698, 592, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4700, 592, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4703, 593, '_elementor_edit_mode', 'builder'),
(4704, 593, '_elementor_template_type', 'wp-page'),
(4705, 593, '_elementor_version', '3.29.2'),
(4706, 593, '_wp_page_template', 'elementor_header_footer'),
(4707, 593, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4709, 593, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4712, 594, '_elementor_edit_mode', 'builder'),
(4713, 594, '_elementor_template_type', 'wp-page'),
(4714, 594, '_elementor_version', '3.29.2'),
(4715, 594, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4716, 594, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4718, 594, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4732, 596, '_wp_attached_file', '2025/06/comm1-scaled.jpeg'),
(4733, 596, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2025/06/comm1-scaled.jpeg\";s:8:\"filesize\";i:495995;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"comm1-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8467;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"comm1-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63566;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"comm1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4443;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"comm1-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79962;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"comm1-1024x1536.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147824;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"comm1-1365x2048.jpeg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289523;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:18:\"comm1-350x525.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19506;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:18:\"comm1-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49663;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:19:\"comm1-855x1283.jpeg\";s:5:\"width\";i:855;s:6:\"height\";i:1283;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100903;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:18:\"comm1-415x623.jpeg\";s:5:\"width\";i:415;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25691;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"comm1.jpeg\";}'),
(4734, 597, '_wp_attached_file', '2025/06/comm2-scaled.jpeg'),
(4735, 597, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:1707;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2025/06/comm2-scaled.jpeg\";s:8:\"filesize\";i:447861;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"comm2-200x300.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16663;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"comm2-683x1024.jpeg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108209;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"comm2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"comm2-768x1152.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129377;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"comm2-1024x1536.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198861;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"comm2-1365x2048.jpeg\";s:5:\"width\";i:1365;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:312002;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:18:\"comm2-350x525.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:525;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40054;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:18:\"comm2-600x900.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89861;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:19:\"comm2-855x1283.jpeg\";s:5:\"width\";i:855;s:6:\"height\";i:1283;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152321;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:18:\"comm2-415x623.jpeg\";s:5:\"width\";i:415;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51655;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"comm2.jpeg\";}'),
(4736, 598, '_wp_attached_file', '2025/06/comm3-scaled.jpeg'),
(4737, 598, '_wp_attachment_metadata', 'a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1707;s:4:\"file\";s:25:\"2025/06/comm3-scaled.jpeg\";s:8:\"filesize\";i:639344;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"comm3-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12562;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"comm3-1024x683.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120435;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"comm3-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6183;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"comm3-768x512.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70082;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"comm3-1536x1024.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253697;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"comm3-2048x1365.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1365;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:427935;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:18:\"comm3-350x233.jpeg\";s:5:\"width\";i:350;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16581;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:18:\"comm3-600x400.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44110;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:18:\"comm3-855x570.jpeg\";s:5:\"width\";i:855;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86173;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:18:\"comm3-415x277.jpeg\";s:5:\"width\";i:415;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22440;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:10:\"comm3.jpeg\";}'),
(4738, 599, '_elementor_edit_mode', 'builder'),
(4739, 599, '_elementor_template_type', 'wp-page'),
(4740, 599, '_elementor_version', '3.29.2'),
(4741, 599, '_wp_page_template', 'elementor_header_footer'),
(4742, 599, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4744, 599, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4746, 600, '_elementor_edit_mode', 'builder'),
(4747, 600, '_elementor_template_type', 'wp-page'),
(4748, 600, '_elementor_version', '3.29.2'),
(4749, 600, '_wp_page_template', 'elementor_header_footer'),
(4750, 600, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4752, 600, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4754, 601, '_elementor_edit_mode', 'builder'),
(4755, 601, '_elementor_template_type', 'wp-page'),
(4756, 601, '_elementor_version', '3.29.2'),
(4757, 601, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4758, 601, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4760, 601, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4764, 602, '_elementor_edit_mode', 'builder'),
(4765, 602, '_elementor_template_type', 'wp-page'),
(4766, 602, '_elementor_version', '3.29.2'),
(4767, 602, '_wp_page_template', 'elementor_header_footer'),
(4768, 602, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4770, 602, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4773, 603, '_elementor_edit_mode', 'builder'),
(4774, 603, '_elementor_template_type', 'wp-page'),
(4775, 603, '_elementor_version', '3.29.2'),
(4776, 603, '_wp_page_template', 'elementor_header_footer'),
(4777, 603, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4779, 603, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4782, 604, '_elementor_edit_mode', 'builder'),
(4783, 604, '_elementor_template_type', 'wp-page'),
(4784, 604, '_elementor_version', '3.29.2'),
(4785, 604, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4786, 604, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4788, 604, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4793, 605, '_elementor_edit_mode', 'builder'),
(4794, 605, '_elementor_template_type', 'wp-page'),
(4795, 605, '_elementor_version', '3.29.2'),
(4796, 605, '_wp_page_template', 'elementor_header_footer'),
(4797, 605, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4799, 605, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4802, 606, '_elementor_edit_mode', 'builder'),
(4803, 606, '_elementor_template_type', 'wp-page'),
(4804, 606, '_elementor_version', '3.29.2'),
(4805, 606, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4806, 606, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4808, 606, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4811, 607, '_elementor_edit_mode', 'builder'),
(4812, 607, '_elementor_template_type', 'wp-page'),
(4813, 607, '_elementor_version', '3.29.2'),
(4814, 607, '_wp_page_template', 'elementor_header_footer'),
(4815, 607, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4817, 607, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4822, 608, '_elementor_edit_mode', 'builder'),
(4823, 608, '_elementor_template_type', 'wp-page'),
(4824, 608, '_elementor_version', '3.29.2'),
(4825, 608, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4826, 608, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4828, 608, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4831, 609, '_elementor_edit_mode', 'builder'),
(4832, 609, '_elementor_template_type', 'wp-page'),
(4833, 609, '_elementor_version', '3.29.2'),
(4834, 609, '_wp_page_template', 'elementor_header_footer'),
(4835, 609, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-900 to-navy-800\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4837, 609, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4840, 610, '_elementor_edit_mode', 'builder'),
(4841, 610, '_elementor_template_type', 'wp-page'),
(4842, 610, '_elementor_version', '3.29.2'),
(4843, 610, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4844, 610, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4846, 610, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4851, 100, '_wp_trash_meta_status', 'publish'),
(4852, 100, '_wp_trash_meta_time', '1749716405'),
(4853, 100, '_wp_desired_post_slug', 'header-home'),
(4854, 8, '_wp_trash_meta_status', 'publish'),
(4855, 8, '_wp_trash_meta_time', '1749716405'),
(4856, 8, '_wp_desired_post_slug', 'header'),
(4857, 611, '_wp_page_template', 'default'),
(4858, 611, '_elementor_edit_mode', 'builder'),
(4859, 611, '_elementor_template_type', 'wp-post'),
(4860, 611, '_elementor_version', '3.29.2'),
(4861, 611, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4865, 612, '_wp_page_template', 'default'),
(4866, 612, '_elementor_edit_mode', 'builder'),
(4867, 612, '_elementor_template_type', 'wp-post'),
(4868, 612, '_elementor_version', '3.29.2'),
(4869, 612, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#605A5A\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4873, 613, '_wp_page_template', 'default'),
(4874, 613, '_elementor_edit_mode', 'builder'),
(4875, 613, '_elementor_template_type', 'wp-post'),
(4876, 613, '_elementor_version', '3.29.2'),
(4877, 613, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4883, 614, '_wp_page_template', 'default'),
(4884, 614, '_elementor_edit_mode', 'builder'),
(4885, 614, '_elementor_template_type', 'wp-post'),
(4886, 614, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4887, 614, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4891, 615, '_wp_page_template', 'default'),
(4892, 615, '_elementor_edit_mode', 'builder'),
(4893, 615, '_elementor_template_type', 'wp-post'),
(4894, 615, '_elementor_version', '3.29.2'),
(4895, 615, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":false}]'),
(4899, 616, '_wp_page_template', 'default'),
(4900, 616, '_elementor_edit_mode', 'builder'),
(4901, 616, '_elementor_template_type', 'wp-post'),
(4902, 616, '_elementor_version', '3.29.2'),
(4903, 616, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4909, 617, '_wp_page_template', 'default'),
(4910, 617, '_elementor_edit_mode', 'builder'),
(4911, 617, '_elementor_template_type', 'wp-post'),
(4912, 617, '_elementor_version', '3.29.2'),
(4913, 617, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4917, 618, '_wp_page_template', 'default'),
(4918, 618, '_elementor_edit_mode', 'builder'),
(4919, 618, '_elementor_template_type', 'wp-post'),
(4920, 618, '_elementor_version', '3.29.2'),
(4921, 618, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"icon_typography_font_weight\":\"300\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4925, 619, '_wp_page_template', 'default'),
(4926, 619, '_elementor_edit_mode', 'builder'),
(4927, 619, '_elementor_template_type', 'wp-post'),
(4928, 619, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4929, 619, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(4944, 621, '_elementor_edit_mode', 'builder'),
(4945, 621, '_elementor_template_type', 'wp-page'),
(4946, 621, '_elementor_version', '3.29.2'),
(4947, 621, '_wp_page_template', 'elementor_header_footer'),
(4948, 621, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4950, 621, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4952, 622, '_elementor_edit_mode', 'builder'),
(4953, 622, '_elementor_template_type', 'wp-page'),
(4954, 622, '_elementor_version', '3.29.2'),
(4955, 622, '_wp_page_template', 'elementor_header_footer'),
(4956, 622, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4958, 622, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4960, 623, '_elementor_edit_mode', 'builder'),
(4961, 623, '_elementor_template_type', 'wp-page'),
(4962, 623, '_elementor_version', '3.29.2'),
(4963, 623, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4964, 623, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4966, 623, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4968, 624, '_wp_attached_file', '2025/06/Indian-Film-Business.png'),
(4969, 624, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:672;s:6:\"height\";i:428;s:4:\"file\";s:32:\"2025/06/Indian-Film-Business.png\";s:8:\"filesize\";i:54810;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Indian-Film-Business-300x191.png\";s:5:\"width\";i:300;s:6:\"height\";i:191;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Indian-Film-Business-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10664;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:32:\"Indian-Film-Business-350x223.png\";s:5:\"width\";i:350;s:6:\"height\";i:223;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24968;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:32:\"Indian-Film-Business-600x382.png\";s:5:\"width\";i:600;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52816;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:32:\"Indian-Film-Business-415x264.png\";s:5:\"width\";i:415;s:6:\"height\";i:264;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31475;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(4970, 625, '_elementor_edit_mode', 'builder'),
(4971, 625, '_elementor_template_type', 'wp-page'),
(4972, 625, '_elementor_version', '3.29.2'),
(4973, 625, '_wp_page_template', 'elementor_header_footer'),
(4974, 625, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4976, 625, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4977, 626, '_elementor_edit_mode', 'builder'),
(4978, 626, '_elementor_template_type', 'wp-page'),
(4979, 626, '_elementor_version', '3.29.2'),
(4980, 626, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4981, 626, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[],\"isInner\":true}],\"isInner\":false}]'),
(4983, 626, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4984, 627, '_elementor_edit_mode', 'builder'),
(4985, 627, '_elementor_template_type', 'wp-page'),
(4986, 627, '_elementor_version', '3.29.2'),
(4987, 627, '_wp_page_template', 'elementor_header_footer'),
(4988, 627, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false}]'),
(4990, 627, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(4993, 628, '_elementor_edit_mode', 'builder'),
(4994, 628, '_elementor_template_type', 'wp-page'),
(4995, 628, '_elementor_version', '3.29.2'),
(4996, 628, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(4997, 628, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false}]'),
(4999, 628, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5002, 629, '_elementor_edit_mode', 'builder'),
(5003, 629, '_elementor_template_type', 'wp-page'),
(5004, 629, '_elementor_version', '3.29.2'),
(5005, 629, '_wp_page_template', 'elementor_header_footer'),
(5006, 629, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false}]'),
(5008, 629, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5011, 630, '_elementor_edit_mode', 'builder'),
(5012, 630, '_elementor_template_type', 'wp-page'),
(5013, 630, '_elementor_version', '3.29.2'),
(5014, 630, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5015, 630, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false}]'),
(5017, 630, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5022, 631, '_elementor_edit_mode', 'builder'),
(5023, 631, '_elementor_template_type', 'wp-page'),
(5024, 631, '_elementor_version', '3.29.2'),
(5025, 631, '_wp_page_template', 'elementor_header_footer'),
(5026, 631, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false}]'),
(5028, 631, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5031, 632, '_elementor_edit_mode', 'builder'),
(5032, 632, '_elementor_template_type', 'wp-page'),
(5033, 632, '_elementor_version', '3.29.2'),
(5034, 632, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5035, 632, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false}]'),
(5037, 632, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5040, 633, '_elementor_edit_mode', 'builder'),
(5041, 633, '_elementor_template_type', 'wp-page'),
(5042, 633, '_elementor_version', '3.29.2'),
(5043, 633, '_wp_page_template', 'elementor_header_footer'),
(5044, 633, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}]'),
(5046, 633, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5049, 634, '_elementor_edit_mode', 'builder'),
(5050, 634, '_elementor_template_type', 'wp-page'),
(5051, 634, '_elementor_version', '3.29.2'),
(5052, 634, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5053, 634, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}]'),
(5055, 634, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5056, 635, '_elementor_edit_mode', 'builder'),
(5057, 635, '_elementor_template_type', 'wp-page'),
(5058, 635, '_elementor_version', '3.29.2'),
(5059, 635, '_wp_page_template', 'elementor_header_footer'),
(5060, 635, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"isInner\":false}]'),
(5062, 635, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5063, 636, '_elementor_edit_mode', 'builder'),
(5064, 636, '_elementor_template_type', 'wp-page'),
(5065, 636, '_elementor_version', '3.29.2'),
(5066, 636, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5067, 636, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[],\"isInner\":false}]'),
(5069, 636, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5077, 638, '_wp_attached_file', '2025/06/c-1.jpg'),
(5078, 638, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:254;s:6:\"height\";i:393;s:4:\"file\";s:15:\"2025/06/c-1.jpg\";s:8:\"filesize\";i:35957;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-1-194x300.jpg\";s:5:\"width\";i:194;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8426;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:14:\"CanoScan 8800F\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1274018291\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5079, 639, '_wp_attached_file', '2025/06/c-2.jpg'),
(5080, 639, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:276;s:6:\"height\";i:361;s:4:\"file\";s:15:\"2025/06/c-2.jpg\";s:8:\"filesize\";i:50632;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-2-229x300.jpg\";s:5:\"width\";i:229;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27329;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10128;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5081, 640, '_wp_attached_file', '2025/06/c-3.jpg'),
(5082, 640, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:264;s:6:\"height\";i:377;s:4:\"file\";s:15:\"2025/06/c-3.jpg\";s:8:\"filesize\";i:20205;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-3-210x300.jpg\";s:5:\"width\";i:210;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15904;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6983;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:6:\"0£¤	\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:6:\"0£¤	\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5083, 641, '_wp_attached_file', '2025/06/c-4.jpg'),
(5084, 641, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:1280;s:6:\"height\";i:720;s:4:\"file\";s:15:\"2025/06/c-4.jpg\";s:8:\"filesize\";i:182419;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-4-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20044;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"c-4-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"c-4-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88259;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:15:\"c-4-350x197.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:197;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25695;}s:12:\"dreamsrent_m\";a:5:{s:4:\"file\";s:15:\"c-4-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60360;}s:19:\"dreamsrent_bloglist\";a:5:{s:4:\"file\";s:15:\"c-4-855x481.jpg\";s:5:\"width\";i:855;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105125;}s:19:\"dreamsrent_bloggrid\";a:5:{s:4:\"file\";s:15:\"c-4-415x233.jpg\";s:5:\"width\";i:415;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5085, 642, '_wp_attached_file', '2025/06/c-5.jpg'),
(5086, 642, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:263;s:6:\"height\";i:379;s:4:\"file\";s:15:\"2025/06/c-5.jpg\";s:8:\"filesize\";i:27937;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-5-208x300.jpg\";s:5:\"width\";i:208;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21125;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8701;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5087, 643, '_wp_attached_file', '2025/06/c-6.jpg'),
(5088, 643, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:318;s:6:\"height\";i:314;s:4:\"file\";s:15:\"2025/06/c-6.jpg\";s:8:\"filesize\";i:40913;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-6-300x296.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:296;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18528;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6763;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:14:\"COPYRIGHT,2011\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5089, 644, '_wp_attached_file', '2025/06/c-7.jpg'),
(5090, 644, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:220;s:6:\"height\";i:331;s:4:\"file\";s:15:\"2025/06/c-7.jpg\";s:8:\"filesize\";i:153933;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-7-199x300.jpg\";s:5:\"width\";i:199;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10887;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5091, 645, '_wp_attached_file', '2025/06/c-8.jpg'),
(5092, 645, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:250;s:6:\"height\";i:351;s:4:\"file\";s:15:\"2025/06/c-8.jpg\";s:8:\"filesize\";i:119247;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-8-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20520;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8747;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5093, 646, '_wp_attached_file', '2025/06/c-9.jpg'),
(5094, 646, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:250;s:6:\"height\";i:333;s:4:\"file\";s:15:\"2025/06/c-9.jpg\";s:8:\"filesize\";i:34369;s:5:\"sizes\";a:2:{s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"c-9-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23059;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"c-9-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9609;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(5095, 647, '_wp_attached_file', '2025/06/c-10.jpg'),
(5096, 647, '_wp_attachment_metadata', 'a:6:{s:5:\"width\";i:390;s:6:\"height\";i:518;s:4:\"file\";s:16:\"2025/06/c-10.jpg\";s:8:\"filesize\";i:41795;s:5:\"sizes\";a:3:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"c-10-226x300.jpg\";s:5:\"width\";i:226;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16589;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"c-10-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7127;}s:15:\"dreamsrent_list\";a:5:{s:4:\"file\";s:16:\"c-10-350x465.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:465;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33728;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(5097, 648, '_elementor_edit_mode', 'builder'),
(5098, 648, '_elementor_template_type', 'wp-page'),
(5099, 648, '_elementor_version', '3.29.2'),
(5100, 648, '_wp_page_template', 'elementor_header_footer'),
(5101, 648, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[],\"isInner\":false}]'),
(5103, 648, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5104, 649, '_elementor_edit_mode', 'builder'),
(5105, 649, '_elementor_template_type', 'wp-page'),
(5106, 649, '_elementor_version', '3.29.2'),
(5107, 649, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5108, 649, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[],\"isInner\":false}]'),
(5110, 649, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5111, 650, '_elementor_edit_mode', 'builder'),
(5112, 650, '_elementor_template_type', 'wp-page'),
(5113, 650, '_elementor_version', '3.29.2'),
(5114, 650, '_wp_page_template', 'elementor_header_footer'),
(5115, 650, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"year\":\"1960\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"de4afad\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Mughal-E-Azam\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5117, 650, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5120, 651, '_elementor_edit_mode', 'builder'),
(5121, 651, '_elementor_template_type', 'wp-page'),
(5122, 651, '_elementor_version', '3.29.2'),
(5123, 651, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5124, 651, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"year\":\"1960\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"de4afad\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Mughal-E-Azam\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5126, 651, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5129, 652, '_elementor_edit_mode', 'builder'),
(5130, 652, '_elementor_template_type', 'wp-page'),
(5131, 652, '_elementor_version', '3.29.2'),
(5132, 652, '_wp_page_template', 'elementor_header_footer'),
(5133, 652, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"year\":\"1960\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"de4afad\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Mughal-E-Azam\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5135, 652, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5138, 653, '_elementor_edit_mode', 'builder'),
(5139, 653, '_elementor_template_type', 'wp-page'),
(5140, 653, '_elementor_version', '3.29.2'),
(5141, 653, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5142, 653, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Mughal-E-Azam\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5144, 653, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5149, 654, '_elementor_edit_mode', 'builder'),
(5150, 654, '_elementor_template_type', 'wp-page'),
(5151, 654, '_elementor_version', '3.29.2'),
(5152, 654, '_wp_page_template', 'elementor_header_footer'),
(5153, 654, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Mughal-E-Azam\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5155, 654, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5158, 655, '_elementor_edit_mode', 'builder'),
(5159, 655, '_elementor_template_type', 'wp-page'),
(5160, 655, '_elementor_version', '3.29.2'),
(5161, 655, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5162, 655, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Mughal-E-Azam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Mughal-E-Azam\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5164, 655, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5167, 656, '_elementor_edit_mode', 'builder'),
(5168, 656, '_elementor_template_type', 'wp-page'),
(5169, 656, '_elementor_version', '3.29.2'),
(5170, 656, '_wp_page_template', 'elementor_header_footer'),
(5171, 656, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5173, 656, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5178, 657, '_elementor_edit_mode', 'builder'),
(5179, 657, '_elementor_template_type', 'wp-page'),
(5180, 657, '_elementor_version', '3.29.2'),
(5181, 657, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5182, 657, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5183, 657, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5184, 658, '_elementor_edit_mode', 'builder'),
(5185, 658, '_elementor_template_type', 'wp-page'),
(5186, 658, '_elementor_version', '3.29.2'),
(5187, 658, '_wp_page_template', 'elementor_header_footer'),
(5188, 658, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false}]'),
(5189, 658, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5190, 659, '_elementor_edit_mode', 'builder'),
(5191, 659, '_elementor_template_type', 'wp-page'),
(5192, 659, '_elementor_version', '3.29.2'),
(5193, 659, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5194, 659, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5195, 659, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5196, 29, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5197, 6, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:2:{i:0;s:6:\"Roboto\";i:1;s:11:\"Roboto Slab\";}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5201, 39, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:15:\"hfe-frontend-js\";}s:6:\"styles\";a:4:{i:0;s:19:\"widget-social-icons\";i:1;s:14:\"e-apple-webkit\";i:2;s:14:\"widget-heading\";i:3;s:16:\"widget-icon-list\";}}'),
(5203, 660, '_elementor_edit_mode', 'builder'),
(5204, 660, '_elementor_template_type', 'wp-page'),
(5205, 660, '_elementor_version', '3.29.2'),
(5206, 660, '_wp_page_template', 'elementor_header_footer'),
(5207, 660, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5208, 660, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5209, 660, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5210, 660, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5211, 660, '_elementor_element_cache', '{\"timeout\":1749810817,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5212, 661, '_elementor_edit_mode', 'builder'),
(5213, 661, '_elementor_template_type', 'wp-page'),
(5214, 661, '_elementor_version', '3.29.2'),
(5215, 661, '_wp_page_template', 'elementor_header_footer'),
(5216, 661, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5217, 661, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5218, 661, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5219, 661, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5220, 661, '_elementor_element_cache', '{\"timeout\":1749810817,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5221, 662, '_elementor_edit_mode', 'builder'),
(5222, 662, '_elementor_template_type', 'wp-page'),
(5223, 662, '_elementor_version', '3.29.2'),
(5224, 662, '_wp_page_template', 'elementor_header_footer'),
(5225, 662, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5226, 662, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5227, 662, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5228, 662, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5229, 662, '_elementor_element_cache', '{\"timeout\":1749810817,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5232, 663, '_elementor_edit_mode', 'builder'),
(5233, 663, '_elementor_template_type', 'wp-page'),
(5234, 663, '_elementor_version', '3.29.2'),
(5235, 663, '_wp_page_template', 'elementor_header_footer'),
(5236, 663, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5237, 663, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5238, 663, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5239, 663, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724447;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5240, 663, '_elementor_element_cache', '{\"timeout\":1749810847,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5241, 664, '_elementor_edit_mode', 'builder'),
(5242, 664, '_elementor_template_type', 'wp-page'),
(5243, 664, '_elementor_version', '3.29.2'),
(5244, 664, '_wp_page_template', 'elementor_header_footer'),
(5245, 664, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5246, 664, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5247, 664, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5248, 664, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724447;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5249, 664, '_elementor_element_cache', '{\"timeout\":1749810847,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5250, 665, '_elementor_edit_mode', 'builder'),
(5251, 665, '_elementor_template_type', 'wp-page'),
(5252, 665, '_elementor_version', '3.29.2'),
(5253, 665, '_wp_page_template', 'elementor_header_footer'),
(5254, 665, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5255, 665, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5256, 665, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5257, 665, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724447;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5258, 665, '_elementor_element_cache', '{\"timeout\":1749810847,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5261, 666, '_elementor_edit_mode', 'builder'),
(5262, 666, '_elementor_template_type', 'wp-page'),
(5263, 666, '_elementor_version', '3.29.2'),
(5264, 666, '_wp_page_template', 'elementor_header_footer'),
(5265, 666, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5266, 666, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5267, 666, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5268, 666, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724476;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5269, 666, '_elementor_element_cache', '{\"timeout\":1749810877,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5270, 667, '_elementor_edit_mode', 'builder'),
(5271, 667, '_elementor_template_type', 'wp-page'),
(5272, 667, '_elementor_version', '3.29.2'),
(5273, 667, '_wp_page_template', 'elementor_header_footer'),
(5274, 667, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5275, 667, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5276, 667, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5277, 667, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724476;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5278, 667, '_elementor_element_cache', '{\"timeout\":1749810877,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5279, 668, '_elementor_edit_mode', 'builder'),
(5280, 668, '_elementor_template_type', 'wp-page'),
(5281, 668, '_elementor_version', '3.29.2'),
(5282, 668, '_wp_page_template', 'elementor_header_footer'),
(5283, 668, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5284, 668, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5285, 668, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5286, 668, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724476;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5287, 668, '_elementor_element_cache', '{\"timeout\":1749810877,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb e-grid py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5290, 669, '_elementor_edit_mode', 'builder'),
(5291, 669, '_elementor_template_type', 'wp-page'),
(5292, 669, '_elementor_version', '3.29.2'),
(5293, 669, '_wp_page_template', 'elementor_header_footer'),
(5294, 669, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5295, 669, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5296, 669, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5297, 669, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724510;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5298, 669, '_elementor_element_cache', '{\"timeout\":1749810910,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5299, 670, '_elementor_edit_mode', 'builder'),
(5300, 670, '_elementor_template_type', 'wp-page'),
(5301, 670, '_elementor_version', '3.29.2'),
(5302, 670, '_wp_page_template', 'elementor_header_footer'),
(5303, 670, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5304, 670, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5305, 670, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5306, 670, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724510;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5307, 670, '_elementor_element_cache', '{\"timeout\":1749810910,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5308, 671, '_elementor_edit_mode', 'builder'),
(5309, 671, '_elementor_template_type', 'wp-page'),
(5310, 671, '_elementor_version', '3.29.2'),
(5311, 671, '_wp_page_template', 'elementor_header_footer'),
(5312, 671, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5313, 671, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5314, 671, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5315, 671, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724510;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5316, 671, '_elementor_element_cache', '{\"timeout\":1749810910,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-con-full e-flex e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5317, 672, '_elementor_edit_mode', 'builder'),
(5318, 672, '_elementor_template_type', 'wp-page'),
(5319, 672, '_elementor_version', '3.29.2'),
(5320, 672, '_wp_page_template', 'elementor_header_footer'),
(5321, 672, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5322, 672, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5323, 672, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5324, 673, '_elementor_edit_mode', 'builder'),
(5325, 673, '_elementor_template_type', 'wp-page'),
(5326, 673, '_elementor_version', '3.29.2'),
(5327, 673, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5328, 673, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5329, 673, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5330, 673, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5331, 674, '_elementor_edit_mode', 'builder'),
(5332, 674, '_elementor_template_type', 'wp-page'),
(5333, 674, '_elementor_version', '3.29.2'),
(5334, 674, '_wp_page_template', 'elementor_header_footer'),
(5335, 674, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5336, 674, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5337, 674, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5340, 675, '_elementor_edit_mode', 'builder'),
(5341, 675, '_elementor_template_type', 'wp-page'),
(5342, 675, '_elementor_version', '3.29.2'),
(5343, 675, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5344, 675, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5345, 675, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5346, 675, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5347, 675, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724582;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5348, 675, '_elementor_element_cache', '{\"timeout\":1749810982,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5349, 676, '_elementor_edit_mode', 'builder'),
(5350, 676, '_elementor_template_type', 'wp-page'),
(5351, 676, '_elementor_version', '3.29.2'),
(5352, 676, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5353, 676, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false}]'),
(5354, 676, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5355, 676, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5356, 676, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724582;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5357, 676, '_elementor_element_cache', '{\"timeout\":1749810982,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5358, 677, '_elementor_edit_mode', 'builder'),
(5359, 677, '_elementor_template_type', 'wp-page'),
(5360, 677, '_elementor_version', '3.29.2'),
(5361, 677, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5362, 677, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5363, 677, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5364, 677, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5365, 677, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724582;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5366, 677, '_elementor_element_cache', '{\"timeout\":1749810982,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5378, 679, '_elementor_edit_mode', 'builder'),
(5379, 679, '_elementor_template_type', 'wp-page'),
(5380, 679, '_elementor_version', '3.29.2'),
(5381, 679, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5382, 679, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5383, 679, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5384, 679, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5385, 679, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724994;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5386, 679, '_elementor_element_cache', '{\"timeout\":1749811395,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5387, 680, '_elementor_edit_mode', 'builder'),
(5388, 680, '_elementor_template_type', 'wp-page'),
(5389, 680, '_elementor_version', '3.29.2'),
(5390, 680, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5391, 680, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5392, 680, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5393, 680, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5394, 680, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724994;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5395, 680, '_elementor_element_cache', '{\"timeout\":1749811395,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5396, 681, '_elementor_edit_mode', 'builder'),
(5397, 681, '_elementor_template_type', 'wp-page'),
(5398, 681, '_elementor_version', '3.29.2'),
(5399, 681, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5400, 681, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5401, 681, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5402, 681, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5403, 681, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724994;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5404, 681, '_elementor_element_cache', '{\"timeout\":1749811395,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5405, 682, '_elementor_edit_mode', 'builder'),
(5406, 682, '_elementor_template_type', 'wp-page'),
(5407, 682, '_elementor_version', '3.29.2'),
(5408, 682, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5409, 682, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5410, 682, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5411, 682, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5412, 682, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724994;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5413, 682, '_elementor_element_cache', '{\"timeout\":1749811395,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5414, 683, '_elementor_edit_mode', 'builder'),
(5415, 683, '_elementor_template_type', 'wp-page'),
(5416, 683, '_elementor_version', '3.29.2'),
(5417, 683, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5418, 683, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"]},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5419, 683, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5420, 683, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5421, 683, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724994;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5422, 683, '_elementor_element_cache', '{\"timeout\":1749811395,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5432, 685, '_elementor_edit_mode', 'builder'),
(5433, 685, '_elementor_template_type', 'wp-page'),
(5434, 685, '_elementor_version', '3.29.2'),
(5435, 685, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5436, 685, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"]},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5437, 685, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5438, 685, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5439, 685, '_elementor_css', 'a:6:{s:4:\"time\";i:1749726471;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5440, 685, '_elementor_element_cache', '{\"timeout\":1749812871,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50LXRheG9ub215LW1lbWJlcnNoaXAifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5441, 686, '_elementor_edit_mode', 'builder'),
(5442, 686, '_elementor_template_type', 'wp-page'),
(5443, 686, '_elementor_version', '3.29.2'),
(5444, 686, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5445, 686, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"]},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5446, 686, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5447, 686, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5448, 686, '_elementor_css', 'a:6:{s:4:\"time\";i:1749726471;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5449, 686, '_elementor_element_cache', '{\"timeout\":1749812871,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50LXRheG9ub215LW1lbWJlcnNoaXAifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5450, 687, '_elementor_edit_mode', 'builder'),
(5451, 687, '_elementor_template_type', 'wp-page'),
(5452, 687, '_elementor_version', '3.29.2'),
(5453, 687, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5454, 687, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5455, 687, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5456, 687, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5457, 687, '_elementor_css', 'a:6:{s:4:\"time\";i:1749726471;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5458, 687, '_elementor_element_cache', '{\"timeout\":1749812871,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50LXRheG9ub215LW1lbWJlcnNoaXAifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5461, 65, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:3:{i:0;s:14:\"widget-heading\";i:1;s:12:\"widget-image\";i:2;s:16:\"widget-icon-list\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5462, 65, '_elementor_css', 'a:6:{s:4:\"time\";i:1749727007;s:5:\"fonts\";a:2:{i:0;s:10:\"Montserrat\";i:1;s:5:\"Inter\";}s:5:\"icons\";a:3:{i:0;s:8:\"fa-solid\";i:10;s:9:\"fa-brands\";i:37;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5463, 65, '_elementor_element_cache', '{\"timeout\":1749813407,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-8837bab e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"8837bab\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-89aeae3 elementor-widget elementor-widget-heading\\\" data-id=\\\"89aeae3\\\" 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<h1 class=\\\"elementor-heading-title elementor-size-default\\\">About the Indian Film Alliance (IFA)<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImZiNTQwMTQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5BIFwiTm90LWZvci1wcm9maXRcIiwgdmlicmFudCBjdWx0dXJhbCBhbmQgcHJvZmVzc2lvbmFsIHBsYXRmb3JtIGRlZGljYXRlZCB0byBwcm9tb3RpbmcgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUtcdTIwMTRjZWxlYnJhdGluZyB0aGUgZmlsbSBtYWtpbmcgYXJ0LCBmb3N0ZXJpbmcgdGFsZW50LCBhbmQgYnVpbGRpbmcgY3VsdHVyYWwgYnJpZGdlczxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-3d7c606 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"3d7c606\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-98997a7 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"98997a7\\\" 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-fd35dc0 e-con-full e-flex e-con e-child\\\" data-id=\\\"fd35dc0\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-08a426e elementor-widget__width-initial elementor-widget elementor-widget-image\\\" data-id=\\\"08a426e\\\" 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 width=\\\"201\\\" height=\\\"73\\\" src=\\\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo-1.png\\\" class=\\\"attachment-full size-full wp-image-250\\\" 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>\\n\\t\\t<div class=\\\"elementor-element elementor-element-39ff54c e-con-full e-flex e-con e-child\\\" data-id=\\\"39ff54c\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjZkYjA2ZjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cCBjbGFzcz1cInRleHQtZ3JheS0zMDAgdGV4dC1sZyBsZWFkaW5nLXJlbGF4ZWQgbWItNlwiPk91ciBtaXNzaW9uIGlzIHRvIGNlbGVicmF0ZSB0aGUgcmljaG5lc3Mgb2YgSW5kaWFuIGZpbG1zXHUyMDE0c3Bhbm5pbmcgY2xhc3NpY3MsIHJlZ2lvbmFsIGdlbXMsIGFuZCBjb250ZW1wb3JhcnkgYmxvY2tidXN0ZXJzXHUyMDE0d2hpbGUgZm9zdGVyaW5nIGNvbW11bml0eSBlbmdhZ2VtZW50IGFuZCBudXJ0dXJpbmcgZWR1Y2F0aW9uLCBjb2xsYWJvcmF0aW9uIGFuZCBmdW5kaW5nIG9wcG9ydHVuaXRpZXMuPFwvcD48cCBjbGFzcz1cInRleHQtZ3JheS0zMDAgdGV4dC1sZyBsZWFkaW5nLXJlbGF4ZWRcIj5UaHJvdWdoIGN1cmF0ZWQgZXZlbnRzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGluaXRpYXRpdmVzLCB3ZSBjb25uZWN0IGZpbG1tYWtlcnMsIGNyZXcsIGludmVzdG9ycywgYXJ0aXN0cywgYnVzaW5lc3NlcyBhbmQgZW50aHVzaWFzdHMsIGNyZWF0aW5nIGEgZHluYW1pYyBlY29zeXN0ZW0gZm9yIGNyZWF0aXZlIGdyb3d0aCBhbmQgY3VsdHVyYWwgZXhjaGFuZ2UuPFwvcD4iLCJhbGlnbiI6ImxlZnQiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoyMCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfd2lkdGgiOiJpbmhlcml0IiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-1cb9958 e-con-full e-flex e-con e-parent\\\" data-id=\\\"1cb9958\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-72a61d2 e-grid e-con-boxed e-con e-child\\\" data-id=\\\"72a61d2\\\" 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-5981406 e-con-full e-flex e-con e-child\\\" data-id=\\\"5981406\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-07f8122 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"07f8122\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-film\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-6e5fbe1 elementor-widget elementor-widget-heading\\\" data-id=\\\"6e5fbe1\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Film Screenings &amp; Festivals<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f8d4977 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"f8d4977\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly showcases of classics, hidden gems, and contemporary hits<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Annual Indian Film Festival highlighting diverse regional cinemas<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Independent Indian Film Festival for full feature and shortfilms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partnerships with local cinemas and cultural centres<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-e9c5725 e-con-full e-flex e-con e-child\\\" data-id=\\\"e9c5725\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ba07f2c elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"ba07f2c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-camera\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-8b60dfb elementor-widget elementor-widget-heading\\\" data-id=\\\"8b60dfb\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Panel Discussions &amp; Workshops<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1d7cd85 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"1d7cd85\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly showcases of classics, hidden gems, and contemporary hits<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Annual Indian Film Festival highlighting diverse regional cinemas<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Independent Indian Film Festival for full feature and shortfilms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partnerships with local cinemas and cultural centres<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-358e082 e-con-full e-flex e-con e-child\\\" data-id=\\\"358e082\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-589192e elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"589192e\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fab-creative-commons-by\\\" viewBox=\\\"0 0 496 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-c7d49d5 elementor-widget elementor-widget-heading\\\" data-id=\\\"c7d49d5\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Community Engagement \\u2013 Club IFA<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9b6bbc0 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"9b6bbc0\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly showcases of classics, hidden gems, and contemporary hits<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Annual Indian Film Festival highlighting diverse regional cinemas<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Independent Indian Film Festival for full feature and shortfilms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partnerships with local cinemas and cultural centres<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-0f8da24 e-con-full e-flex e-con e-child\\\" data-id=\\\"0f8da24\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-88e3b80 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"88e3b80\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-graduation-cap\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-aec7265 elementor-widget elementor-widget-heading\\\" data-id=\\\"aec7265\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Educational Initiatives<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9971757 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"9971757\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly showcases of classics, hidden gems, and contemporary hits<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Annual Indian Film Festival highlighting diverse regional cinemas<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Independent Indian Film Festival for full feature and shortfilms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partnerships with local cinemas and cultural centres<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-4e0d2da e-con-full e-flex e-con e-child\\\" data-id=\\\"4e0d2da\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cf312bd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"cf312bd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-comments-dollar\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-a9e1965 elementor-widget elementor-widget-heading\\\" data-id=\\\"a9e1965\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Film Investment &amp; Funding<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8588e7c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"8588e7c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly showcases of classics, hidden gems, and contemporary hits<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Annual Indian Film Festival highlighting diverse regional cinemas<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Independent Indian Film Festival for full feature and shortfilms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partnerships with local cinemas and cultural centres<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-a1a2eab e-con-full e-flex e-con e-child\\\" data-id=\\\"a1a2eab\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b670fb9 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"b670fb9\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-book-open\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-f3f875c elementor-widget elementor-widget-heading\\\" data-id=\\\"f3f875c\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Networking &amp; Industry Support<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-6cf6ae5 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"6cf6ae5\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly showcases of classics, hidden gems, and contemporary hits<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Annual Indian Film Festival highlighting diverse regional cinemas<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Independent Indian Film Festival for full feature and shortfilms<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Partnerships with local cinemas and cultural centres<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-99d92e6 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"99d92e6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-e3fe5ac e-flex e-con-boxed e-con e-child\\\" data-id=\\\"e3fe5ac\\\" 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-9b4e463 e-con-full e-flex e-con e-child\\\" data-id=\\\"9b4e463\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-b95b2f3 e-con-full e-flex e-con e-child\\\" data-id=\\\"b95b2f3\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ed5cda8 elementor-widget elementor-widget-heading\\\" data-id=\\\"ed5cda8\\\" 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<h4 class=\\\"elementor-heading-title elementor-size-default\\\">Why Join IFA?<\\/h4>\\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-ae83396 e-con-full e-flex e-con e-child\\\" data-id=\\\"ae83396\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9be6ad4 e-con-full e-flex e-con e-child\\\" data-id=\\\"9be6ad4\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-97fb322 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"97fb322\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Connect with like-minded professionals and creatives<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Discover, experience and celebrate the hidden gems and iconic films<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Learn from industry leaders through workshops and discussions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Participate and Contribute to the growth of Indian cinema in the UK and beyond<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-c38902d e-con-full e-flex e-con e-child\\\" data-id=\\\"c38902d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-be9f609 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"be9f609\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Learn from industry leaders through workshops and discussions<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Discover opportunities to realise your filmy aspirations and dreams<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Structured Investing opportunities in high-potential Indian film projects<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-b1373d8 e-con-full e-flex e-con e-child\\\" data-id=\\\"b1373d8\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-8cf629e e-con-full e-flex e-con e-child\\\" data-id=\\\"8cf629e\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjRlN2IyOTUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGluIGNlbGVicmF0aW5nIHRoZSBtYWdpYyBvZiBJbmRpYW4gc3Rvcnl0ZWxsaW5nXHUyMDE0YW5kIGJlIHBhcnQgb2YgaXRzIGZ1dHVyZS5cbiIsImFsaWduIjoiY2VudGVyIiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF93aWR0aCI6ImluaXRpYWwiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo4MSwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-0484409 elementor-widget elementor-widget-button\\\" data-id=\\\"0484409\\\" 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\\t\\t\\t<span class=\\\"elementor-button-text\\\">Join Club IFA Today<\\/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>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5464, 214, '_elementor_page_assets', 'a:0:{}'),
(5465, 211, '_elementor_page_assets', 'a:0:{}'),
(5466, 688, '_elementor_edit_mode', 'builder'),
(5467, 688, '_elementor_template_type', 'wp-page'),
(5468, 688, '_elementor_version', '3.29.2'),
(5469, 688, '_wp_page_template', 'elementor_header_footer'),
(5470, 688, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5471, 688, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5472, 688, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5473, 688, '_elementor_css', 'a:6:{s:4:\"time\";i:1749726490;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5474, 688, '_elementor_element_cache', '{\"timeout\":1749812890,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5475, 689, '_elementor_edit_mode', 'builder'),
(5476, 689, '_elementor_template_type', 'wp-page'),
(5477, 689, '_elementor_version', '3.29.2'),
(5478, 689, '_wp_page_template', 'elementor_header_footer'),
(5479, 689, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"},{\"id\":\"fc56530\",\"elType\":\"widget\",\"settings\":{\"shortcode\":\"[pmpro_membership_table]\"},\"elements\":[],\"widgetType\":\"shortcode\"}],\"isInner\":true}],\"isInner\":false}]'),
(5480, 689, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5481, 689, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5482, 689, '_elementor_css', 'a:6:{s:4:\"time\";i:1749726490;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5483, 689, '_elementor_element_cache', '{\"timeout\":1749812890,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5484, 690, '_elementor_edit_mode', 'builder'),
(5485, 690, '_elementor_template_type', 'wp-page');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5486, 690, '_elementor_version', '3.29.2'),
(5487, 690, '_wp_page_template', 'elementor_header_footer'),
(5488, 690, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5489, 690, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5490, 690, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5491, 690, '_elementor_css', 'a:6:{s:4:\"time\";i:1749726490;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5492, 690, '_elementor_element_cache', '{\"timeout\":1749812890,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImZjNTY1MzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiJbcG1wcm9fbWVtYmVyc2hpcF90YWJsZV0ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5495, 691, '_elementor_edit_mode', 'builder'),
(5496, 691, '_elementor_template_type', 'wp-page'),
(5497, 691, '_elementor_version', '3.29.2'),
(5498, 691, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5499, 691, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5500, 691, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5501, 691, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5502, 691, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728472;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5503, 691, '_elementor_element_cache', '{\"timeout\":1749814872,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5504, 692, '_elementor_edit_mode', 'builder'),
(5505, 692, '_elementor_template_type', 'wp-page'),
(5506, 692, '_elementor_version', '3.29.2'),
(5507, 692, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5508, 692, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5509, 692, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5510, 692, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5511, 692, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728472;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5512, 692, '_elementor_element_cache', '{\"timeout\":1749814872,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5513, 693, '_elementor_edit_mode', 'builder'),
(5514, 693, '_elementor_template_type', 'wp-page'),
(5515, 693, '_elementor_version', '3.29.2'),
(5516, 693, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5517, 693, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"css_classes\":\"mb-12\"},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5518, 693, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5519, 693, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5520, 693, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728472;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5521, 693, '_elementor_element_cache', '{\"timeout\":1749814872,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5524, 694, '_elementor_edit_mode', 'builder'),
(5525, 694, '_elementor_template_type', 'wp-page'),
(5526, 694, '_elementor_version', '3.29.2'),
(5527, 694, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5528, 694, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"css_classes\":\"mb-12\"},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5529, 694, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5530, 694, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5531, 694, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728548;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5532, 694, '_elementor_element_cache', '{\"timeout\":1749814948,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full mb-12 e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5533, 695, '_elementor_edit_mode', 'builder'),
(5534, 695, '_elementor_template_type', 'wp-page'),
(5535, 695, '_elementor_version', '3.29.2'),
(5536, 695, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5537, 695, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20  \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"css_classes\":\"mb-12\"},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5538, 695, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5539, 695, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5540, 695, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728548;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5541, 695, '_elementor_element_cache', '{\"timeout\":1749814948,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full mb-12 e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5542, 696, '_elementor_edit_mode', 'builder'),
(5543, 696, '_elementor_template_type', 'wp-page'),
(5544, 696, '_elementor_version', '3.29.2'),
(5545, 696, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5546, 696, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5547, 696, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5548, 696, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5549, 696, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728548;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5550, 696, '_elementor_element_cache', '{\"timeout\":1749814948,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20   e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full mb-12 e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJTdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyPiB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5553, 697, '_elementor_edit_mode', 'builder'),
(5554, 697, '_elementor_template_type', 'wp-page'),
(5555, 697, '_elementor_version', '3.29.2'),
(5556, 697, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5557, 697, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5558, 697, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5559, 697, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5560, 697, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728638;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5561, 697, '_elementor_element_cache', '{\"timeout\":1749815038,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5562, 698, '_elementor_edit_mode', 'builder'),
(5563, 698, '_elementor_template_type', 'wp-page'),
(5564, 698, '_elementor_version', '3.29.2'),
(5565, 698, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5566, 698, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"1\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5567, 698, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5568, 698, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5569, 698, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728638;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5570, 698, '_elementor_element_cache', '{\"timeout\":1749815038,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5571, 699, '_elementor_edit_mode', 'builder'),
(5572, 699, '_elementor_template_type', 'wp-page'),
(5573, 699, '_elementor_version', '3.29.2'),
(5574, 699, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5575, 699, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5576, 699, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5577, 699, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5578, 699, '_elementor_css', 'a:6:{s:4:\"time\";i:1749728638;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5579, 699, '_elementor_element_cache', '{\"timeout\":1749815038,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjEifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5582, 69, '_elementor_page_assets', 'a:0:{}'),
(5583, 69, '_elementor_css', 'a:7:{s:4:\"time\";i:1749729349;s:5:\"fonts\";a:0:{}s:5:\"icons\";a:0:{}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:5:\"empty\";i:0;s:0:\"\";s:3:\"css\";s:0:\"\";}'),
(5584, 212, '_elementor_page_assets', 'a:0:{}'),
(5585, 208, '_elementor_page_assets', 'a:0:{}'),
(5586, 700, '_elementor_edit_mode', 'builder'),
(5587, 700, '_elementor_template_type', 'wp-page'),
(5588, 700, '_elementor_version', '3.29.2'),
(5589, 700, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5590, 700, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5591, 700, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5592, 700, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5593, 700, '_elementor_css', 'a:6:{s:4:\"time\";i:1749729027;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5594, 700, '_elementor_element_cache', '{\"timeout\":1749815427,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5595, 701, '_elementor_edit_mode', 'builder'),
(5596, 701, '_elementor_template_type', 'wp-page'),
(5597, 701, '_elementor_version', '3.29.2'),
(5598, 701, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5599, 701, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5600, 701, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5601, 701, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5602, 701, '_elementor_css', 'a:6:{s:4:\"time\";i:1749729027;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5603, 701, '_elementor_element_cache', '{\"timeout\":1749815427,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5604, 702, '_elementor_edit_mode', 'builder'),
(5605, 702, '_elementor_template_type', 'wp-page'),
(5606, 702, '_elementor_version', '3.29.2'),
(5607, 702, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5608, 702, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5609, 702, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5610, 702, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5611, 702, '_elementor_css', 'a:6:{s:4:\"time\";i:1749729027;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5612, 702, '_elementor_element_cache', '{\"timeout\":1749815427,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMi1zY2FsZWQuYXZpZiIsImlkIjo0OTYsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiIzYTFlNDUxIn0seyJuYW1lIjoiQ2VsZWJyYXRpbmcgSW5kaWFuIENpbmVtYSBpbiB0aGUgVUsiLCJkZXNjIjoiSm9pbiB1cyBpbiBleHBsb3JpbmcgdGhlIHJpY2ggc3Rvcnl0ZWxsaW5nIHRyYWRpdGlvbnMgYW5kIGN1bHR1cmFsIGRpdmVyc2l0eSBvZiBJbmRpYW4gY2luZW1hIHRocm91Z2ggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTMtc2NhbGVkLmF2aWYiLCJpZCI6NDk3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiYWQ0MTNjYiJ9LHsibmFtZSI6IkNlbGVicmF0aW5nIEluZGlhbiBDaW5lbWEgaW4gdGhlIFVLIiwiZGVzYyI6IkpvaW4gdXMgaW4gZXhwbG9yaW5nIHRoZSByaWNoIHN0b3J5dGVsbGluZyB0cmFkaXRpb25zIGFuZCBjdWx0dXJhbCBkaXZlcnNpdHkgb2YgSW5kaWFuIGNpbmVtYSB0aHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5615, 703, '_wp_page_template', 'default'),
(5616, 703, '_elementor_edit_mode', 'builder'),
(5617, 703, '_elementor_template_type', 'wp-post'),
(5618, 703, '_elementor_version', '3.29.2');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5619, 703, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5620, 703, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:4;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";i:10;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5621, 703, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:15:\"hfe-frontend-js\";}s:6:\"styles\";a:4:{i:0;s:19:\"widget-social-icons\";i:1;s:14:\"e-apple-webkit\";i:2;s:14:\"widget-heading\";i:3;s:16:\"widget-icon-list\";}}'),
(5622, 703, '_elementor_element_cache', '{\"timeout\":1749810817,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-ea9ee45 e-flex e-con-boxed e-con e-parent\" data-id=\"ea9ee45\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-180c120 e-con-full e-flex e-con e-child\" data-id=\"180c120\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-97fafd0 e-con-full e-flex e-con e-child\" data-id=\"97fafd0\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-18c9f1a e-con-full e-flex e-con e-child\" data-id=\"18c9f1a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-46e0a38 elementor-widget elementor-widget-site-logo\" data-id=\"46e0a38\" data-element_type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"hfe-site-logo\">nttttttttttttt<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">nttttttt<div class=\"hfe-site-logo-set\">           ntttt<div class=\"hfe-site-logo-container\">nttttttttt<img class=\"hfe-site-logo-img elementor-animation-\"  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>ntttt</div>nttt</div>nttttttt</a>ntttttt</div>  nttttttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImVhNTA2NTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CcmlkZ2luZyBjdWx0dXJlcyB0aHJvdWdoIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLIHdpdGggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuPFwvcD4iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9jc3NfY2xhc3NlcyI6InRhZ2xpbmUiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-54ced14 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"54ced14\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bb047c6\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook</span>ntttttt<svg class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-573f0f7\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-30d6c3b\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-a237d00\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29ea6fb e-con-full e-flex e-con e-child\" data-id=\"29ea6fb\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-c22ddea elementor-widget elementor-widget-heading\" data-id=\"c22ddea\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Explore</h3>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIyNTRhYjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoiZm9vdGVyLW1lbnVuIiwibGF5b3V0IjoidmVydGljYWwiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiY29sb3JfbWVudV9pdGVtIjoiI0QxRDVEQiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNCRjlEMzIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXZpZ2F0aW9uLW1lbnUifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-128c49f e-con-full e-flex e-con e-child\" data-id=\"128c49f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-015ebe5 elementor-widget elementor-widget-heading\" data-id=\"015ebe5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Resources</h3>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjgxZjdhNzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoibGlua3MiLCJsYXlvdXQiOiJ2ZXJ0aWNhbCIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJjb2xvcl9tZW51X2l0ZW0iOiIjRDFENURCIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0JGOUQzMiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2aWdhdGlvbi1tZW51In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-e6157ad e-con-full e-flex e-con e-child\" data-id=\"e6157ad\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-c4eeeff elementor-widget elementor-widget-heading\" data-id=\"c4eeeff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Contact Us</h3>tttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-faa7cb7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"faa7cb7\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mail-bulk\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">[email protected]</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2321c23 e-con-full e-flex e-con e-child\" data-id=\"2321c23\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-51a686e e-con-full e-grid e-con e-child\" data-id=\"51a686e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8beca5f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8beca5f\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-copyright\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">2025 Indian Film Alliance. All rights reserved.</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2fcb854 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-right elementor-widget elementor-widget-icon-list\" data-id=\"2fcb854\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items elementor-inline-items\">nttttttt<li class=\"elementor-icon-list-item elementor-inline-item\">nttttttttttt<a href=\"#\">nnttttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttttt</a>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item elementor-inline-item\">nttttttttttt<a href=\"#\">nnttttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttttt</a>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[\"hfe-frontend-js\"],\"styles\":[\"widget-social-icons\",\"e-apple-webkit\",\"widget-icon-list\"]}}'),
(5623, 704, '_wp_page_template', 'default'),
(5624, 704, '_elementor_edit_mode', 'builder'),
(5625, 704, '_elementor_template_type', 'wp-post'),
(5626, 704, '_elementor_version', '3.29.2'),
(5627, 704, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5628, 704, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:4;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";i:10;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5629, 704, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:15:\"hfe-frontend-js\";}s:6:\"styles\";a:4:{i:0;s:19:\"widget-social-icons\";i:1;s:14:\"e-apple-webkit\";i:2;s:14:\"widget-heading\";i:3;s:16:\"widget-icon-list\";}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5630, 704, '_elementor_element_cache', '{\"timeout\":1749810817,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-ea9ee45 e-flex e-con-boxed e-con e-parent\" data-id=\"ea9ee45\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-180c120 e-con-full e-flex e-con e-child\" data-id=\"180c120\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-97fafd0 e-con-full e-flex e-con e-child\" data-id=\"97fafd0\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-18c9f1a e-con-full e-flex e-con e-child\" data-id=\"18c9f1a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-46e0a38 elementor-widget elementor-widget-site-logo\" data-id=\"46e0a38\" data-element_type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"hfe-site-logo\">nttttttttttttt<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">nttttttt<div class=\"hfe-site-logo-set\">           ntttt<div class=\"hfe-site-logo-container\">nttttttttt<img class=\"hfe-site-logo-img elementor-animation-\"  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>ntttt</div>nttt</div>nttttttt</a>ntttttt</div>  nttttttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImVhNTA2NTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CcmlkZ2luZyBjdWx0dXJlcyB0aHJvdWdoIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLIHdpdGggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuPFwvcD4iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9jc3NfY2xhc3NlcyI6InRhZ2xpbmUiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-54ced14 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"54ced14\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bb047c6\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook</span>ntttttt<svg class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-573f0f7\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-30d6c3b\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-a237d00\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29ea6fb e-con-full e-flex e-con e-child\" data-id=\"29ea6fb\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-c22ddea elementor-widget elementor-widget-heading\" data-id=\"c22ddea\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Explore</h3>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIyNTRhYjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoiZm9vdGVyLW1lbnVuIiwibGF5b3V0IjoidmVydGljYWwiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiY29sb3JfbWVudV9pdGVtIjoiI0QxRDVEQiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNCRjlEMzIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXZpZ2F0aW9uLW1lbnUifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-128c49f e-con-full e-flex e-con e-child\" data-id=\"128c49f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-015ebe5 elementor-widget elementor-widget-heading\" data-id=\"015ebe5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Resources</h3>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjgxZjdhNzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoibGlua3MiLCJsYXlvdXQiOiJ2ZXJ0aWNhbCIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJjb2xvcl9tZW51X2l0ZW0iOiIjRDFENURCIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0JGOUQzMiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2aWdhdGlvbi1tZW51In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-e6157ad e-con-full e-flex e-con e-child\" data-id=\"e6157ad\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-c4eeeff elementor-widget elementor-widget-heading\" data-id=\"c4eeeff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Contact Us</h3>tttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-faa7cb7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"faa7cb7\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mail-bulk\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">[email protected]</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2321c23 e-con-full e-flex e-con e-child\" data-id=\"2321c23\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-51a686e e-con-full e-grid e-con e-child\" data-id=\"51a686e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8beca5f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8beca5f\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-copyright\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">2025 Indian Film Alliance. All rights reserved.</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2fcb854 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-right elementor-widget elementor-widget-icon-list\" data-id=\"2fcb854\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items elementor-inline-items\">nttttttt<li class=\"elementor-icon-list-item elementor-inline-item\">nttttttttttt<a href=\"#\">nnttttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttttt</a>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item elementor-inline-item\">nttttttttttt<a href=\"#\">nnttttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttttt</a>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[\"hfe-frontend-js\"],\"styles\":[\"widget-social-icons\",\"e-apple-webkit\",\"widget-icon-list\"]}}'),
(5631, 705, '_wp_page_template', 'default'),
(5632, 705, '_elementor_edit_mode', 'builder'),
(5633, 705, '_elementor_template_type', 'wp-post'),
(5634, 705, '_elementor_version', '3.29.2'),
(5635, 705, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5636, 705, '_elementor_css', 'a:6:{s:4:\"time\";i:1749724417;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:4;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";i:10;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5637, 705, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:15:\"hfe-frontend-js\";}s:6:\"styles\";a:4:{i:0;s:19:\"widget-social-icons\";i:1;s:14:\"e-apple-webkit\";i:2;s:14:\"widget-heading\";i:3;s:16:\"widget-icon-list\";}}'),
(5638, 705, '_elementor_element_cache', '{\"timeout\":1749810817,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-ea9ee45 e-flex e-con-boxed e-con e-parent\" data-id=\"ea9ee45\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-180c120 e-con-full e-flex e-con e-child\" data-id=\"180c120\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-97fafd0 e-con-full e-flex e-con e-child\" data-id=\"97fafd0\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-18c9f1a e-con-full e-flex e-con e-child\" data-id=\"18c9f1a\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-46e0a38 elementor-widget elementor-widget-site-logo\" data-id=\"46e0a38\" data-element_type=\"widget\" data-settings=\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\" data-widget_type=\"site-logo.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"hfe-site-logo\">nttttttttttttt<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">nttttttt<div class=\"hfe-site-logo-set\">           ntttt<div class=\"hfe-site-logo-container\">nttttttttt<img class=\"hfe-site-logo-img elementor-animation-\"  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>ntttt</div>nttt</div>nttttttt</a>ntttttt</div>  nttttttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImVhNTA2NTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CcmlkZ2luZyBjdWx0dXJlcyB0aHJvdWdoIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLIHdpdGggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuPFwvcD4iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9jc3NfY2xhc3NlcyI6InRhZ2xpbmUiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt<div class=\"elementor-element elementor-element-54ced14 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\" data-id=\"54ced14\" data-element_type=\"widget\" data-widget_type=\"social-icons.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-social-icons-wrapper elementor-grid\" role=\"list\">nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bb047c6\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Facebook</span>ntttttt<svg class=\"e-font-icon-svg e-fab-facebook\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-573f0f7\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Twitter</span>ntttttt<svg class=\"e-font-icon-svg e-fab-twitter\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-30d6c3b\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Instagram</span>ntttttt<svg class=\"e-font-icon-svg e-fab-instagram\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>ttttt</a>ntttt</span>nttttttt<span class=\"elementor-grid-item\" role=\"listitem\">nttttt<a class=\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-a237d00\" target=\"_blank\">ntttttt<span class=\"elementor-screen-only\">Youtube</span>ntttttt<svg class=\"e-font-icon-svg e-fab-youtube\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>ttttt</a>ntttt</span>nttttt</div>ntttttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-29ea6fb e-con-full e-flex e-con e-child\" data-id=\"29ea6fb\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-c22ddea elementor-widget elementor-widget-heading\" data-id=\"c22ddea\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Explore</h3>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIyNTRhYjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoiZm9vdGVyLW1lbnVuIiwibGF5b3V0IjoidmVydGljYWwiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiY29sb3JfbWVudV9pdGVtIjoiI0QxRDVEQiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNCRjlEMzIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXZpZ2F0aW9uLW1lbnUifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-128c49f e-con-full e-flex e-con e-child\" data-id=\"128c49f\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-015ebe5 elementor-widget elementor-widget-heading\" data-id=\"015ebe5\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Resources</h3>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjgxZjdhNzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoibGlua3MiLCJsYXlvdXQiOiJ2ZXJ0aWNhbCIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJjb2xvcl9tZW51X2l0ZW0iOiIjRDFENURCIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0JGOUQzMiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2aWdhdGlvbi1tZW51In0=\"]tt</div>ntt<div class=\"elementor-element elementor-element-e6157ad e-con-full e-flex e-con e-child\" data-id=\"e6157ad\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-c4eeeff elementor-widget elementor-widget-heading\" data-id=\"c4eeeff\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h3 class=\"elementor-heading-title elementor-size-default\">Contact Us</h3>tttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-faa7cb7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"faa7cb7\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-mail-bulk\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">[email protected]</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2321c23 e-con-full e-flex e-con e-child\" data-id=\"2321c23\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-51a686e e-con-full e-grid e-con e-child\" data-id=\"51a686e\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-8beca5f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\" data-id=\"8beca5f\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items\">nttttttt<li class=\"elementor-icon-list-item\">nttttttttttt<span class=\"elementor-icon-list-icon\">nttttttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-copyright\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>tttttt</span>ntttttttttt<span class=\"elementor-icon-list-text\">2025 Indian Film Alliance. All rights reserved.</span>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-2fcb854 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-right elementor-widget elementor-widget-icon-list\" data-id=\"2fcb854\" data-element_type=\"widget\" data-widget_type=\"icon-list.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<ul class=\"elementor-icon-list-items elementor-inline-items\">nttttttt<li class=\"elementor-icon-list-item elementor-inline-item\">nttttttttttt<a href=\"#\">nnttttttttttt<span class=\"elementor-icon-list-text\">Privacy Policy</span>nttttttttttt</a>nttttttttt</li>ntttttttt<li class=\"elementor-icon-list-item elementor-inline-item\">nttttttttttt<a href=\"#\">nnttttttttttt<span class=\"elementor-icon-list-text\">Terms of Service</span>nttttttttttt</a>nttttttttt</li>ntttttt</ul>ntttttt</div>ntttt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[\"hfe-frontend-js\"],\"styles\":[\"widget-social-icons\",\"e-apple-webkit\",\"widget-icon-list\"]}}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5640, 39, '_elementor_element_cache', '{\"timeout\":1749816448,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-ea9ee45 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"ea9ee45\\\" 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-180c120 e-con-full e-flex e-con e-child\\\" data-id=\\\"180c120\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-97fafd0 e-con-full e-flex e-con e-child\\\" data-id=\\\"97fafd0\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-18c9f1a e-con-full e-flex e-con e-child\\\" data-id=\\\"18c9f1a\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-46e0a38 elementor-widget elementor-widget-site-logo\\\" data-id=\\\"46e0a38\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;align&quot;:&quot;center&quot;,&quot;width&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;width_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_tablet&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;space_mobile&quot;:{&quot;unit&quot;:&quot;%&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;image_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;image_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;caption_space&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;caption_space_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;caption_space_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]}}\\\" data-widget_type=\\\"site-logo.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"hfe-site-logo\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a data-elementor-open-lightbox=\\\"\\\"  class=\'elementor-clickable\' href=\\\"https:\\/\\/ifa-wp.dreamstechnologies.com\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"hfe-site-logo-set\\\">           \\n\\t\\t\\t\\t<div class=\\\"hfe-site-logo-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<img class=\\\"hfe-site-logo-img elementor-animation-\\\"  src=\\\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\\\" alt=\\\"p_ifa-logo\\\"\\/>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t<\\/div>  \\n\\t\\t\\t\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImVhNTA2NTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CcmlkZ2luZyBjdWx0dXJlcyB0aHJvdWdoIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLIHdpdGggc2NyZWVuaW5ncywgd29ya3Nob3BzLCBhbmQgbmV0d29ya2luZyBldmVudHMuPFwvcD4iLCJ0ZXh0X2NvbG9yIjoiI0ZGRkZGRiIsIl9jc3NfY2xhc3NlcyI6InRhZ2xpbmUiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-54ced14 elementor-shape-rounded elementor-grid-0 e-grid-align-center elementor-widget elementor-widget-social-icons\\\" data-id=\\\"54ced14\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"social-icons.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-social-icons-wrapper elementor-grid\\\" role=\\\"list\\\">\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-facebook elementor-repeater-item-bb047c6\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Facebook<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-facebook\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-twitter elementor-repeater-item-573f0f7\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Twitter<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-twitter\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-instagram elementor-repeater-item-30d6c3b\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Instagram<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-instagram\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-grid-item\\\" role=\\\"listitem\\\">\\n\\t\\t\\t\\t\\t<a class=\\\"elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-a237d00\\\" target=\\\"_blank\\\">\\n\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-screen-only\\\">Youtube<\\/span>\\n\\t\\t\\t\\t\\t\\t<svg class=\\\"e-font-icon-svg e-fab-youtube\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\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<div class=\\\"elementor-element elementor-element-29ea6fb e-con-full e-flex e-con e-child\\\" data-id=\\\"29ea6fb\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c22ddea elementor-widget elementor-widget-heading\\\" data-id=\\\"c22ddea\\\" 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\\\">Explore<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjIyNTRhYjgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoiZm9vdGVyLW1lbnVuIiwibGF5b3V0IjoidmVydGljYWwiLCJwYWRkaW5nX2hvcml6b250YWxfbWVudV9pdGVtIjp7InVuaXQiOiJweCIsInNpemUiOjAsInNpemVzIjpbXX0sIm1lbnVfdHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiUm9ib3RvIiwibWVudV90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiY29sb3JfbWVudV9pdGVtIjoiI0QxRDVEQiIsImNvbG9yX21lbnVfaXRlbV9ob3ZlciI6IiNCRjlEMzIiLCJfbWFyZ2luIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX0sIl9wYWRkaW5nIjp7InVuaXQiOiJweCIsInRvcCI6IjAiLCJyaWdodCI6IjAiLCJib3R0b20iOiIwIiwibGVmdCI6IjAiLCJpc0xpbmtlZCI6dHJ1ZX19LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJuYXZpZ2F0aW9uLW1lbnUifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-128c49f e-con-full e-flex e-con e-child\\\" data-id=\\\"128c49f\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-015ebe5 elementor-widget elementor-widget-heading\\\" data-id=\\\"015ebe5\\\" 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\\\">Resources<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjgxZjdhNzUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJtZW51IjoibGlua3MiLCJsYXlvdXQiOiJ2ZXJ0aWNhbCIsInBhZGRpbmdfaG9yaXpvbnRhbF9tZW51X2l0ZW0iOnsidW5pdCI6InB4Iiwic2l6ZSI6MCwic2l6ZXMiOltdfSwibWVudV90eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJtZW51X3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJtZW51X3R5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI1MDAiLCJjb2xvcl9tZW51X2l0ZW0iOiIjRDFENURCIiwiY29sb3JfbWVudV9pdGVtX2hvdmVyIjoiI0JGOUQzMiIsImRyb3Bkb3duX3R5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsImRyb3Bkb3duX3R5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJSb2JvdG8iLCJkcm9wZG93bl90eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNTAwIiwiX21hcmdpbiI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9LCJfcGFkZGluZyI6eyJ1bml0IjoicHgiLCJ0b3AiOiIwIiwicmlnaHQiOiIwIiwiYm90dG9tIjoiMCIsImxlZnQiOiIwIiwiaXNMaW5rZWQiOnRydWV9fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoibmF2aWdhdGlvbi1tZW51In0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e6157ad e-con-full e-flex e-con e-child\\\" data-id=\\\"e6157ad\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c4eeeff elementor-widget elementor-widget-heading\\\" data-id=\\\"c4eeeff\\\" 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\\\">Contact Us<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-faa7cb7 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"faa7cb7\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-mail-bulk\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">[email protected]<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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<div class=\\\"elementor-element elementor-element-2321c23 e-con-full e-flex e-con e-child\\\" data-id=\\\"2321c23\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-51a686e e-con-full e-grid e-con e-child\\\" data-id=\\\"51a686e\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-8beca5f elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"8beca5f\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-copyright\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">2025 Indian Film Alliance. All rights reserved.<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-2fcb854 elementor-icon-list--layout-inline elementor-list-item-link-inline elementor-align-right elementor-widget elementor-widget-icon-list\\\" data-id=\\\"2fcb854\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items elementor-inline-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Privacy Policy<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item elementor-inline-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<a href=\\\"#\\\">\\n\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Terms of Service<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/a>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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\",\"scripts\":[\"hfe-frontend-js\"],\"styles\":[\"widget-social-icons\",\"e-apple-webkit\",\"widget-icon-list\"]}}'),
(5641, 706, '_elementor_edit_mode', 'builder'),
(5642, 706, '_elementor_template_type', 'wp-page'),
(5643, 706, '_elementor_version', '3.29.2'),
(5644, 706, '_wp_page_template', 'elementor_header_footer'),
(5645, 706, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5646, 706, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5647, 706, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5648, 706, '_elementor_css', 'a:6:{s:4:\"time\";i:1749729724;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5649, 706, '_elementor_element_cache', '{\"timeout\":1749816124,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5650, 707, '_elementor_edit_mode', 'builder'),
(5651, 707, '_elementor_template_type', 'wp-page'),
(5652, 707, '_elementor_version', '3.29.2'),
(5653, 707, '_wp_page_template', 'elementor_header_footer'),
(5654, 707, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5655, 707, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5656, 707, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5657, 707, '_elementor_css', 'a:6:{s:4:\"time\";i:1749729724;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5658, 707, '_elementor_element_cache', '{\"timeout\":1749816124,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5659, 708, '_elementor_edit_mode', 'builder'),
(5660, 708, '_elementor_template_type', 'wp-page'),
(5661, 708, '_elementor_version', '3.29.2'),
(5662, 708, '_wp_page_template', 'elementor_header_footer'),
(5663, 708, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5664, 708, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5665, 708, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5666, 708, '_elementor_css', 'a:6:{s:4:\"time\";i:1749729724;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5667, 708, '_elementor_element_cache', '{\"timeout\":1749816124,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJCZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyPiBlbnRodXNpYXN0cyBhbmQgZmlsbW1ha2Vycy5cblxuIiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5668, 709, '_elementor_edit_mode', 'builder'),
(5669, 709, '_elementor_template_type', 'wp-page'),
(5670, 709, '_elementor_version', '3.29.2'),
(5671, 709, '_wp_page_template', 'elementor_header_footer'),
(5672, 709, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5673, 709, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5674, 709, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5675, 710, '_elementor_edit_mode', 'builder'),
(5676, 710, '_elementor_template_type', 'wp-page'),
(5677, 710, '_elementor_version', '3.29.2'),
(5678, 710, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5679, 710, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\\n\\n\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5680, 710, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5681, 710, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5682, 711, '_elementor_edit_mode', 'builder'),
(5683, 711, '_elementor_template_type', 'wp-page'),
(5684, 711, '_elementor_version', '3.29.2'),
(5685, 711, '_wp_page_template', 'elementor_header_footer'),
(5686, 711, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5687, 711, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5688, 711, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5691, 712, '_elementor_edit_mode', 'builder'),
(5692, 712, '_elementor_template_type', 'wp-page'),
(5693, 712, '_elementor_version', '3.29.2'),
(5694, 712, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5695, 712, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5696, 712, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5697, 712, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5698, 712, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731759;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5699, 712, '_elementor_element_cache', '{\"timeout\":1749818159,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full py-16 e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5700, 713, '_elementor_edit_mode', 'builder'),
(5701, 713, '_elementor_template_type', 'wp-page'),
(5702, 713, '_elementor_version', '3.29.2'),
(5703, 713, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5704, 713, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5705, 713, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5706, 713, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5707, 713, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731759;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5708, 713, '_elementor_element_cache', '{\"timeout\":1749818159,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full py-16 e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5709, 714, '_elementor_edit_mode', 'builder'),
(5710, 714, '_elementor_template_type', 'wp-page'),
(5711, 714, '_elementor_version', '3.29.2'),
(5712, 714, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5713, 714, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5714, 714, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5715, 714, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5716, 714, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731759;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5717, 714, '_elementor_element_cache', '{\"timeout\":1749818159,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full py-16 e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5720, 715, '_wp_page_template', 'default'),
(5721, 715, '_elementor_edit_mode', 'builder'),
(5722, 715, '_elementor_template_type', 'wp-post'),
(5723, 715, '_elementor_version', '3.29.2'),
(5724, 715, '_elementor_data', '[{\"id\":\"ea9ee45\",\"elType\":\"container\",\"settings\":{\"boxed_width\":{\"unit\":\"px\",\"size\":1264,\"sizes\":[]},\"min_height\":{\"unit\":\"px\",\"size\":400,\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"center\",\"flex_gap\":{\"column\":\"30\",\"row\":\"30\",\"isLinked\":true,\"unit\":\"px\",\"size\":30},\"background_background\":\"classic\",\"background_color\":\"#091730\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"20\",\"bottom\":\"0\",\"left\":\"20\",\"isLinked\":false}},\"elements\":[{\"id\":\"180c120\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"97fafd0\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":4,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"flex_direction\":\"row\"},\"elements\":[{\"id\":\"18c9f1a\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":28.464},\"flex_align_items\":\"flex-start\",\"margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"46e0a38\",\"elType\":\"widget\",\"settings\":{\"site_logo_fallback\":\"yes\",\"custom_image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/p_ifa-logo.png\",\"id\":14,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"}},\"elements\":[],\"widgetType\":\"site-logo\"},{\"id\":\"ea50651\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.<\\/p>\",\"text_color\":\"#FFFFFF\",\"_css_classes\":\"tagline\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"54ced14\",\"elType\":\"widget\",\"settings\":{\"social_icon_list\":[{\"social_icon\":{\"value\":\"fab fa-facebook\",\"library\":\"fa-brands\"},\"_id\":\"bb047c6\"},{\"social_icon\":{\"value\":\"fab fa-twitter\",\"library\":\"fa-brands\"},\"_id\":\"573f0f7\"},{\"social_icon\":{\"value\":\"fab fa-instagram\",\"library\":\"fa-brands\"},\"_id\":\"30d6c3b\"},{\"social_icon\":{\"value\":\"fab fa-youtube\",\"library\":\"fa-brands\"},\"_id\":\"a237d00\"}],\"icon_color\":\"custom\",\"icon_primary_color\":\"#FFFFFF0D\",\"icon_size\":{\"unit\":\"px\",\"size\":18,\"sizes\":[]},\"icon_spacing\":{\"unit\":\"px\",\"size\":14,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"social-icons\"}],\"isInner\":true},{\"id\":\"29ea6fb\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":15.906},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"c22ddea\",\"elType\":\"widget\",\"settings\":{\"title\":\"Explore\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2254ab8\",\"elType\":\"widget\",\"settings\":{\"menu\":\"footer-menun\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"128c49f\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"%\",\"size\":16.32},\"_flex_size\":\"none\",\"_element_width\":\"initial\"},\"elements\":[{\"id\":\"015ebe5\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"81f7a75\",\"elType\":\"widget\",\"settings\":{\"menu\":\"links\",\"layout\":\"vertical\",\"padding_horizontal_menu_item\":{\"unit\":\"px\",\"size\":0,\"sizes\":[]},\"menu_typography_typography\":\"custom\",\"menu_typography_font_family\":\"Roboto\",\"menu_typography_font_weight\":\"500\",\"color_menu_item\":\"#D1D5DB\",\"color_menu_item_hover\":\"#BF9D32\",\"dropdown_typography_typography\":\"custom\",\"dropdown_typography_font_family\":\"Roboto\",\"dropdown_typography_font_weight\":\"500\",\"_margin\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"_padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"navigation-menu\"}],\"isInner\":true},{\"id\":\"e6157ad\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\"},\"elements\":[{\"id\":\"c4eeeff\",\"elType\":\"widget\",\"settings\":{\"title\":\"Contact Us\",\"header_size\":\"h3\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Roboto\",\"typography_font_weight\":\"600\",\"title_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"faa7cb7\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"[email protected]\",\"selected_icon\":{\"value\":\"fas fa-mail-bulk\",\"library\":\"fa-solid\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#BF9D32\",\"icon_typography_typography\":\"custom\",\"icon_typography_font_family\":\"Roboto\",\"icon_typography_font_size\":{\"unit\":\"px\",\"size\":16,\"sizes\":[]},\"icon_typography_font_weight\":\"500\",\"text_color\":\"#FFFFFF\"},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true},{\"id\":\"2321c23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":false},\"border_color\":\"#1F2937\",\"padding\":{\"unit\":\"px\",\"top\":\"20\",\"right\":\"0\",\"bottom\":\"20\",\"left\":\"0\",\"isLinked\":false}},\"elements\":[{\"id\":\"51a686e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\"},\"elements\":[{\"id\":\"8beca5f\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"2025 Indian Film Alliance. All rights reserved.\",\"selected_icon\":{\"value\":\"far fa-copyright\",\"library\":\"fa-regular\"},\"_id\":\"dbdc308\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\"},\"elements\":[],\"widgetType\":\"icon-list\"},{\"id\":\"2fcb854\",\"elType\":\"widget\",\"settings\":{\"icon_list\":[{\"text\":\"Privacy Policy\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"_id\":\"dbdc308\",\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"}},{\"text\":\"Terms of Service\",\"selected_icon\":{\"value\":\"\",\"library\":\"\"},\"link\":{\"url\":\"#\",\"is_external\":\"\",\"nofollow\":\"\",\"custom_attributes\":\"\"},\"_id\":\"df4cfd4\"}],\"icon_color\":\"#E9E8E4\",\"icon_typography_typography\":\"custom\",\"text_color\":\"#9CA3AF\",\"view\":\"inline\",\"link_click\":\"inline\",\"icon_align\":\"right\",\"icon_size\":{\"unit\":\"px\",\"size\":6,\"sizes\":[]},\"text_shadow_text_shadow_type\":\"yes\",\"text_color_hover\":\"#FFFFFF\",\"text_color_hover_transition\":{\"unit\":\"s\",\"size\":0.4,\"sizes\":[]}},\"elements\":[],\"widgetType\":\"icon-list\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false}]'),
(5725, 715, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:18:\"elementor-frontend\";i:1;s:15:\"hfe-frontend-js\";}s:6:\"styles\";a:4:{i:0;s:19:\"widget-social-icons\";i:1;s:14:\"e-apple-webkit\";i:2;s:14:\"widget-heading\";i:3;s:16:\"widget-icon-list\";}}'),
(5726, 715, '_elementor_css', 'a:6:{s:4:\"time\";i:1749730047;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:4;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";i:10;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5728, 67, '_elementor_page_assets', 'a:2:{s:6:\"styles\";a:2:{i:0;s:14:\"widget-heading\";i:1;s:16:\"widget-icon-list\";}s:7:\"scripts\";a:1:{i:0;s:18:\"elementor-frontend\";}}'),
(5729, 67, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731854;s:5:\"fonts\";a:3:{i:0;s:10:\"Montserrat\";i:1;s:6:\"Roboto\";i:2;s:5:\"Inter\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:8;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5730, 39, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731854;s:5:\"fonts\";a:1:{i:0;s:6:\"Roboto\";}s:5:\"icons\";a:4:{i:0;s:9:\"fa-brands\";i:4;s:8:\"fa-solid\";i:5;s:10:\"fa-regular\";i:10;s:0:\"\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5731, 67, '_elementor_element_cache', '{\"timeout\":1749818255,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-a5c2a38 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"a5c2a38\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-b1ea4a0 elementor-widget elementor-widget-heading\\\" data-id=\\\"b1ea4a0\\\" 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<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Join Club IFA<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImMxYzFhYTEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5DaG9vc2UgdGhlIG1lbWJlcnNoaXAgdGhhdCdzIHJpZ2h0IGZvciB5b3UgYW5kIGpvaW4gb3VyIGNvbW11bml0eSBvZiBJbmRpYW4gY2luZW1hIGVudGh1c2lhc3RzIGFuZCBwcm9mZXNzaW9uYWxzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0ZFRkVGRSIsIl9lbGVtZW50X3dpZHRoIjoiaW5pdGlhbCIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjU1LCJzaXplcyI6W119fSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjA5ZTU5MjkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJzaG9ydGNvZGUiOiIgW3BtcHJvX2xldmVsc10ifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoic2hvcnRjb2RlIn0=\\\"]\\t\\t<div class=\\\"elementor-element elementor-element-6e0e53d elementor-widget elementor-widget-html\\\" data-id=\\\"6e0e53d\\\" 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<style>\\n.year{\\n    font-size: 18px\\n}\\n.year{\\n    font-weight: 400\\n}\\n\\n\\n.card {\\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\\n  border-radius: 10px;\\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\\n}\\n\\n.card:hover {\\n  transform: translateY(-5px); \\/* Light pop-up *\\/\\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); \\/* Deeper shadow *\\/\\n}\\n\\n<\\/style>\\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-efa648c e-con-full e-flex e-con e-parent\\\" data-id=\\\"efa648c\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-ef3fbc6 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"ef3fbc6\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-19eb1a3 e-con-full card e-flex e-con e-child\\\" data-id=\\\"19eb1a3\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-af4eceb elementor-widget elementor-widget-heading\\\" data-id=\\\"af4eceb\\\" 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\\\">Free Membership<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-0d1f957 elementor-widget elementor-widget-heading\\\" data-id=\\\"0d1f957\\\" 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\\\">\\u00a30<\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f41bcaa elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"f41bcaa\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Members-only ticket pre-sales<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Members-only ticket pre-sales<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Online community access<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Online community access<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-193bd9c elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"193bd9c\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-times\\\" viewBox=\\\"0 0 352 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Members-only ticket pre-sales<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-times\\\" viewBox=\\\"0 0 352 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Members-only ticket pre-sales<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-times\\\" viewBox=\\\"0 0 352 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Online community access<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-times\\\" viewBox=\\\"0 0 352 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Online community access<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-ad6c5a8 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"ad6c5a8\\\" 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\\t\\t\\t<span class=\\\"elementor-button-text\\\">Join Now<\\/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>\\n\\t\\t<div class=\\\"elementor-element elementor-element-593247d e-con-full card e-flex e-con e-child\\\" data-id=\\\"593247d\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-ada216b elementor-align-center elementor-widget__width-initial elementor-absolute elementor-widget elementor-widget-button\\\" data-id=\\\"ada216b\\\" data-element_type=\\\"widget\\\" data-settings=\\\"{&quot;_position&quot;:&quot;absolute&quot;}\\\" 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\\t\\t\\t<span class=\\\"elementor-button-text\\\">Popular<\\/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-f674c40 elementor-widget elementor-widget-heading\\\" data-id=\\\"f674c40\\\" 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\\\">Premium Membership<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-de3de10 elementor-widget elementor-widget-heading\\\" data-id=\\\"de3de10\\\" 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\\\">\\u00a330 <span class=\\\"year\\\"> \\/year<\\/span><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-a533bb1 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"a533bb1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Members-only ticket pre-sales<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly newsletter<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Online community access<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Access to public screenings<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Cast & Crew request<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Exclusive filmmaker Q&As<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-c8f06b6 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"c8f06b6\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-times\\\" viewBox=\\\"0 0 352 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Distribution opportunities<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-times\\\" viewBox=\\\"0 0 352 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Discounted sponsorship participation for events<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-3bb986a elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"3bb986a\\\" 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\\t\\t\\t<span class=\\\"elementor-button-text\\\">Join Now<\\/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>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e1c8d02 e-con-full card e-flex e-con e-child\\\" data-id=\\\"e1c8d02\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1c94a78 elementor-widget elementor-widget-heading\\\" data-id=\\\"1c94a78\\\" 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\\\">Business Membership<\\/h3>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-1809c5c elementor-widget elementor-widget-heading\\\" data-id=\\\"1809c5c\\\" 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\\\">\\u00a3100 <span class=\\\"year\\\"> \\/year<\\/span><\\/h2>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c24ccb8 elementor-icon-list--layout-traditional elementor-list-item-link-full_width elementor-widget elementor-widget-icon-list\\\" data-id=\\\"c24ccb8\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon-list.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<ul class=\\\"elementor-icon-list-items\\\">\\n\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Members-only ticket pre-sales<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Monthly newsletter<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Online community access<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Access to public screenings<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Cast & Crew request<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Exclusive filmmaker Q&As<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Distribution opportunities<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t\\t\\t<li class=\\\"elementor-icon-list-item\\\">\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-icon\\\">\\n\\t\\t\\t\\t\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-check\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\\\"><\\/path><\\/svg>\\t\\t\\t\\t\\t\\t<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<span class=\\\"elementor-icon-list-text\\\">Discounted sponsorship participation for events<\\/span>\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t<\\/li>\\n\\t\\t\\t\\t\\t\\t<\\/ul>\\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-c9d9882 elementor-align-center elementor-widget elementor-widget-button\\\" data-id=\\\"c9d9882\\\" 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\\t\\t\\t<span class=\\\"elementor-button-text\\\">Join Now<\\/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>\\n\\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-08d8703 e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"08d8703\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-739ba60 e-con-full e-flex e-con e-child\\\" data-id=\\\"739ba60\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-711c24c e-con-full e-flex e-con e-child\\\" data-id=\\\"711c24c\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-2bcf885 elementor-widget elementor-widget-heading\\\" data-id=\\\"2bcf885\\\" 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\\\">Frequently Asked Questions\\n<\\/h3>\\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-69d671e e-con-full e-flex e-con e-child\\\" data-id=\\\"69d671e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4b577c3 e-con-full e-flex e-con e-child\\\" data-id=\\\"4b577c3\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-c7af93c elementor-widget elementor-widget-heading\\\" data-id=\\\"c7af93c\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">What\'s included in the Premium Membership?<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImI3MTM1NjciLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5QcmVtaXVtIG1lbWJlcnMgZ2V0IGFjY2VzcyB0byBkaXNjb3VudGVkIGV2ZW50IHRpY2tldHMsIGV4Y2x1c2l2ZSBRJmFtcDthbXA7QSBzZXNzaW9ucyB3aXRoIGZpbG1tYWtlcnMsIGFuZCBhbGwgdGhlIGJlbmVmaXRzIG9mIHRoZSBmcmVlIG1lbWJlcnNoaXAgdGllci48XC9wPiIsInRleHRfY29sb3IiOiIjRDFENURCIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-74ec140 e-con-full e-flex e-con e-child\\\" data-id=\\\"74ec140\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-f0da106 elementor-widget elementor-widget-heading\\\" data-id=\\\"f0da106\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">What\'s included in the Premium Membership?<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6Ijg3ZWM4YzAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5UbyB1cGdyYWRlIHlvdXIgbWVtYmVyc2hpcCwgcGxlYXNlIGNvbnRhY3QgdXMgYXQgY29udGFjdEBJbmRpYW5GaWxtQWxsaWFuY2UuY29tLiBPdXIgdGVhbSB3aWxsIGFzc2lzdCB5b3Ugd2l0aCB0aGUgdXBncmFkZSBwcm9jZXNzLjxcL3A+IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJ0eXBvZ3JhcGh5X2ZvbnRfZmFtaWx5IjoiSW50ZXIiLCJ0eXBvZ3JhcGh5X2ZvbnRfc2l6ZSI6eyJ1bml0IjoicHgiLCJzaXplIjoxOCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV9mb250X3dlaWdodCI6IjQwMCJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-eaef793 e-con-full e-flex e-con e-child\\\" data-id=\\\"eaef793\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-81c7d9d elementor-widget elementor-widget-heading\\\" data-id=\\\"81c7d9d\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">What\'s included in the Premium Membership?<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImMyYjJiZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5ZZXMsIHlvdSBjYW4gY2FuY2VsIHlvdXIgcGFpZCBtZW1iZXJzaGlwIGF0IGFueSB0aW1lLiBZb3VyIGJlbmVmaXRzIHdpbGwgY29udGludWUgdW50aWwgdGhlIGVuZCBvZiB5b3VyIGN1cnJlbnQgYmlsbGluZyBwZXJpb2QuPFwvcD4iLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsInR5cG9ncmFwaHlfZm9udF9mYW1pbHkiOiJJbnRlciIsInR5cG9ncmFwaHlfZm9udF9zaXplIjp7InVuaXQiOiJweCIsInNpemUiOjE4LCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X2ZvbnRfd2VpZ2h0IjoiNDAwIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-0d86209 e-con-full e-flex e-con e-child\\\" data-id=\\\"0d86209\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-d8daa42 elementor-widget elementor-widget-heading\\\" data-id=\\\"d8daa42\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">What\'s included in the Premium Membership?<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjNmNDY4YmQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJXZSBhY2NlcHQgYWxsIG1ham9yIGNyZWRpdCBhbmQgZGViaXQgY2FyZHMsIGluY2x1ZGluZyBWaXNhLCBNYXN0ZXJjYXJkLCBhbmQgQW1lcmljYW4gRXhwcmVzcy5cbiIsInRleHRfY29sb3IiOiIjRDFENURCIiwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwidHlwb2dyYXBoeV9mb250X2ZhbWlseSI6IkludGVyIiwidHlwb2dyYXBoeV9mb250X3NpemUiOnsidW5pdCI6InB4Iiwic2l6ZSI6MTgsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfZm9udF93ZWlnaHQiOiI0MDAifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\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\",\"scripts\":[],\"styles\":[]}}'),
(5732, 208, '_edit_lock', '1749731858:1'),
(5733, 716, '_elementor_edit_mode', 'builder'),
(5734, 716, '_elementor_template_type', 'wp-page'),
(5735, 716, '_elementor_version', '3.29.2'),
(5736, 716, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5737, 716, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5738, 716, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5739, 716, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5740, 716, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731795;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5741, 716, '_elementor_element_cache', '{\"timeout\":1749818195,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5742, 717, '_elementor_edit_mode', 'builder'),
(5743, 717, '_elementor_template_type', 'wp-page'),
(5744, 717, '_elementor_version', '3.29.2'),
(5745, 717, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5746, 717, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5747, 717, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5748, 717, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5749, 717, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731795;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5750, 717, '_elementor_element_cache', '{\"timeout\":1749818195,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5751, 718, '_elementor_edit_mode', 'builder'),
(5752, 718, '_elementor_template_type', 'wp-page'),
(5753, 718, '_elementor_version', '3.29.2'),
(5754, 718, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5755, 718, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5756, 718, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5757, 718, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5758, 718, '_elementor_css', 'a:6:{s:4:\"time\";i:1749731795;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5759, 718, '_elementor_element_cache', '{\"timeout\":1749818195,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5762, 719, '_elementor_edit_mode', 'builder'),
(5763, 719, '_elementor_template_type', 'wp-page'),
(5764, 719, '_elementor_version', '3.29.2'),
(5765, 719, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5766, 719, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5767, 719, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5768, 719, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5769, 719, '_elementor_css', 'a:6:{s:4:\"time\";i:1749732597;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5770, 719, '_elementor_element_cache', '{\"timeout\":1749818997,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5771, 720, '_elementor_edit_mode', 'builder'),
(5772, 720, '_elementor_template_type', 'wp-page'),
(5773, 720, '_elementor_version', '3.29.2'),
(5774, 720, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5775, 720, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"7bbbdf1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1fb5918\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5776, 720, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5777, 720, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5778, 720, '_elementor_css', 'a:6:{s:4:\"time\";i:1749732597;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5779, 720, '_elementor_element_cache', '{\"timeout\":1749818997,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5780, 721, '_elementor_edit_mode', 'builder'),
(5781, 721, '_elementor_template_type', 'wp-page'),
(5782, 721, '_elementor_version', '3.29.2'),
(5783, 721, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5784, 721, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5785, 721, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5786, 721, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5787, 721, '_elementor_css', 'a:6:{s:4:\"time\";i:1749732597;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5788, 721, '_elementor_element_cache', '{\"timeout\":1749818997,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7bbbdf1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7bbbdf1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFmYjU5MTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5791, 722, '_elementor_edit_mode', 'builder'),
(5792, 722, '_elementor_template_type', 'wp-page'),
(5793, 722, '_elementor_version', '3.29.2'),
(5794, 722, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5795, 722, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5796, 722, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5797, 722, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5798, 722, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733020;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5799, 722, '_elementor_element_cache', '{\"timeout\":1749819420,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-flex e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5800, 723, '_elementor_edit_mode', 'builder'),
(5801, 723, '_elementor_template_type', 'wp-page'),
(5802, 723, '_elementor_version', '3.29.2'),
(5803, 723, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5804, 723, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"51d2a52\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\" \"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5805, 723, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5806, 723, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5807, 723, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733020;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5808, 723, '_elementor_element_cache', '{\"timeout\":1749819420,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-flex e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5809, 724, '_elementor_edit_mode', 'builder'),
(5810, 724, '_elementor_template_type', 'wp-page'),
(5811, 724, '_elementor_version', '3.29.2'),
(5812, 724, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5813, 724, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5814, 724, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5815, 724, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5816, 724, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733020;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5817, 724, '_elementor_element_cache', '{\"timeout\":1749819420,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-51d2a52 e-con-full   e-flex e-con e-parent\" data-id=\"51d2a52\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-flex e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5820, 725, '_elementor_edit_mode', 'builder'),
(5821, 725, '_elementor_template_type', 'wp-page'),
(5822, 725, '_elementor_version', '3.29.2'),
(5823, 725, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5824, 725, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5825, 725, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5826, 725, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5827, 725, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733088;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5828, 725, '_elementor_element_cache', '{\"timeout\":1749819488,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full pb-16 e-flex e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5829, 726, '_elementor_edit_mode', 'builder'),
(5830, 726, '_elementor_template_type', 'wp-page'),
(5831, 726, '_elementor_version', '3.29.2'),
(5832, 726, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5833, 726, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5834, 726, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5835, 726, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5836, 726, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733088;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5837, 726, '_elementor_element_cache', '{\"timeout\":1749819488,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full pb-16 e-flex e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5838, 727, '_elementor_edit_mode', 'builder'),
(5839, 727, '_elementor_template_type', 'wp-page'),
(5840, 727, '_elementor_version', '3.29.2'),
(5841, 727, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5842, 727, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5843, 727, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5844, 727, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5845, 727, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733088;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5846, 727, '_elementor_element_cache', '{\"timeout\":1749819488,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full pb-16 e-flex e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5849, 728, '_elementor_edit_mode', 'builder'),
(5850, 728, '_elementor_template_type', 'wp-page'),
(5851, 728, '_elementor_version', '3.29.2'),
(5852, 728, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5853, 728, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5854, 728, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5855, 728, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5856, 728, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733130;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5857, 728, '_elementor_element_cache', '{\"timeout\":1749819530,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5858, 729, '_elementor_edit_mode', 'builder'),
(5859, 729, '_elementor_template_type', 'wp-page'),
(5860, 729, '_elementor_version', '3.29.2'),
(5861, 729, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5862, 729, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5863, 729, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5864, 729, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5865, 729, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733130;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5866, 729, '_elementor_element_cache', '{\"timeout\":1749819530,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5867, 730, '_elementor_edit_mode', 'builder'),
(5868, 730, '_elementor_template_type', 'wp-page'),
(5869, 730, '_elementor_version', '3.29.2'),
(5870, 730, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5871, 730, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5872, 730, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5873, 730, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5874, 730, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733130;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5875, 730, '_elementor_element_cache', '{\"timeout\":1749819530,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5878, 731, '_elementor_edit_mode', 'builder'),
(5879, 731, '_elementor_template_type', 'wp-page'),
(5880, 731, '_elementor_version', '3.29.2'),
(5881, 731, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5882, 731, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5883, 731, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5884, 731, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5885, 731, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733149;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5886, 731, '_elementor_element_cache', '{\"timeout\":1749819549,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5887, 732, '_elementor_edit_mode', 'builder'),
(5888, 732, '_elementor_template_type', 'wp-page'),
(5889, 732, '_elementor_version', '3.29.2'),
(5890, 732, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5891, 732, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 mb-12\"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5892, 732, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5893, 732, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5894, 732, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733149;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5895, 732, '_elementor_element_cache', '{\"timeout\":1749819549,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5896, 733, '_elementor_edit_mode', 'builder'),
(5897, 733, '_elementor_template_type', 'wp-page'),
(5898, 733, '_elementor_version', '3.29.2'),
(5899, 733, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5900, 733, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5901, 733, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5902, 733, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5903, 733, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733149;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5904, 733, '_elementor_element_cache', '{\"timeout\":1749819549,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20 mb-12 e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5907, 734, '_elementor_edit_mode', 'builder'),
(5908, 734, '_elementor_template_type', 'wp-page'),
(5909, 734, '_elementor_version', '3.29.2'),
(5910, 734, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5911, 734, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5912, 734, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5913, 734, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5914, 734, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733188;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5915, 734, '_elementor_element_cache', '{\"timeout\":1749819589,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5916, 735, '_elementor_edit_mode', 'builder'),
(5917, 735, '_elementor_template_type', 'wp-page'),
(5918, 735, '_elementor_version', '3.29.2'),
(5919, 735, '_wp_page_template', 'elementor_header_footer');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5920, 735, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"},{\"id\":\"23900e8\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5921, 735, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}'),
(5922, 735, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5923, 735, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733188;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5924, 735, '_elementor_element_cache', '{\"timeout\":1749819589,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5925, 736, '_elementor_edit_mode', 'builder'),
(5926, 736, '_elementor_template_type', 'wp-page'),
(5927, 736, '_elementor_version', '3.29.2'),
(5928, 736, '_wp_page_template', 'elementor_header_footer'),
(5929, 736, '_elementor_data', '[{\"id\":\"06aa715\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true}},\"elements\":[{\"id\":\"6cc0c4e\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"name\":\"Celebrating Indian Cinema in the UK\",\"desc\":\"Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-1-1-scaled.avif\",\"id\":494,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"332ee12\"},{\"name\":\"Cultural Exchange Through Cinema\",\"desc\":\"Building bridges between British and Indian filmmakers\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-2-scaled.avif\",\"id\":496,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"3a1e451\"},{\"name\":\"Community Connection\",\"desc\":\"Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\\n\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-3-scaled.avif\",\"id\":497,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ad413cb\"},{\"name\":\"Award-Winning Storytelling\",\"desc\":\"Showcasing the best of Indian cinema in the UK\\n\\n\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/hero-4.jpg\",\"id\":498,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"9ed76c1\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"View Events\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_slider\"}],\"isInner\":false},{\"id\":\"8b8fc79\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"9ca0d38\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"7e237a9\",\"elType\":\"widget\",\"settings\":{\"title\":\"Bridging Cultures Through Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"left\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"3714e4c\",\"elType\":\"widget\",\"settings\":{\"editor\":\"The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"249a679\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"5240e2c\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm1-scaled.jpeg\",\"id\":596,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"fef0c93\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm2-scaled.jpeg\",\"id\":597,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"ccbce0c\"},{\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/comm3-scaled.jpeg\",\"id\":598,\"alt\":\"\",\"source\":\"library\"},\"class\":\"\",\"_id\":\"f6e701f\"}],\"button1\":\"Join our growing community\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_community\"}],\"isInner\":true},{\"id\":\"b819702\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"86722cb\",\"elType\":\"container\",\"settings\":{\"container_type\":\"grid\",\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]}},\"elements\":[{\"id\":\"4fcb205\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"13016b1\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-film\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"435a8c3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Film Screenings\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"eb5ae19\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"dbb457e\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"46afadd\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"far fa-calendar\",\"library\":\"fa-regular\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"03cb2b3\",\"elType\":\"widget\",\"settings\":{\"title\":\"Events & Festivals\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"60d72c4\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"21b4906\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"cee674d\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-user-friends\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"3ce7d7a\",\"elType\":\"widget\",\"settings\":{\"title\":\"Networking\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"1a2de1d\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"e1e3f23\",\"elType\":\"container\",\"settings\":{\"content_width\":\"full\",\"width\":{\"unit\":\"px\",\"size\":\"\",\"sizes\":[]},\"flex_justify_content\":\"center\",\"flex_align_items\":\"flex-start\",\"background_background\":\"classic\",\"background_color\":\"#0E2143\",\"border_border\":\"solid\",\"border_width\":{\"unit\":\"px\",\"top\":\"1\",\"right\":\"1\",\"bottom\":\"1\",\"left\":\"1\",\"isLinked\":true},\"border_color\":\"#2A4D84\",\"border_radius\":{\"unit\":\"px\",\"top\":\"6\",\"right\":\"6\",\"bottom\":\"6\",\"left\":\"6\",\"isLinked\":true},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"css_classes\":\"p-6\"},\"elements\":[{\"id\":\"71afabb\",\"elType\":\"widget\",\"settings\":{\"selected_icon\":{\"value\":\"fas fa-book-open\",\"library\":\"fa-solid\"},\"view\":\"stacked\",\"shape\":\"rounded\",\"primary_color\":\"#15315C\",\"secondary_color\":\"#DEC256\",\"size\":{\"unit\":\"px\",\"size\":21,\"sizes\":[]},\"border_radius\":{\"unit\":\"px\",\"top\":\"30\",\"right\":\"30\",\"bottom\":\"30\",\"left\":\"30\",\"isLinked\":true}},\"elements\":[],\"widgetType\":\"icon\"},{\"id\":\"f1ddaac\",\"elType\":\"widget\",\"settings\":{\"title\":\"Resources\",\"header_size\":\"h5\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading font-semibold text-lg text-white mb-2\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"b63b406\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\\n\\n\",\"align\":\"left\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true}],\"isInner\":true}],\"isInner\":true}],\"isInner\":false},{\"id\":\"4048afb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"container_type\":\"grid\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 \"},\"elements\":[{\"id\":\"29dd9ff\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]}},\"elements\":[{\"id\":\"cecbed4\",\"elType\":\"widget\",\"settings\":{\"title\":\"Announcements and Upcoming Events\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"4ee07f5\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Stay updated with our latest announcements and discover upcoming screenings,<br \\/>workshops, and networking events.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"82c9d02\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":2,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\"},\"elements\":[{\"id\":\"c7e024b\",\"elType\":\"widget\",\"settings\":{\"title\":\"\\ud83c\\udfac A Spectacular Inauguration for the Indian Film Alliance (IFA)! \\ud83c\\udfac\",\"tag\":\"Announcement\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/Indian-Film-Business.png\",\"id\":624,\"size\":\"\",\"alt\":\"\",\"source\":\"library\"},\"desc\":\"The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event\\u2014\\\"Indian Film Business - Insights from the Leaders\\\"\\u2014hosted and supported by the Consulate General of India, Birmingham!\",\"date\":\"27 Apr 2024\",\"time\":\"15:00\",\"address\":\"Consulate General of India, Birmingham\",\"button\":\"Read More\",\"button_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_events\"}],\"isInner\":true}],\"isInner\":false},{\"id\":\"2864d9d\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"content_width\":\"full\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"css_classes\":\"py-16 pt-0\"},\"elements\":[{\"id\":\"6ad1bc9\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Grid\",\"presetIcon\":\"eicon-container-grid\",\"content_width\":\"full\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"container_type\":\"grid\",\"css_classes\":\"pb-16\"},\"elements\":[{\"id\":\"9289017\",\"elType\":\"widget\",\"settings\":{\"title\":\"Celebrating Indian Cinema\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"2f9d59a\",\"elType\":\"widget\",\"settings\":{\"editor\":\"Discover the rich diversity of films from across India\'s vibrant film industries.\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"}],\"isInner\":true},{\"id\":\"a7ebb80\",\"elType\":\"widget\",\"settings\":{\"testimonials\":[{\"fname\":\"Mughal-E-Azam\",\"aname\":\"K. Asif\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-1.jpg\",\"id\":638,\"alt\":\"\",\"source\":\"library\"},\"year\":\"1960\",\"language\":\"Hindi\",\"_id\":\"5fb0a0c\"},{\"name\":\"Sholay\",\"aname\":\"Ramesh Sippy\",\"year\":\"1975\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-2.jpg\",\"id\":639,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"d53b8b5\",\"fname\":\"Sholay\"},{\"name\":\"Lagaan\",\"aname\":\"Ashutosh Gowariker\",\"year\":\"2001\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-3.jpg\",\"id\":640,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"0b78760\",\"fname\":\"Lagaan\"},{\"name\":\"Bajrangi Bhaijaan\",\"aname\":\"Kabir Khan\",\"year\":\"2015\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-4.jpg\",\"id\":641,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"72b3f55\",\"fname\":\"Bajrangi Bhaijaan\"},{\"name\":\"Padmaavat\",\"aname\":\"Sanjay Leela Bhansali\",\"year\":\"2018\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-5.jpg\",\"id\":642,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Hindi\",\"_id\":\"78f2cc0\",\"fname\":\"Padmaavat\"},{\"name\":\"Nayagan\",\"aname\":\"Mani Ratnam\",\"year\":\"1987\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-6.jpg\",\"id\":643,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"1e7ae82\",\"fname\":\"Nayagan\"},{\"name\":\"Ponniyin Selvan\",\"aname\":\"Mani Ratnam\",\"year\":\"2022\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-7.jpg\",\"id\":644,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"951577e\",\"fname\":\"Ponniyin Selvan\"},{\"name\":\"Baashha\",\"aname\":\"Suresh Krissna\",\"year\":\"1995\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-8.jpg\",\"id\":645,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Tamil\",\"_id\":\"06bb571\",\"fname\":\"Baashha\"},{\"name\":\"Drishyam\",\"aname\":\"Jeethu Joseph\",\"year\":\"2013\",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-9.jpg\",\"id\":646,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"d250248\",\"fname\":\"Drishyam\"},{\"name\":\"Bangalore Days\",\"aname\":\"Anjali Menon\",\"year\":\"2014 \",\"image\":{\"url\":\"https:\\/\\/ifa-wp.dreamstechnologies.com\\/wp-content\\/uploads\\/2025\\/06\\/c-10.jpg\",\"id\":647,\"alt\":\"\",\"source\":\"library\"},\"language\":\"Malayalam\",\"_id\":\"2e026bf\",\"fname\":\"Bangalore Days\"}],\"button1\":\"Join Club IFA\",\"button1_link\":\"#\",\"button2\":\"Join Club IFA\",\"button2_link\":\"#\"},\"elements\":[],\"widgetType\":\"dreamsrent_elementor_cinema\"}],\"isInner\":false},{\"id\":\"d1440eb\",\"elType\":\"container\",\"settings\":{\"flex_direction\":\"column\",\"flex_gap\":{\"column\":\"0\",\"row\":\"0\",\"isLinked\":true,\"unit\":\"px\",\"size\":0},\"padding\":{\"unit\":\"px\",\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"isLinked\":true},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]},\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_justify_items\":\"center\",\"grid_align_items\":\"center\",\"css_classes\":\"py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white\",\"background_background\":\"classic\",\"background_color\":\"#091730\"},\"elements\":[{\"id\":\"ad3af89\",\"elType\":\"container\",\"settings\":{\"presetTitle\":\"Container\",\"presetIcon\":\"eicon-container\",\"grid_columns_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"grid_rows_grid\":{\"unit\":\"fr\",\"size\":1,\"sizes\":[]},\"boxed_width\":{\"unit\":\"px\",\"size\":1216,\"sizes\":[]}},\"elements\":[{\"id\":\"71d1bc1\",\"elType\":\"widget\",\"settings\":{\"title\":\"Join Club IFA\\n\",\"header_size\":\"h1\",\"align\":\"center\",\"typography_typography\":\"custom\",\"typography_font_family\":\"Montserrat\",\"title_color\":\"#FFFFFF\",\"_css_classes\":\"font-heading text-3xl md:text-4xl font-bold text-white mb-6\"},\"elements\":[],\"widgetType\":\"heading\"},{\"id\":\"35650dd\",\"elType\":\"widget\",\"settings\":{\"editor\":\"<p>Become part of our community and unlock exclusive benefits for Indian cinema<br \\/>enthusiasts and filmmakers.<\\/p>\",\"align\":\"center\",\"text_color\":\"#D1D5DB\",\"_element_custom_width\":{\"unit\":\"%\",\"size\":60,\"sizes\":[]},\"typography_typography\":\"custom\",\"_css_classes\":\"text-gray-300 mb-6\"},\"elements\":[],\"widgetType\":\"text-editor\"},{\"id\":\"846392a\",\"elType\":\"widget\",\"settings\":{\"label\":\"View All\",\"included_membership_levels\":[\"1\",\"2\",\"3\"],\"popular_item\":\"2\"},\"elements\":[],\"widgetType\":\"dreamsrent-taxonomy-membership\"}],\"isInner\":true}],\"isInner\":false}]'),
(5930, 736, '_elementor_page_settings', 'a:2:{s:21:\"background_background\";s:7:\"classic\";s:16:\"background_color\";s:7:\"#0C1D3C\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5931, 736, '_elementor_page_assets', 'a:2:{s:7:\"scripts\";a:2:{i:0;s:29:\"dreamsrentelementor-elementor\";i:1;s:18:\"elementor-frontend\";}s:6:\"styles\";a:1:{i:0;s:14:\"widget-heading\";}}'),
(5932, 736, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733188;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}'),
(5933, 736, '_elementor_element_cache', '{\"timeout\":1749819589,\"value\":{\"content\":\"<div class=\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\" data-id=\"06aa715\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"8b8fc79\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\" data-id=\"9ca0d38\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"7e237a9\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Bridging Cultures Through Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\" data-id=\"b819702\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\" data-id=\"86722cb\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\" data-id=\"4fcb205\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"13016b1\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-film\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"435a8c3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Film Screenings</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\" data-id=\"dbb457e\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"46afadd\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-far-calendar\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"03cb2b3\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Events &amp; Festivals</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\" data-id=\"21b4906\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"cee674d\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-user-friends\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"3ce7d7a\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Networking</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt<div class=\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\" data-id=\"e1e3f23\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">ntttt<div class=\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\" data-id=\"71afabb\" data-element_type=\"widget\" data-widget_type=\"icon.default\">ntttt<div class=\"elementor-widget-container\">nttttttt<div class=\"elementor-icon-wrapper\">nttt<div class=\"elementor-icon\">nttt<svg aria-hidden=\"true\" class=\"e-font-icon-svg e-fas-book-open\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>ttt</div>ntt</div>ntttttt</div>ntttt</div>ntttt<div class=\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\" data-id=\"f1ddaac\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h5 class=\"elementor-heading-title elementor-size-default\">Resources</h5>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntttt</div>ntttt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-4048afb e-grid py-20  e-con-boxed e-con e-parent\" data-id=\"4048afb\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\" data-id=\"29dd9ff\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"cecbed4\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Announcements and Upcoming Eventsn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\" data-id=\"82c9d02\" data-element_type=\"container\">ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjIzOTAwZTgiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\"]tt</div>nttttt</div>ntttt</div>ntt<div class=\"elementor-element elementor-element-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\" data-id=\"2864d9d\" data-element_type=\"container\">ntt<div class=\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\" data-id=\"6ad1bc9\" data-element_type=\"container\">ntttt<div class=\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"9289017\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Celebrating Indian Cineman</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\"]tt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\"]tt</div>ntt<div class=\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\" data-id=\"d1440eb\" data-element_type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">nttttt<div class=\"e-con-inner\">ntt<div class=\"elementor-element elementor-element-ad3af89 e-flex e-con-boxed e-con e-child\" data-id=\"ad3af89\" data-element_type=\"container\">nttttt<div class=\"e-con-inner\">ntttt<div class=\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\" data-id=\"71d1bc1\" data-element_type=\"widget\" data-widget_type=\"heading.default\">ntttt<div class=\"elementor-widget-container\">nttttt<h1 class=\"elementor-heading-title elementor-size-default\">Join Club IFAn</h1>tttt</div>ntttt</div>ntt[elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\"][elementor-element k=\"3702c9343bd2e54191e379c987741792\" data=\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\"]ttt</div>ntttt</div>nttttt</div>ntttt</div>ntt\",\"scripts\":[],\"styles\":[]}}'),
(5934, 29, '_elementor_css', 'a:6:{s:4:\"time\";i:1749733204;s:5:\"fonts\";a:1:{i:0;s:10:\"Montserrat\";}s:5:\"icons\";a:2:{i:0;s:8:\"fa-solid\";i:1;s:10:\"fa-regular\";}s:20:\"dynamic_elements_ids\";a:0:{}s:6:\"status\";s:4:\"file\";i:0;s:0:\"\";}');
INSERT INTO `wp_postmeta` (`meta_id`, `post_id`, `meta_key`, `meta_value`) VALUES
(5935, 29, '_elementor_element_cache', '{\"timeout\":1749819604,\"value\":{\"content\":\"<div class=\\\"elementor-element elementor-element-06aa715 e-con-full e-flex e-con e-parent\\\" data-id=\\\"06aa715\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjZjYzBjNGUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7Im5hbWUiOiJDZWxlYnJhdGluZyBJbmRpYW4gQ2luZW1hIGluIHRoZSBVSyIsImRlc2MiOiJKb2luIHVzIGluIGV4cGxvcmluZyB0aGUgcmljaCBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBhbmQgY3VsdHVyYWwgZGl2ZXJzaXR5IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBzY3JlZW5pbmdzLCB3b3Jrc2hvcHMsIGFuZCBuZXR3b3JraW5nIGV2ZW50cy4iLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2hlcm8tMS0xLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6IjMzMmVlMTIifSx7Im5hbWUiOiJDdWx0dXJhbCBFeGNoYW5nZSBUaHJvdWdoIENpbmVtYSIsImRlc2MiOiJCdWlsZGluZyBicmlkZ2VzIGJldHdlZW4gQnJpdGlzaCBhbmQgSW5kaWFuIGZpbG1tYWtlcnNcblxuIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9oZXJvLTItc2NhbGVkLmF2aWYiLCJpZCI6NDk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiM2ExZTQ1MSJ9LHsibmFtZSI6IkNvbW11bml0eSBDb25uZWN0aW9uIiwiZGVzYyI6IkpvaW4gb3VyIHRocml2aW5nIG5ldHdvcmsgb2YgZmlsbW1ha2VycywgYXJ0aXN0cywgYW5kIGVudGh1c2lhc3RzIHNoYXBpbmcgdGhlIGZ1dHVyZSBvZiBJbmRpYW4gY2luZW1hIGluIHRoZSBVS1xuXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby0zLXNjYWxlZC5hdmlmIiwiaWQiOjQ5NywiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImFkNDEzY2IifSx7Im5hbWUiOiJBd2FyZC1XaW5uaW5nIFN0b3J5dGVsbGluZyIsImRlc2MiOiJTaG93Y2FzaW5nIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgaW4gdGhlIFVLXG5cbiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvaGVyby00LmpwZyIsImlkIjo0OTgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiI5ZWQ3NmMxIn1dLCJidXR0b24xIjoiSm9pbiBDbHViIElGQSIsImJ1dHRvbjFfbGluayI6IiMiLCJidXR0b24yIjoiVmlldyBFdmVudHMiLCJidXR0b24yX2xpbmsiOiIjIn0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6ImRyZWFtc3JlbnRfZWxlbWVudG9yX3NsaWRlciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-8b8fc79 e-grid py-20  e-con-boxed e-con e-parent\\\" data-id=\\\"8b8fc79\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-9ca0d38 e-con-full e-flex e-con e-child\\\" data-id=\\\"9ca0d38\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-7e237a9 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\\\" data-id=\\\"7e237a9\\\" 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<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Bridging Cultures Through Indian Cinema\\n<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjM3MTRlNGMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkgaXMgZGVkaWNhdGVkIHRvIHByb21vdGluZyB0aGUgcmljaCB0cmFkaXRpb24gb2YgSW5kaWFuIGNpbmVtYSBpbiB0aGUgVUsuIE91ciBtaXNzaW9uIGlzIHRvIGJyaWRnZSBjdWx0dXJlcyB0aHJvdWdoIGZpbG0gYnkgc2hvd2Nhc2luZyB0aGUgZGl2ZXJzZSBzdG9yeXRlbGxpbmcgdHJhZGl0aW9ucyBmcm9tIGFjcm9zcyBJbmRpYSdzIHZpYnJhbnQgZmlsbSBpbmR1c3RyaWVzLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjI0OWE2NzkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJUaHJvdWdoIHNjcmVlbmluZ3MsIHdvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLCB3ZSBjcmVhdGUgc3BhY2VzIGZvciBjdWx0dXJhbCBleGNoYW5nZSBhbmQgYXBwcmVjaWF0aW9uLCB3aGlsZSBhbHNvIHN1cHBvcnRpbmcgSW5kaWFuIGZpbG1tYWtlcnMgaW4gcmVhY2hpbmcgVUsgYXVkaWVuY2VzIiwiYWxpZ24iOiJsZWZ0IiwidGV4dF9jb2xvciI6IiNEMUQ1REIiLCJfZWxlbWVudF9jdXN0b21fd2lkdGgiOnsidW5pdCI6IiUiLCJzaXplIjo2MCwic2l6ZXMiOltdfSwidHlwb2dyYXBoeV90eXBvZ3JhcGh5IjoiY3VzdG9tIiwiX2Nzc19jbGFzc2VzIjoidGV4dC1ncmF5LTMwMCBtYi02In0sImVsZW1lbnRzIjpbXSwid2lkZ2V0VHlwZSI6InRleHQtZWRpdG9yIn0=\\\"][elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjUyNDBlMmMiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvY29tbTEtc2NhbGVkLmpwZWciLCJpZCI6NTk2LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImNsYXNzIjoiIiwiX2lkIjoiZmVmMGM5MyJ9LHsiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jb21tMi1zY2FsZWQuanBlZyIsImlkIjo1OTcsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwiY2xhc3MiOiIiLCJfaWQiOiJjY2JjZTBjIn0seyJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2NvbW0zLXNjYWxlZC5qcGVnIiwiaWQiOjU5OCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJjbGFzcyI6IiIsIl9pZCI6ImY2ZTcwMWYifV0sImJ1dHRvbjEiOiJKb2luIG91ciBncm93aW5nIGNvbW11bml0eSJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jb21tdW5pdHkifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-b819702 e-con-full e-flex e-con e-child\\\" data-id=\\\"b819702\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-86722cb e-grid e-con-full e-con e-child\\\" data-id=\\\"86722cb\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-4fcb205 e-con-full p-6 e-flex e-con e-child\\\" data-id=\\\"4fcb205\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-13016b1 elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"13016b1\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-film\\\" viewBox=\\\"0 0 512 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-435a8c3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\\\" data-id=\\\"435a8c3\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Film Screenings<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImViNWFlMTkiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJFeHBlcmllbmNlIHRoZSBiZXN0IG9mIEluZGlhbiBjaW5lbWEgdGhyb3VnaCBvdXIgY3VyYXRlZCBzY3JlZW5pbmdzIG9mIGNsYXNzaWMgYW5kIGNvbnRlbXBvcmFyeSBmaWxtcyBhY3Jvc3MgdmFyaW91cyBsYW5ndWFnZXMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-dbb457e e-con-full p-6 e-flex e-con e-child\\\" data-id=\\\"dbb457e\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-46afadd elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"46afadd\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-far-calendar\\\" viewBox=\\\"0 0 448 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-03cb2b3 font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\\\" data-id=\\\"03cb2b3\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Events &amp; Festivals<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjYwZDcyYzQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJKb2luIHVzIGZvciBzcGVjaWFsIGV2ZW50cywgZmlsbSBmZXN0aXZhbHMsIGFuZCBjdWx0dXJhbCBjZWxlYnJhdGlvbnMgdGhyb3VnaG91dCB0aGUgeWVhciBhY3Jvc3MgdGhlIFVLLlxuXG4iLCJhbGlnbiI6ImxlZnQiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-21b4906 e-con-full p-6 e-flex e-con e-child\\\" data-id=\\\"21b4906\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cee674d elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"cee674d\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-user-friends\\\" viewBox=\\\"0 0 640 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-3ce7d7a font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\\\" data-id=\\\"3ce7d7a\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Networking<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjFhMmRlMWQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJDb25uZWN0IHdpdGggZmVsbG93IGZpbG0gZW50aHVzaWFzdHMsIGZpbG1tYWtlcnMsIGFuZCBpbmR1c3RyeSBwcm9mZXNzaW9uYWxzIHRocm91Z2ggb3VyIHJlZ3VsYXIgbmV0d29ya2luZyBldmVudHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-e1e3f23 e-con-full p-6 e-flex e-con e-child\\\" data-id=\\\"e1e3f23\\\" data-element_type=\\\"container\\\" data-settings=\\\"{&quot;background_background&quot;:&quot;classic&quot;}\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-71afabb elementor-view-stacked elementor-shape-rounded elementor-widget elementor-widget-icon\\\" data-id=\\\"71afabb\\\" data-element_type=\\\"widget\\\" data-widget_type=\\\"icon.default\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-widget-container\\\">\\n\\t\\t\\t\\t\\t\\t\\t<div class=\\\"elementor-icon-wrapper\\\">\\n\\t\\t\\t<div class=\\\"elementor-icon\\\">\\n\\t\\t\\t<svg aria-hidden=\\\"true\\\" class=\\\"e-font-icon-svg e-fas-book-open\\\" viewBox=\\\"0 0 576 512\\\" xmlns=\\\"http:\\/\\/www.w3.org\\/2000\\/svg\\\"><path d=\\\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\\\"><\\/path><\\/svg>\\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 class=\\\"elementor-element elementor-element-f1ddaac font-heading font-semibold text-lg text-white mb-2 elementor-widget elementor-widget-heading\\\" data-id=\\\"f1ddaac\\\" 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<h5 class=\\\"elementor-heading-title elementor-size-default\\\">Resources<\\/h5>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImI2M2I0MDYiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJBY2Nlc3Mgb3VyIGV4dGVuc2l2ZSBsaWJyYXJ5IG9mIHJlc291cmNlcyBmb3IgZmlsbW1ha2VycywgaW5jbHVkaW5nIGd1aWRlcywgdGVtcGxhdGVzLCBhbmQgaW5kdXN0cnkgY29udGFjdHMuXG5cbiIsImFsaWduIjoibGVmdCIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\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-4048afb e-grid py-20  e-con-boxed e-con e-parent\\\" data-id=\\\"4048afb\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-29dd9ff e-con-full e-flex e-con e-child\\\" data-id=\\\"29dd9ff\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-cecbed4 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\\\" data-id=\\\"cecbed4\\\" 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<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Announcements and Upcoming Events\\n<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjRlZTA3ZjUiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5TdGF5IHVwZGF0ZWQgd2l0aCBvdXIgbGF0ZXN0IGFubm91bmNlbWVudHMgYW5kIGRpc2NvdmVyIHVwY29taW5nIHNjcmVlbmluZ3MsPGJyIFwvPndvcmtzaG9wcywgYW5kIG5ldHdvcmtpbmcgZXZlbnRzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-82c9d02 e-con-full e-grid e-con e-child\\\" data-id=\\\"82c9d02\\\" data-element_type=\\\"container\\\">\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImM3ZTAyNGIiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0aXRsZSI6Ilx1ZDgzY1x1ZGZhYyBBIFNwZWN0YWN1bGFyIEluYXVndXJhdGlvbiBmb3IgdGhlIEluZGlhbiBGaWxtIEFsbGlhbmNlIChJRkEpISBcdWQ4M2NcdWRmYWMiLCJ0YWciOiJBbm5vdW5jZW1lbnQiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL0luZGlhbi1GaWxtLUJ1c2luZXNzLnBuZyIsImlkIjo2MjQsInNpemUiOiIiLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImRlc2MiOiJUaGUgSW5kaWFuIEZpbG0gQWxsaWFuY2UgKElGQSkga2lja2VkIG9mZiBpbiBncmFuZCBzdHlsZSB3aXRoIGl0cyBpbmF1Z3VyYWwgZXZlbnRcdTIwMTRcIkluZGlhbiBGaWxtIEJ1c2luZXNzIC0gSW5zaWdodHMgZnJvbSB0aGUgTGVhZGVyc1wiXHUyMDE0aG9zdGVkIGFuZCBzdXBwb3J0ZWQgYnkgdGhlIENvbnN1bGF0ZSBHZW5lcmFsIG9mIEluZGlhLCBCaXJtaW5naGFtISIsImRhdGUiOiIyNyBBcHIgMjAyNCIsInRpbWUiOiIxNTowMCIsImFkZHJlc3MiOiJDb25zdWxhdGUgR2VuZXJhbCBvZiBJbmRpYSwgQmlybWluZ2hhbSIsImJ1dHRvbiI6IlJlYWQgTW9yZSIsImJ1dHRvbl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9ldmVudHMifQ==\\\"]\\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-2864d9d e-con-full py-16 pt-0 e-flex e-con e-parent\\\" data-id=\\\"2864d9d\\\" data-element_type=\\\"container\\\">\\n\\t\\t<div class=\\\"elementor-element elementor-element-6ad1bc9 e-con-full e-grid pb-16 e-con e-child\\\" data-id=\\\"6ad1bc9\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-9289017 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\\\" data-id=\\\"9289017\\\" 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<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Celebrating Indian Cinema\\n<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjJmOWQ1OWEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiJEaXNjb3ZlciB0aGUgcmljaCBkaXZlcnNpdHkgb2YgZmlsbXMgZnJvbSBhY3Jvc3MgSW5kaWEncyB2aWJyYW50IGZpbG0gaW5kdXN0cmllcy4iLCJhbGlnbiI6ImNlbnRlciIsInRleHRfY29sb3IiOiIjRDFENURCIiwiX2VsZW1lbnRfY3VzdG9tX3dpZHRoIjp7InVuaXQiOiIlIiwic2l6ZSI6NjAsInNpemVzIjpbXX0sInR5cG9ncmFwaHlfdHlwb2dyYXBoeSI6ImN1c3RvbSIsIl9jc3NfY2xhc3NlcyI6InRleHQtZ3JheS0zMDAgbWItNiJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJ0ZXh0LWVkaXRvciJ9\\\"]\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6ImE3ZWJiODAiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJ0ZXN0aW1vbmlhbHMiOlt7ImZuYW1lIjoiTXVnaGFsLUUtQXphbSIsImFuYW1lIjoiSy4gQXNpZiIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xLmpwZyIsImlkIjo2MzgsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwieWVhciI6IjE5NjAiLCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiNWZiMGEwYyJ9LHsibmFtZSI6IlNob2xheSIsImFuYW1lIjoiUmFtZXNoIFNpcHB5IiwieWVhciI6IjE5NzUiLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtMi5qcGciLCJpZCI6NjM5LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiSGluZGkiLCJfaWQiOiJkNTNiOGI1IiwiZm5hbWUiOiJTaG9sYXkifSx7Im5hbWUiOiJMYWdhYW4iLCJhbmFtZSI6IkFzaHV0b3NoIEdvd2FyaWtlciIsInllYXIiOiIyMDAxIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTMuanBnIiwiaWQiOjY0MCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IkhpbmRpIiwiX2lkIjoiMGI3ODc2MCIsImZuYW1lIjoiTGFnYWFuIn0seyJuYW1lIjoiQmFqcmFuZ2kgQmhhaWphYW4iLCJhbmFtZSI6IkthYmlyIEtoYW4iLCJ5ZWFyIjoiMjAxNSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy00LmpwZyIsImlkIjo2NDEsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6IjcyYjNmNTUiLCJmbmFtZSI6IkJhanJhbmdpIEJoYWlqYWFuIn0seyJuYW1lIjoiUGFkbWFhdmF0IiwiYW5hbWUiOiJTYW5qYXkgTGVlbGEgQmhhbnNhbGkiLCJ5ZWFyIjoiMjAxOCIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy01LmpwZyIsImlkIjo2NDIsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJIaW5kaSIsIl9pZCI6Ijc4ZjJjYzAiLCJmbmFtZSI6IlBhZG1hYXZhdCJ9LHsibmFtZSI6Ik5heWFnYW4iLCJhbmFtZSI6Ik1hbmkgUmF0bmFtIiwieWVhciI6IjE5ODciLCJpbWFnZSI6eyJ1cmwiOiJodHRwOlwvXC9sb2NhbGhvc3RcL2luZGlhbmZpbG1hbGxpYW5jZVwvd3AtY29udGVudFwvdXBsb2Fkc1wvMjAyNVwvMDZcL2MtNi5qcGciLCJpZCI6NjQzLCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiVGFtaWwiLCJfaWQiOiIxZTdhZTgyIiwiZm5hbWUiOiJOYXlhZ2FuIn0seyJuYW1lIjoiUG9ubml5aW4gU2VsdmFuIiwiYW5hbWUiOiJNYW5pIFJhdG5hbSIsInllYXIiOiIyMDIyIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTcuanBnIiwiaWQiOjY0NCwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6IlRhbWlsIiwiX2lkIjoiOTUxNTc3ZSIsImZuYW1lIjoiUG9ubml5aW4gU2VsdmFuIn0seyJuYW1lIjoiQmFhc2hoYSIsImFuYW1lIjoiU3VyZXNoIEtyaXNzbmEiLCJ5ZWFyIjoiMTk5NSIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy04LmpwZyIsImlkIjo2NDUsImFsdCI6IiIsInNvdXJjZSI6ImxpYnJhcnkifSwibGFuZ3VhZ2UiOiJUYW1pbCIsIl9pZCI6IjA2YmI1NzEiLCJmbmFtZSI6IkJhYXNoaGEifSx7Im5hbWUiOiJEcmlzaHlhbSIsImFuYW1lIjoiSmVldGh1IEpvc2VwaCIsInllYXIiOiIyMDEzIiwiaW1hZ2UiOnsidXJsIjoiaHR0cDpcL1wvbG9jYWxob3N0XC9pbmRpYW5maWxtYWxsaWFuY2VcL3dwLWNvbnRlbnRcL3VwbG9hZHNcLzIwMjVcLzA2XC9jLTkuanBnIiwiaWQiOjY0NiwiYWx0IjoiIiwic291cmNlIjoibGlicmFyeSJ9LCJsYW5ndWFnZSI6Ik1hbGF5YWxhbSIsIl9pZCI6ImQyNTAyNDgiLCJmbmFtZSI6IkRyaXNoeWFtIn0seyJuYW1lIjoiQmFuZ2Fsb3JlIERheXMiLCJhbmFtZSI6IkFuamFsaSBNZW5vbiIsInllYXIiOiIyMDE0ICIsImltYWdlIjp7InVybCI6Imh0dHA6XC9cL2xvY2FsaG9zdFwvaW5kaWFuZmlsbWFsbGlhbmNlXC93cC1jb250ZW50XC91cGxvYWRzXC8yMDI1XC8wNlwvYy0xMC5qcGciLCJpZCI6NjQ3LCJhbHQiOiIiLCJzb3VyY2UiOiJsaWJyYXJ5In0sImxhbmd1YWdlIjoiTWFsYXlhbGFtIiwiX2lkIjoiMmUwMjZiZiIsImZuYW1lIjoiQmFuZ2Fsb3JlIERheXMifV0sImJ1dHRvbjEiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMV9saW5rIjoiIyIsImJ1dHRvbjIiOiJKb2luIENsdWIgSUZBIiwiYnV0dG9uMl9saW5rIjoiIyJ9LCJlbGVtZW50cyI6W10sIndpZGdldFR5cGUiOiJkcmVhbXNyZW50X2VsZW1lbnRvcl9jaW5lbWEifQ==\\\"]\\t\\t<\\/div>\\n\\t\\t<div class=\\\"elementor-element elementor-element-d1440eb py-20 bg-gradient-to-b from-navy-800 to-navy-900 text-white e-flex e-con-boxed e-con e-parent\\\" data-id=\\\"d1440eb\\\" 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-ad3af89 e-flex e-con-boxed e-con e-child\\\" data-id=\\\"ad3af89\\\" data-element_type=\\\"container\\\">\\n\\t\\t\\t\\t\\t<div class=\\\"e-con-inner\\\">\\n\\t\\t\\t\\t<div class=\\\"elementor-element elementor-element-71d1bc1 font-heading text-3xl md:text-4xl font-bold text-white mb-6 elementor-widget elementor-widget-heading\\\" data-id=\\\"71d1bc1\\\" 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<h1 class=\\\"elementor-heading-title elementor-size-default\\\">Join Club IFA\\n<\\/h1>\\t\\t\\t\\t<\\/div>\\n\\t\\t\\t\\t<\\/div>\\n\\t\\t[elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6IjM1NjUwZGQiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJlZGl0b3IiOiI8cD5CZWNvbWUgcGFydCBvZiBvdXIgY29tbXVuaXR5IGFuZCB1bmxvY2sgZXhjbHVzaXZlIGJlbmVmaXRzIGZvciBJbmRpYW4gY2luZW1hPGJyIFwvPmVudGh1c2lhc3RzIGFuZCBmaWxtbWFrZXJzLjxcL3A+IiwiYWxpZ24iOiJjZW50ZXIiLCJ0ZXh0X2NvbG9yIjoiI0QxRDVEQiIsIl9lbGVtZW50X2N1c3RvbV93aWR0aCI6eyJ1bml0IjoiJSIsInNpemUiOjYwLCJzaXplcyI6W119LCJ0eXBvZ3JhcGh5X3R5cG9ncmFwaHkiOiJjdXN0b20iLCJfY3NzX2NsYXNzZXMiOiJ0ZXh0LWdyYXktMzAwIG1iLTYifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoidGV4dC1lZGl0b3IifQ==\\\"][elementor-element k=\\\"3702c9343bd2e54191e379c987741792\\\" data=\\\"eyJpZCI6Ijg0NjM5MmEiLCJlbFR5cGUiOiJ3aWRnZXQiLCJzZXR0aW5ncyI6eyJsYWJlbCI6IlZpZXcgQWxsIiwiaW5jbHVkZWRfbWVtYmVyc2hpcF9sZXZlbHMiOlsiMSIsIjIiLCIzIl0sInBvcHVsYXJfaXRlbSI6IjIifSwiZWxlbWVudHMiOltdLCJ3aWRnZXRUeXBlIjoiZHJlYW1zcmVudC10YXhvbm9teS1tZW1iZXJzaGlwIn0=\\\"]\\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\",\"scripts\":[],\"styles\":[]}}');

-- --------------------------------------------------------

--
-- Table structure for table `wp_posts`
--

CREATE TABLE `wp_posts` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `post_author` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_title` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_excerpt` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'open',
  `post_password` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `post_name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `to_ping` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `pinged` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `post_parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `guid` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_posts`
--

INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(1, 1, '2025-06-09 10:57:14', '2025-06-09 10:57:14', '<!-- wp:paragraph -->\n<p>Welcome to WordPress. This is your first post. Edit or delete it, then start writing!</p>\n<!-- /wp:paragraph -->', 'Hello world!', '', 'publish', 'open', 'open', '', 'hello-world', '', '', '2025-06-09 10:57:14', '2025-06-09 10:57:14', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=1', 0, 'post', '', 1),
(2, 1, '2025-06-09 10:57:14', '2025-06-09 10:57:14', '<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://ifa-wp.dreamstechnologies.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->', 'Sample Page', '', 'publish', 'closed', 'open', '', 'sample-page', '', '', '2025-06-09 10:57:14', '2025-06-09 10:57:14', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=2', 0, 'page', '', 0),
(3, 1, '2025-06-09 10:57:14', '2025-06-09 10:57:14', '<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://ifa-wp.dreamstechnologies.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n', 'Privacy Policy', '', 'draft', 'closed', 'open', '', 'privacy-policy', '', '', '2025-06-09 10:57:14', '2025-06-09 10:57:14', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=3', 0, 'page', '', 0),
(4, 0, '2025-06-09 10:57:20', '2025-06-09 10:57:20', '<!-- wp:page-list /-->', 'Navigation', '', 'publish', 'closed', 'closed', '', 'navigation', '', '', '2025-06-09 10:57:20', '2025-06-09 10:57:20', '', 0, 'https://ifa-wp.dreamstechnologies.com/2025/06/09/navigation/', 0, 'wp_navigation', '', 0),
(5, 1, '2025-06-09 10:57:40', '0000-00-00 00:00:00', '', 'Auto Draft', '', 'auto-draft', 'open', 'open', '', '', '', '', '2025-06-09 10:57:40', '0000-00-00 00:00:00', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=5', 0, 'post', '', 0),
(6, 1, '2025-06-09 11:04:09', '2025-06-09 11:04:09', '', 'Default Kit', '', 'publish', 'closed', 'closed', '', 'default-kit', '', '', '2025-06-11 09:39:35', '2025-06-11 09:39:35', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=6', 0, 'elementor_library', '', 0),
(8, 1, '2025-06-09 11:15:34', '2025-06-09 11:15:34', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav itemscope=\"itemscope\" itemtype=\"https://schema.org/SiteNavigationElement\" data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\" itemprop=\"name\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" itemprop=\"url\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\" itemprop=\"name\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" itemprop=\"url\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\" itemprop=\"name\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" itemprop=\"url\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'trash', 'closed', 'closed', '', 'header__trashed', '', '', '2025-06-12 08:20:05', '2025-06-12 08:20:05', '', 0, 'https://ifa-wp.dreamstechnologies.com/?post_type=elementor-hf&#038;p=8', 0, 'elementor-hf', '', 0),
(9, 1, '2025-06-09 11:15:34', '2025-06-09 11:15:34', '', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:15:34', '2025-06-09 11:15:34', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=9', 0, 'revision', '', 0),
(14, 1, '2025-06-09 11:28:52', '2025-06-09 11:28:52', '', 'p_ifa-logo', '', 'inherit', 'open', 'closed', '', 'p_ifa-logo', '', '', '2025-06-09 11:28:52', '2025-06-09 11:28:52', '', 8, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png', 0, 'attachment', 'image/png', 0),
(15, 1, '2025-06-09 11:30:16', '2025-06-09 11:30:16', '', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:30:16', '2025-06-09 11:30:16', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=15', 0, 'revision', '', 0),
(16, 1, '2025-06-09 11:30:16', '2025-06-09 11:30:16', '', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:30:16', '2025-06-09 11:30:16', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=16', 0, 'revision', '', 0),
(17, 1, '2025-06-09 11:30:16', '2025-06-09 11:30:16', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:30:16', '2025-06-09 11:30:16', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=17', 0, 'revision', '', 0),
(19, 1, '2025-06-09 11:40:01', '2025-06-09 11:40:01', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:40:01', '2025-06-09 11:40:01', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=19', 0, 'revision', '', 0),
(20, 1, '2025-06-09 11:40:01', '2025-06-09 11:40:01', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:40:01', '2025-06-09 11:40:01', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=20', 0, 'revision', '', 0),
(21, 1, '2025-06-09 11:40:01', '2025-06-09 11:40:01', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:40:01', '2025-06-09 11:40:01', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=21', 0, 'revision', '', 0),
(22, 1, '2025-06-09 11:44:19', '2025-06-09 11:44:19', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:44:19', '2025-06-09 11:44:19', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=22', 0, 'revision', '', 0),
(23, 1, '2025-06-09 11:44:19', '2025-06-09 11:44:19', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:44:19', '2025-06-09 11:44:19', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=23', 0, 'revision', '', 0),
(24, 1, '2025-06-09 11:44:19', '2025-06-09 11:44:19', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:44:19', '2025-06-09 11:44:19', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=24', 0, 'revision', '', 0),
(25, 1, '2025-06-09 11:44:54', '2025-06-09 11:44:54', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:44:54', '2025-06-09 11:44:54', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=25', 0, 'revision', '', 0),
(26, 1, '2025-06-09 11:44:55', '2025-06-09 11:44:55', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:44:55', '2025-06-09 11:44:55', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=26', 0, 'revision', '', 0),
(27, 1, '2025-06-09 11:44:55', '2025-06-09 11:44:55', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 11:44:55', '2025-06-09 11:44:55', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=27', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(29, 1, '2025-06-09 12:42:15', '2025-06-09 12:42:15', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'publish', 'closed', 'closed', '', 'home', '', '', '2025-06-12 13:00:03', '2025-06-12 13:00:03', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=29', 0, 'page', '', 0),
(30, 1, '2025-06-09 12:42:02', '2025-06-09 12:42:02', '{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }', 'Custom Styles', '', 'publish', 'closed', 'closed', '', 'wp-global-styles-astra', '', '', '2025-06-09 12:42:02', '2025-06-09 12:42:02', '', 0, 'https://ifa-wp.dreamstechnologies.com/wp-global-styles-astra/', 0, 'wp_global_styles', '', 0),
(31, 1, '2025-06-09 12:42:15', '2025-06-09 12:42:15', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-09 12:42:15', '2025-06-09 12:42:15', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=31', 0, 'revision', '', 0),
(32, 1, '2025-06-09 12:43:28', '2025-06-09 12:43:28', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 12:43:28', '2025-06-09 12:43:28', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=32', 0, 'revision', '', 0),
(33, 1, '2025-06-09 12:43:28', '2025-06-09 12:43:28', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 12:43:28', '2025-06-09 12:43:28', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=33', 0, 'revision', '', 0),
(34, 1, '2025-06-09 12:43:28', '2025-06-09 12:43:28', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 12:43:28', '2025-06-09 12:43:28', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=34', 0, 'revision', '', 0),
(36, 1, '2025-06-09 12:47:17', '2025-06-09 12:47:17', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 12:47:17', '2025-06-09 12:47:17', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=36', 0, 'revision', '', 0),
(37, 1, '2025-06-09 12:47:17', '2025-06-09 12:47:17', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 12:47:17', '2025-06-09 12:47:17', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=37', 0, 'revision', '', 0),
(38, 1, '2025-06-09 12:47:17', '2025-06-09 12:47:17', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-09 12:47:17', '2025-06-09 12:47:17', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=38', 0, 'revision', '', 0),
(39, 1, '2025-06-09 12:55:05', '2025-06-09 12:55:05', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'publish', 'closed', 'closed', '', 'footer', '', '', '2025-06-12 12:07:21', '2025-06-12 12:07:21', '', 0, 'https://ifa-wp.dreamstechnologies.com/?post_type=elementor-hf&#038;p=39', 0, 'elementor-hf', '', 0),
(40, 1, '2025-06-09 12:55:05', '2025-06-09 12:55:05', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 12:55:05', '2025-06-09 12:55:05', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=40', 0, 'revision', '', 0),
(42, 1, '2025-06-09 13:02:56', '2025-06-09 13:02:56', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:02:56', '2025-06-09 13:02:56', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=42', 0, 'revision', '', 0),
(43, 1, '2025-06-09 13:02:57', '2025-06-09 13:02:57', '', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:02:57', '2025-06-09 13:02:57', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=43', 0, 'revision', '', 0),
(44, 1, '2025-06-09 13:02:57', '2025-06-09 13:02:57', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:02:57', '2025-06-09 13:02:57', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=44', 0, 'revision', '', 0),
(45, 1, '2025-06-09 13:10:28', '2025-06-09 13:10:28', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:10:28', '2025-06-09 13:10:28', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=45', 0, 'revision', '', 0),
(46, 1, '2025-06-09 13:10:28', '2025-06-09 13:10:28', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:10:28', '2025-06-09 13:10:28', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=46', 0, 'revision', '', 0),
(47, 1, '2025-06-09 13:10:29', '2025-06-09 13:10:29', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:10:29', '2025-06-09 13:10:29', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=47', 0, 'revision', '', 0),
(49, 1, '2025-06-09 13:40:59', '2025-06-09 13:40:59', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:40:59', '2025-06-09 13:40:59', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=49', 0, 'revision', '', 0),
(50, 1, '2025-06-09 13:41:00', '2025-06-09 13:41:00', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:41:00', '2025-06-09 13:41:00', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=50', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(51, 1, '2025-06-09 13:41:00', '2025-06-09 13:41:00', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:41:00', '2025-06-09 13:41:00', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=51', 0, 'revision', '', 0),
(52, 1, '2025-06-09 13:42:35', '2025-06-09 13:42:35', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:42:35', '2025-06-09 13:42:35', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=52', 0, 'revision', '', 0),
(53, 1, '2025-06-09 13:42:35', '2025-06-09 13:42:35', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:42:35', '2025-06-09 13:42:35', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=53', 0, 'revision', '', 0),
(54, 1, '2025-06-09 13:42:36', '2025-06-09 13:42:36', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:42:36', '2025-06-09 13:42:36', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=54', 0, 'revision', '', 0),
(55, 1, '2025-06-09 13:43:30', '2025-06-09 13:43:30', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:43:30', '2025-06-09 13:43:30', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=55', 0, 'revision', '', 0),
(56, 1, '2025-06-09 13:43:30', '2025-06-09 13:43:30', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:43:30', '2025-06-09 13:43:30', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=56', 0, 'revision', '', 0),
(57, 1, '2025-06-09 13:43:30', '2025-06-09 13:43:30', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:43:30', '2025-06-09 13:43:30', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=57', 0, 'revision', '', 0),
(58, 1, '2025-06-09 13:46:14', '2025-06-09 13:46:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:46:14', '2025-06-09 13:46:14', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=58', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(59, 1, '2025-06-09 13:46:14', '2025-06-09 13:46:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:46:14', '2025-06-09 13:46:14', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=59', 0, 'revision', '', 0),
(60, 1, '2025-06-09 13:46:14', '2025-06-09 13:46:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:46:14', '2025-06-09 13:46:14', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=60', 0, 'revision', '', 0),
(62, 1, '2025-06-09 13:49:26', '2025-06-09 13:49:26', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:49:26', '2025-06-09 13:49:26', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=62', 0, 'revision', '', 0),
(63, 1, '2025-06-09 13:49:26', '2025-06-09 13:49:26', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:49:26', '2025-06-09 13:49:26', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=63', 0, 'revision', '', 0),
(64, 1, '2025-06-09 13:49:26', '2025-06-09 13:49:26', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:49:26', '2025-06-09 13:49:26', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=64', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(65, 1, '2025-06-09 13:50:51', '2025-06-09 13:50:51', '<h1>About the Indian Film Alliance (IFA)</h1>				\r\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\r\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\r\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\r\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\r\n					<h5>Film Screenings &amp; Festivals</h5>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Monthly showcases of classics, hidden gems, and contemporary hits\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Annual Indian Film Festival highlighting diverse regional cinemas\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Independent Indian Film Festival for full feature and shortfilms\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Partnerships with local cinemas and cultural centres\r\n									</li>\r\n						</ul>\r\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\r\n					<h5>Panel Discussions &amp; Workshops</h5>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Monthly showcases of classics, hidden gems, and contemporary hits\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Annual Indian Film Festival highlighting diverse regional cinemas\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Independent Indian Film Festival for full feature and shortfilms\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Partnerships with local cinemas and cultural centres\r\n									</li>\r\n						</ul>\r\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\r\n					<h5>Community Engagement – Club IFA</h5>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Monthly showcases of classics, hidden gems, and contemporary hits\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Annual Indian Film Festival highlighting diverse regional cinemas\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Independent Indian Film Festival for full feature and shortfilms\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Partnerships with local cinemas and cultural centres\r\n									</li>\r\n						</ul>\r\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\r\n					<h5>Educational Initiatives</h5>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Monthly showcases of classics, hidden gems, and contemporary hits\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Annual Indian Film Festival highlighting diverse regional cinemas\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Independent Indian Film Festival for full feature and shortfilms\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Partnerships with local cinemas and cultural centres\r\n									</li>\r\n						</ul>\r\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\r\n					<h5>Film Investment &amp; Funding</h5>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Monthly showcases of classics, hidden gems, and contemporary hits\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Annual Indian Film Festival highlighting diverse regional cinemas\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Independent Indian Film Festival for full feature and shortfilms\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Partnerships with local cinemas and cultural centres\r\n									</li>\r\n						</ul>\r\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\r\n					<h5>Networking &amp; Industry Support</h5>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Monthly showcases of classics, hidden gems, and contemporary hits\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Annual Indian Film Festival highlighting diverse regional cinemas\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Independent Indian Film Festival for full feature and shortfilms\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Partnerships with local cinemas and cultural centres\r\n									</li>\r\n						</ul>\r\n					<h4>Why Join IFA?</h4>				\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Connect with like-minded professionals and creatives\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Discover, experience and celebrate the hidden gems and iconic films\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Learn from industry leaders through workshops and discussions\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\r\n									</li>\r\n						</ul>\r\n							<ul>\r\n							<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Learn from industry leaders through workshops and discussions\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Discover opportunities to realise your filmy aspirations and dreams\r\n									</li>\r\n								<li>\r\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\r\n										Structured Investing opportunities in high-potential Indian film projects\r\n									</li>\r\n						</ul>\r\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\r\n					<a href=\"#\">\r\n									Join Club IFA Today\r\n					</a>', 'About IFA', '', 'publish', 'closed', 'closed', '', 'about-ifa', '', '', '2025-06-12 12:42:02', '2025-06-12 12:42:02', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=65', 0, 'page', '', 0),
(66, 1, '2025-06-09 13:50:51', '2025-06-09 13:50:51', '', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-09 13:50:51', '2025-06-09 13:50:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=66', 0, 'revision', '', 0),
(67, 1, '2025-06-09 13:51:38', '2025-06-09 13:51:38', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'publish', 'closed', 'closed', '', 'membership', '', '', '2025-06-10 10:00:52', '2025-06-10 10:00:52', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=67', 0, 'page', '', 0),
(68, 1, '2025-06-09 13:51:25', '2025-06-09 13:51:25', '', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-09 13:51:25', '2025-06-09 13:51:25', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=68', 0, 'revision', '', 0),
(69, 1, '2025-06-09 13:51:53', '2025-06-09 13:51:53', '', 'Events', '', 'publish', 'closed', 'closed', '', 'events', '', '', '2025-06-09 13:51:53', '2025-06-09 13:51:53', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=69', 0, 'page', '', 0),
(70, 1, '2025-06-09 13:51:53', '2025-06-09 13:51:53', '', 'Events', '', 'inherit', 'closed', 'closed', '', '69-revision-v1', '', '', '2025-06-09 13:51:53', '2025-06-09 13:51:53', '', 69, 'https://ifa-wp.dreamstechnologies.com/?p=70', 0, 'revision', '', 0),
(71, 1, '2025-06-09 13:52:19', '2025-06-09 13:52:19', '', 'FAQ', '', 'publish', 'closed', 'closed', '', 'faq', '', '', '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=71', 0, 'page', '', 0),
(72, 1, '2025-06-09 13:52:19', '2025-06-09 13:52:19', '', 'FAQ', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2025-06-09 13:52:19', '2025-06-09 13:52:19', '', 71, 'https://ifa-wp.dreamstechnologies.com/?p=72', 0, 'revision', '', 0),
(73, 1, '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 'FAQ', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 71, 'https://ifa-wp.dreamstechnologies.com/?p=73', 0, 'revision', '', 0),
(74, 1, '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 'FAQ', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 71, 'https://ifa-wp.dreamstechnologies.com/?p=74', 0, 'revision', '', 0),
(75, 1, '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 'FAQ', '', 'inherit', 'closed', 'closed', '', '71-revision-v1', '', '', '2025-06-09 13:52:27', '2025-06-09 13:52:27', '', 71, 'https://ifa-wp.dreamstechnologies.com/?p=75', 0, 'revision', '', 0),
(76, 1, '2025-06-09 13:52:51', '2025-06-09 13:52:51', '', 'Newsletter', '', 'publish', 'closed', 'closed', '', 'newsletter', '', '', '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=76', 0, 'page', '', 0),
(77, 1, '2025-06-09 13:52:51', '2025-06-09 13:52:51', '', 'Newsletter', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2025-06-09 13:52:51', '2025-06-09 13:52:51', '', 76, 'https://ifa-wp.dreamstechnologies.com/?p=77', 0, 'revision', '', 0),
(78, 1, '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 'Newsletter', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 76, 'https://ifa-wp.dreamstechnologies.com/?p=78', 0, 'revision', '', 0),
(79, 1, '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 'Newsletter', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 76, 'https://ifa-wp.dreamstechnologies.com/?p=79', 0, 'revision', '', 0),
(80, 1, '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 'Newsletter', '', 'inherit', 'closed', 'closed', '', '76-revision-v1', '', '', '2025-06-09 13:52:58', '2025-06-09 13:52:58', '', 76, 'https://ifa-wp.dreamstechnologies.com/?p=80', 0, 'revision', '', 0),
(81, 1, '2025-06-09 13:53:43', '2025-06-09 13:53:43', ' ', '', '', 'publish', 'closed', 'closed', '', '81', '', '', '2025-06-09 13:53:43', '2025-06-09 13:53:43', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=81', 2, 'nav_menu_item', '', 0),
(82, 1, '2025-06-09 13:53:43', '2025-06-09 13:53:43', ' ', '', '', 'publish', 'closed', 'closed', '', '82', '', '', '2025-06-09 13:53:43', '2025-06-09 13:53:43', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=82', 3, 'nav_menu_item', '', 0),
(83, 1, '2025-06-09 13:53:43', '2025-06-09 13:53:43', ' ', '', '', 'publish', 'closed', 'closed', '', '83', '', '', '2025-06-09 13:53:43', '2025-06-09 13:53:43', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=83', 1, 'nav_menu_item', '', 0),
(84, 1, '2025-06-09 13:54:18', '2025-06-09 13:54:18', ' ', '', '', 'publish', 'closed', 'closed', '', '84', '', '', '2025-06-09 13:54:18', '2025-06-09 13:54:18', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=84', 1, 'nav_menu_item', '', 0),
(85, 1, '2025-06-09 13:54:18', '2025-06-09 13:54:18', ' ', '', '', 'publish', 'closed', 'closed', '', '85', '', '', '2025-06-09 13:54:18', '2025-06-09 13:54:18', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=85', 2, 'nav_menu_item', '', 0),
(86, 1, '2025-06-09 13:54:18', '2025-06-09 13:54:18', ' ', '', '', 'publish', 'closed', 'closed', '', '86', '', '', '2025-06-09 13:54:18', '2025-06-09 13:54:18', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=86', 3, 'nav_menu_item', '', 0),
(87, 1, '2025-06-09 13:54:18', '2025-06-09 13:54:18', ' ', '', '', 'publish', 'closed', 'closed', '', '87', '', '', '2025-06-09 13:54:18', '2025-06-09 13:54:18', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=87', 4, 'nav_menu_item', '', 0),
(88, 1, '2025-06-09 13:54:41', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-06-09 13:54:41', '0000-00-00 00:00:00', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=88', 1, 'nav_menu_item', '', 0),
(89, 1, '2025-06-09 13:54:41', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-06-09 13:54:41', '0000-00-00 00:00:00', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=89', 1, 'nav_menu_item', '', 0),
(90, 1, '2025-06-09 13:54:41', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-06-09 13:54:41', '0000-00-00 00:00:00', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=90', 1, 'nav_menu_item', '', 0),
(91, 1, '2025-06-09 13:54:41', '0000-00-00 00:00:00', ' ', '', '', 'draft', 'closed', 'closed', '', '', '', '', '2025-06-09 13:54:41', '0000-00-00 00:00:00', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=91', 1, 'nav_menu_item', '', 0),
(92, 1, '2025-06-09 13:55:16', '2025-06-09 13:55:16', ' ', '', '', 'publish', 'closed', 'closed', '', '92', '', '', '2025-06-09 13:55:16', '2025-06-09 13:55:16', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=92', 2, 'nav_menu_item', '', 0),
(93, 1, '2025-06-09 13:55:16', '2025-06-09 13:55:16', ' ', '', '', 'publish', 'closed', 'closed', '', '93', '', '', '2025-06-09 13:55:16', '2025-06-09 13:55:16', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=93', 1, 'nav_menu_item', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(94, 1, '2025-06-09 13:56:14', '2025-06-09 13:56:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:56:14', '2025-06-09 13:56:14', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=94', 0, 'revision', '', 0),
(95, 1, '2025-06-09 13:56:14', '2025-06-09 13:56:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:56:14', '2025-06-09 13:56:14', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=95', 0, 'revision', '', 0),
(96, 1, '2025-06-09 13:56:14', '2025-06-09 13:56:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 13:56:14', '2025-06-09 13:56:14', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=96', 0, 'revision', '', 0),
(97, 1, '2025-06-09 17:51:27', '2025-06-09 17:51:27', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 17:51:27', '2025-06-09 17:51:27', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=97', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(98, 1, '2025-06-09 17:51:27', '2025-06-09 17:51:27', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 17:51:27', '2025-06-09 17:51:27', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=98', 0, 'revision', '', 0),
(99, 1, '2025-06-09 17:51:27', '2025-06-09 17:51:27', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-09 17:51:27', '2025-06-09 17:51:27', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=99', 0, 'revision', '', 0),
(100, 1, '2025-06-10 04:02:21', '2025-06-10 04:02:21', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'trash', 'closed', 'closed', '', 'header-home__trashed', '', '', '2025-06-12 08:20:05', '2025-06-12 08:20:05', '', 0, 'https://ifa-wp.dreamstechnologies.com/?post_type=elementor-hf&#038;p=100', 0, 'elementor-hf', '', 0),
(101, 1, '2025-06-10 04:02:21', '2025-06-10 04:02:21', '', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:02:21', '2025-06-10 04:02:21', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=101', 0, 'revision', '', 0),
(102, 1, '2025-06-10 04:04:08', '2025-06-10 04:04:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:04:08', '2025-06-10 04:04:08', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=102', 0, 'revision', '', 0),
(103, 1, '2025-06-10 04:04:08', '2025-06-10 04:04:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-11\"><a href=\"#\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-13\"><a href=\"#\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-12\"><a href=\"#\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:04:08', '2025-06-10 04:04:08', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=103', 0, 'revision', '', 0),
(104, 1, '2025-06-10 04:04:08', '2025-06-10 04:04:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:04:08', '2025-06-10 04:04:08', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=104', 0, 'revision', '', 0),
(106, 1, '2025-06-10 04:08:12', '2025-06-10 04:08:12', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:08:12', '2025-06-10 04:08:12', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=106', 0, 'revision', '', 0),
(107, 1, '2025-06-10 04:08:12', '2025-06-10 04:08:12', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:08:12', '2025-06-10 04:08:12', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=107', 0, 'revision', '', 0),
(108, 1, '2025-06-10 04:08:13', '2025-06-10 04:08:13', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:08:13', '2025-06-10 04:08:13', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=108', 0, 'revision', '', 0),
(109, 1, '2025-06-10 04:08:29', '2025-06-10 04:08:29', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:08:29', '2025-06-10 04:08:29', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=109', 0, 'revision', '', 0),
(110, 1, '2025-06-10 04:08:29', '2025-06-10 04:08:29', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:08:29', '2025-06-10 04:08:29', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=110', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(111, 1, '2025-06-10 04:08:29', '2025-06-10 04:08:29', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:08:29', '2025-06-10 04:08:29', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=111', 0, 'revision', '', 0),
(112, 1, '2025-06-10 04:10:58', '2025-06-10 04:10:58', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:10:58', '2025-06-10 04:10:58', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=112', 0, 'revision', '', 0),
(113, 1, '2025-06-10 04:10:58', '2025-06-10 04:10:58', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:10:58', '2025-06-10 04:10:58', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=113', 0, 'revision', '', 0),
(114, 1, '2025-06-10 04:10:58', '2025-06-10 04:10:58', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:10:58', '2025-06-10 04:10:58', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=114', 0, 'revision', '', 0),
(115, 1, '2025-06-10 04:18:21', '2025-06-10 04:18:21', '', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:18:21', '2025-06-10 04:18:21', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=115', 0, 'revision', '', 0),
(116, 1, '2025-06-10 04:18:21', '2025-06-10 04:18:21', '', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:18:21', '2025-06-10 04:18:21', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=116', 0, 'revision', '', 0),
(117, 1, '2025-06-10 04:18:21', '2025-06-10 04:18:21', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:18:21', '2025-06-10 04:18:21', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=117', 0, 'revision', '', 0),
(118, 1, '2025-06-10 04:21:24', '2025-06-10 04:21:24', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:21:24', '2025-06-10 04:21:24', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=118', 0, 'revision', '', 0),
(119, 1, '2025-06-10 04:21:24', '2025-06-10 04:21:24', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:21:24', '2025-06-10 04:21:24', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=119', 0, 'revision', '', 0),
(120, 1, '2025-06-10 04:21:25', '2025-06-10 04:21:25', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:21:25', '2025-06-10 04:21:25', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=120', 0, 'revision', '', 0),
(121, 1, '2025-06-10 04:25:58', '2025-06-10 04:25:58', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:25:58', '2025-06-10 04:25:58', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=121', 0, 'revision', '', 0),
(122, 1, '2025-06-10 04:25:58', '2025-06-10 04:25:58', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:25:58', '2025-06-10 04:25:58', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=122', 0, 'revision', '', 0),
(123, 1, '2025-06-10 04:25:58', '2025-06-10 04:25:58', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:25:58', '2025-06-10 04:25:58', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=123', 0, 'revision', '', 0),
(124, 1, '2025-06-10 04:26:14', '2025-06-10 04:26:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:26:14', '2025-06-10 04:26:14', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=124', 0, 'revision', '', 0),
(125, 1, '2025-06-10 04:26:14', '2025-06-10 04:26:14', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:26:14', '2025-06-10 04:26:14', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=125', 0, 'revision', '', 0),
(126, 1, '2025-06-10 04:26:15', '2025-06-10 04:26:15', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 04:26:15', '2025-06-10 04:26:15', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=126', 0, 'revision', '', 0),
(127, 1, '2025-06-10 04:28:08', '2025-06-10 04:28:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:28:08', '2025-06-10 04:28:08', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=127', 0, 'revision', '', 0),
(128, 1, '2025-06-10 04:28:08', '2025-06-10 04:28:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:28:08', '2025-06-10 04:28:08', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=128', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(129, 1, '2025-06-10 04:28:08', '2025-06-10 04:28:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 04:28:08', '2025-06-10 04:28:08', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=129', 0, 'revision', '', 0),
(132, 1, '2025-06-10 04:49:29', '2025-06-10 04:49:29', '', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:49:29', '2025-06-10 04:49:29', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=132', 0, 'revision', '', 0),
(133, 1, '2025-06-10 04:49:29', '2025-06-10 04:49:29', '', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:49:29', '2025-06-10 04:49:29', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=133', 0, 'revision', '', 0),
(134, 1, '2025-06-10 04:49:29', '2025-06-10 04:49:29', '', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:49:29', '2025-06-10 04:49:29', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=134', 0, 'revision', '', 0),
(136, 1, '2025-06-10 04:59:42', '2025-06-10 04:59:42', '', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:59:42', '2025-06-10 04:59:42', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=136', 0, 'revision', '', 0),
(137, 1, '2025-06-10 04:59:42', '2025-06-10 04:59:42', '', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:59:42', '2025-06-10 04:59:42', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=137', 0, 'revision', '', 0),
(138, 1, '2025-06-10 04:59:42', '2025-06-10 04:59:42', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:59:42', '2025-06-10 04:59:42', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=138', 0, 'revision', '', 0),
(139, 1, '2025-06-10 04:59:56', '2025-06-10 04:59:56', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:59:56', '2025-06-10 04:59:56', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=139', 0, 'revision', '', 0),
(140, 1, '2025-06-10 04:59:57', '2025-06-10 04:59:57', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:59:57', '2025-06-10 04:59:57', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=140', 0, 'revision', '', 0),
(141, 1, '2025-06-10 04:59:57', '2025-06-10 04:59:57', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 04:59:57', '2025-06-10 04:59:57', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=141', 0, 'revision', '', 0),
(143, 1, '2025-06-10 05:11:21', '2025-06-10 05:11:21', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:11:21', '2025-06-10 05:11:21', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=143', 0, 'revision', '', 0),
(144, 1, '2025-06-10 05:11:21', '2025-06-10 05:11:21', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:11:21', '2025-06-10 05:11:21', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=144', 0, 'revision', '', 0),
(145, 1, '2025-06-10 05:11:21', '2025-06-10 05:11:21', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:11:21', '2025-06-10 05:11:21', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=145', 0, 'revision', '', 0),
(147, 1, '2025-06-10 05:19:51', '2025-06-10 05:19:51', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:19:51', '2025-06-10 05:19:51', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=147', 0, 'revision', '', 0),
(148, 1, '2025-06-10 05:19:51', '2025-06-10 05:19:51', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:19:51', '2025-06-10 05:19:51', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=148', 0, 'revision', '', 0),
(149, 1, '2025-06-10 05:19:52', '2025-06-10 05:19:52', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<h3>Free Membership</h3>				\n					<h3>Premium Membership</h3>				\n					<h3>Business Membership</h3>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:19:52', '2025-06-10 05:19:52', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=149', 0, 'revision', '', 0),
(151, 1, '2025-06-10 05:52:11', '2025-06-10 05:52:11', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<h3>Free Membership</h3>				\n					<h3>Premium Membership</h3>				\n					<h3>Business Membership</h3>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:52:11', '2025-06-10 05:52:11', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=151', 0, 'revision', '', 0),
(152, 1, '2025-06-10 05:52:12', '2025-06-10 05:52:12', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<h3>Free Membership</h3>				\n					<h3>Premium Membership</h3>				\n					<h3>Business Membership</h3>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:52:12', '2025-06-10 05:52:12', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=152', 0, 'revision', '', 0),
(153, 1, '2025-06-10 05:52:12', '2025-06-10 05:52:12', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 05:52:12', '2025-06-10 05:52:12', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=153', 0, 'revision', '', 0),
(155, 1, '2025-06-10 06:06:14', '2025-06-10 06:06:14', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:06:14', '2025-06-10 06:06:14', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=155', 0, 'revision', '', 0),
(156, 1, '2025-06-10 06:06:14', '2025-06-10 06:06:14', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:06:14', '2025-06-10 06:06:14', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=156', 0, 'revision', '', 0),
(157, 1, '2025-06-10 06:06:15', '2025-06-10 06:06:15', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:06:15', '2025-06-10 06:06:15', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=157', 0, 'revision', '', 0),
(158, 1, '2025-06-10 06:07:03', '2025-06-10 06:07:03', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:07:03', '2025-06-10 06:07:03', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=158', 0, 'revision', '', 0),
(159, 1, '2025-06-10 06:07:04', '2025-06-10 06:07:04', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:07:04', '2025-06-10 06:07:04', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=159', 0, 'revision', '', 0),
(160, 1, '2025-06-10 06:07:04', '2025-06-10 06:07:04', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:07:04', '2025-06-10 06:07:04', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=160', 0, 'revision', '', 0),
(161, 1, '2025-06-10 06:39:07', '2025-06-10 06:39:07', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:39:07', '2025-06-10 06:39:07', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=161', 0, 'revision', '', 0),
(162, 1, '2025-06-10 06:39:07', '2025-06-10 06:39:07', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:39:07', '2025-06-10 06:39:07', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=162', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(163, 1, '2025-06-10 06:39:07', '2025-06-10 06:39:07', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:39:07', '2025-06-10 06:39:07', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=163', 0, 'revision', '', 0),
(165, 1, '2025-06-10 06:46:03', '2025-06-10 06:46:03', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:46:03', '2025-06-10 06:46:03', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=165', 0, 'revision', '', 0),
(166, 1, '2025-06-10 06:46:03', '2025-06-10 06:46:03', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:46:03', '2025-06-10 06:46:03', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=166', 0, 'revision', '', 0),
(167, 1, '2025-06-10 06:46:04', '2025-06-10 06:46:04', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:46:04', '2025-06-10 06:46:04', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=167', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(168, 1, '2025-06-10 06:54:05', '2025-06-10 06:54:05', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:54:05', '2025-06-10 06:54:05', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=168', 0, 'revision', '', 0),
(169, 1, '2025-06-10 06:54:05', '2025-06-10 06:54:05', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:54:05', '2025-06-10 06:54:05', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=169', 0, 'revision', '', 0),
(170, 1, '2025-06-10 06:54:05', '2025-06-10 06:54:05', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:54:05', '2025-06-10 06:54:05', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=170', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(171, 1, '2025-06-10 06:54:42', '2025-06-10 06:54:42', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:54:42', '2025-06-10 06:54:42', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=171', 0, 'revision', '', 0),
(172, 1, '2025-06-10 06:54:42', '2025-06-10 06:54:42', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:54:42', '2025-06-10 06:54:42', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=172', 0, 'revision', '', 0),
(173, 1, '2025-06-10 06:54:42', '2025-06-10 06:54:42', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 06:54:42', '2025-06-10 06:54:42', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=173', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(175, 1, '2025-06-10 07:05:46', '2025-06-10 07:05:46', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:05:46', '2025-06-10 07:05:46', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=175', 0, 'revision', '', 0),
(176, 1, '2025-06-10 07:05:46', '2025-06-10 07:05:46', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:05:46', '2025-06-10 07:05:46', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=176', 0, 'revision', '', 0),
(177, 1, '2025-06-10 07:05:46', '2025-06-10 07:05:46', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:05:46', '2025-06-10 07:05:46', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=177', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(178, 1, '2025-06-10 07:06:22', '2025-06-10 07:06:22', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:06:22', '2025-06-10 07:06:22', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=178', 0, 'revision', '', 0),
(179, 1, '2025-06-10 07:06:22', '2025-06-10 07:06:22', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:06:22', '2025-06-10 07:06:22', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=179', 0, 'revision', '', 0),
(180, 1, '2025-06-10 07:06:23', '2025-06-10 07:06:23', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:06:23', '2025-06-10 07:06:23', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=180', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(181, 1, '2025-06-10 07:07:37', '2025-06-10 07:07:37', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:07:37', '2025-06-10 07:07:37', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=181', 0, 'revision', '', 0),
(182, 1, '2025-06-10 07:07:37', '2025-06-10 07:07:37', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:07:37', '2025-06-10 07:07:37', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=182', 0, 'revision', '', 0),
(183, 1, '2025-06-10 07:07:37', '2025-06-10 07:07:37', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:07:37', '2025-06-10 07:07:37', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=183', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(185, 1, '2025-06-10 07:11:08', '2025-06-10 07:11:08', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:11:08', '2025-06-10 07:11:08', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=185', 0, 'revision', '', 0),
(186, 1, '2025-06-10 07:11:08', '2025-06-10 07:11:08', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:11:08', '2025-06-10 07:11:08', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=186', 0, 'revision', '', 0),
(187, 1, '2025-06-10 07:11:08', '2025-06-10 07:11:08', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:11:08', '2025-06-10 07:11:08', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=187', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(189, 1, '2025-06-10 07:23:40', '2025-06-10 07:23:40', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:23:40', '2025-06-10 07:23:40', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=189', 0, 'revision', '', 0),
(190, 1, '2025-06-10 07:23:40', '2025-06-10 07:23:40', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:23:40', '2025-06-10 07:23:40', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=190', 0, 'revision', '', 0),
(191, 1, '2025-06-10 07:23:41', '2025-06-10 07:23:41', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:23:41', '2025-06-10 07:23:41', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=191', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(192, 1, '2025-06-10 07:52:38', '2025-06-10 07:52:38', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:52:38', '2025-06-10 07:52:38', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=192', 0, 'revision', '', 0),
(193, 1, '2025-06-10 07:52:39', '2025-06-10 07:52:39', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:52:39', '2025-06-10 07:52:39', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=193', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(194, 1, '2025-06-10 07:52:39', '2025-06-10 07:52:39', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 07:52:39', '2025-06-10 07:52:39', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=194', 0, 'revision', '', 0),
(196, 1, '2025-06-10 08:27:25', '2025-06-10 08:27:25', '<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'test', '', 'publish', 'closed', 'closed', '', 'test', '', '', '2025-06-10 08:27:44', '2025-06-10 08:27:44', '', 0, 'https://ifa-wp.dreamstechnologies.com/?page_id=196', 0, 'page', '', 0),
(197, 1, '2025-06-10 08:27:25', '2025-06-10 08:27:25', '', 'test', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2025-06-10 08:27:25', '2025-06-10 08:27:25', '', 196, 'https://ifa-wp.dreamstechnologies.com/?p=197', 0, 'revision', '', 0),
(198, 1, '2025-06-10 08:27:43', '2025-06-10 08:27:43', '', 'test', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2025-06-10 08:27:43', '2025-06-10 08:27:43', '', 196, 'https://ifa-wp.dreamstechnologies.com/?p=198', 0, 'revision', '', 0),
(199, 1, '2025-06-10 08:27:44', '2025-06-10 08:27:44', '', 'test', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2025-06-10 08:27:44', '2025-06-10 08:27:44', '', 196, 'https://ifa-wp.dreamstechnologies.com/?p=199', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(200, 1, '2025-06-10 08:27:44', '2025-06-10 08:27:44', '<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'test', '', 'inherit', 'closed', 'closed', '', '196-revision-v1', '', '', '2025-06-10 08:27:44', '2025-06-10 08:27:44', '', 196, 'https://ifa-wp.dreamstechnologies.com/?p=200', 0, 'revision', '', 0),
(201, 1, '2025-06-10 08:31:16', '2025-06-10 08:31:16', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:31:16', '2025-06-10 08:31:16', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=201', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(202, 1, '2025-06-10 08:31:16', '2025-06-10 08:31:16', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Most Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:31:16', '2025-06-10 08:31:16', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=202', 0, 'revision', '', 0),
(203, 1, '2025-06-10 08:31:16', '2025-06-10 08:31:16', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>We accept all major credit and debit cards, including Visa, Mastercard, and American Express.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:31:16', '2025-06-10 08:31:16', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=203', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(204, 1, '2025-06-10 08:33:07', '2025-06-10 08:33:07', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>We accept all major credit and debit cards, including Visa, Mastercard, and American Express.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:33:07', '2025-06-10 08:33:07', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=204', 0, 'revision', '', 0),
(205, 1, '2025-06-10 08:33:07', '2025-06-10 08:33:07', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>We accept all major credit and debit cards, including Visa, Mastercard, and American Express.</p>', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:33:07', '2025-06-10 08:33:07', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=205', 0, 'revision', '', 0),
(206, 1, '2025-06-10 08:33:07', '2025-06-10 08:33:07', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:33:07', '2025-06-10 08:33:07', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=206', 0, 'revision', '', 0),
(208, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_account]', 'Membership Account', '', 'publish', 'closed', 'closed', '', 'membership-account', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 0, 'https://ifa-wp.dreamstechnologies.com/membership-account/', 0, 'page', '', 0),
(209, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_billing]', 'Membership Billing', '', 'publish', 'closed', 'closed', '', 'membership-billing', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 208, 'https://ifa-wp.dreamstechnologies.com/membership-account/membership-billing/', 0, 'page', '', 0),
(210, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_cancel]', 'Membership Cancel', '', 'publish', 'closed', 'closed', '', 'membership-cancel', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 208, 'https://ifa-wp.dreamstechnologies.com/membership-account/membership-cancel/', 0, 'page', '', 0),
(211, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_checkout]', 'Membership Checkout', '', 'publish', 'closed', 'closed', '', 'membership-checkout', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 0, 'https://ifa-wp.dreamstechnologies.com/membership-checkout/', 0, 'page', '', 0),
(212, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_confirmation]', 'Membership Confirmation', '', 'publish', 'closed', 'closed', '', 'membership-confirmation', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 211, 'https://ifa-wp.dreamstechnologies.com/membership-checkout/membership-confirmation/', 0, 'page', '', 0),
(213, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_invoice]', 'Membership Orders', '', 'publish', 'closed', 'closed', '', 'membership-orders', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 208, 'https://ifa-wp.dreamstechnologies.com/membership-account/membership-orders/', 0, 'page', '', 0),
(214, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_levels]', 'Membership Levels', '', 'publish', 'closed', 'closed', '', 'membership-levels', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 0, 'https://ifa-wp.dreamstechnologies.com/membership-levels/', 0, 'page', '', 0),
(215, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_login]', 'Log In', '', 'publish', 'closed', 'closed', '', 'login', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 0, 'https://ifa-wp.dreamstechnologies.com/login/', 0, 'page', '', 0),
(216, 1, '2025-06-10 08:36:52', '2025-06-10 08:36:52', '[pmpro_member_profile_edit]', 'Your Profile', '', 'publish', 'closed', 'closed', '', 'your-profile', '', '', '2025-06-10 08:36:52', '2025-06-10 08:36:52', '', 208, 'https://ifa-wp.dreamstechnologies.com/membership-account/your-profile/', 0, 'page', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(217, 1, '2025-06-10 08:40:23', '2025-06-10 08:40:23', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:40:23', '2025-06-10 08:40:23', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=217', 0, 'revision', '', 0),
(218, 1, '2025-06-10 08:40:23', '2025-06-10 08:40:23', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p>		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:40:23', '2025-06-10 08:40:23', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=218', 0, 'revision', '', 0),
(219, 1, '2025-06-10 08:40:23', '2025-06-10 08:40:23', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 08:40:23', '2025-06-10 08:40:23', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=219', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(220, 1, '2025-06-10 09:43:39', '2025-06-10 09:43:39', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:43:39', '2025-06-10 09:43:39', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=220', 0, 'revision', '', 0),
(221, 1, '2025-06-10 09:43:39', '2025-06-10 09:43:39', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:43:39', '2025-06-10 09:43:39', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=221', 0, 'revision', '', 0),
(222, 1, '2025-06-10 09:43:39', '2025-06-10 09:43:39', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:43:39', '2025-06-10 09:43:39', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=222', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(223, 1, '2025-06-10 09:48:40', '2025-06-10 09:48:40', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:48:40', '2025-06-10 09:48:40', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=223', 0, 'revision', '', 0),
(224, 1, '2025-06-10 09:48:40', '2025-06-10 09:48:40', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:48:40', '2025-06-10 09:48:40', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=224', 0, 'revision', '', 0),
(225, 1, '2025-06-10 09:48:40', '2025-06-10 09:48:40', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:48:40', '2025-06-10 09:48:40', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=225', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(226, 1, '2025-06-10 09:49:01', '2025-06-10 09:49:01', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:49:01', '2025-06-10 09:49:01', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=226', 0, 'revision', '', 0),
(227, 1, '2025-06-10 09:49:01', '2025-06-10 09:49:01', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:49:01', '2025-06-10 09:49:01', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=227', 0, 'revision', '', 0),
(228, 1, '2025-06-10 09:49:02', '2025-06-10 09:49:02', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:49:02', '2025-06-10 09:49:02', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=228', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(229, 1, '2025-06-10 09:49:46', '2025-06-10 09:49:46', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:49:46', '2025-06-10 09:49:46', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=229', 0, 'revision', '', 0),
(230, 1, '2025-06-10 09:49:46', '2025-06-10 09:49:46', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:49:46', '2025-06-10 09:49:46', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=230', 0, 'revision', '', 0),
(231, 1, '2025-06-10 09:49:47', '2025-06-10 09:49:47', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:49:47', '2025-06-10 09:49:47', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=231', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(232, 1, '2025-06-10 09:51:45', '2025-06-10 09:51:45', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:51:45', '2025-06-10 09:51:45', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=232', 0, 'revision', '', 0),
(233, 1, '2025-06-10 09:51:45', '2025-06-10 09:51:45', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h6>What\'s included in the Premium Membership?</h6>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:51:45', '2025-06-10 09:51:45', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=233', 0, 'revision', '', 0),
(234, 1, '2025-06-10 09:51:45', '2025-06-10 09:51:45', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:51:45', '2025-06-10 09:51:45', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=234', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(235, 1, '2025-06-10 09:52:40', '2025-06-10 09:52:40', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:52:40', '2025-06-10 09:52:40', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=235', 0, 'revision', '', 0),
(236, 1, '2025-06-10 09:52:41', '2025-06-10 09:52:41', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:52:41', '2025-06-10 09:52:41', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=236', 0, 'revision', '', 0),
(237, 1, '2025-06-10 09:52:41', '2025-06-10 09:52:41', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 09:52:41', '2025-06-10 09:52:41', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=237', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(238, 1, '2025-06-10 10:00:52', '2025-06-10 10:00:52', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 10:00:52', '2025-06-10 10:00:52', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=238', 0, 'revision', '', 0),
(239, 1, '2025-06-10 10:00:52', '2025-06-10 10:00:52', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 10:00:52', '2025-06-10 10:00:52', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=239', 0, 'revision', '', 0),
(240, 1, '2025-06-10 10:00:52', '2025-06-10 10:00:52', '<h1>Join Club IFA</h1>				\n		<p>Choose the membership that\'s right for you and join our community of Indian cinema enthusiasts and professionals.</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>				\n					<h3>Free Membership</h3>				\n					<h2>£0</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Online community access\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<a href=\"#\">\n									Popular\n					</a>\n					<h3>Premium Membership</h3>				\n					<h2>£30  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 352 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M242.72 256l100.07-100.07c12.28-12.28 12.28-32.19 0-44.48l-22.24-22.24c-12.28-12.28-32.19-12.28-44.48 0L176 189.28 75.93 89.21c-12.28-12.28-32.19-12.28-44.48 0L9.21 111.45c-12.28 12.28-12.28 32.19 0 44.48L109.28 256 9.21 356.07c-12.28 12.28-12.28 32.19 0 44.48l22.24 22.24c12.28 12.28 32.2 12.28 44.48 0L176 322.72l100.07 100.07c12.28 12.28 32.2 12.28 44.48 0l22.24-22.24c12.28-12.28 12.28-32.19 0-44.48L242.72 256z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Business Membership</h3>				\n					<h2>£100  /year</h2>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Members-only ticket pre-sales\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly newsletter\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Online community access\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Access to public screenings\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Cast & Crew request\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Exclusive filmmaker Q&As\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Distribution opportunities\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discounted sponsorship participation for events\n									</li>\n						</ul>\n					<a href=\"#\">\n									Join Now\n					</a>\n					<h3>Frequently Asked Questions\n</h3>				\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Premium members get access to discounted event tickets, exclusive Q&amp;amp;A sessions with filmmakers, and all the benefits of the free membership tier.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>To upgrade your membership, please contact us at [email protected]. Our team will assist you with the upgrade process.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		<p>Yes, you can cancel your paid membership at any time. Your benefits will continue until the end of your current billing period.</p>		\n					<h5>What\'s included in the Premium Membership?</h5>				\n		We accept all major credit and debit cards, including Visa, Mastercard, and American Express.', 'Membership', '', 'inherit', 'closed', 'closed', '', '67-revision-v1', '', '', '2025-06-10 10:00:52', '2025-06-10 10:00:52', '', 67, 'https://ifa-wp.dreamstechnologies.com/?p=240', 0, 'revision', '', 0),
(241, 1, '2025-06-10 10:41:31', '2025-06-10 10:41:31', '', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:41:31', '2025-06-10 10:41:31', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=241', 0, 'revision', '', 0),
(242, 1, '2025-06-10 10:41:31', '2025-06-10 10:41:31', '', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:41:31', '2025-06-10 10:41:31', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=242', 0, 'revision', '', 0),
(243, 1, '2025-06-10 10:41:31', '2025-06-10 10:41:31', '', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:41:31', '2025-06-10 10:41:31', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=243', 0, 'revision', '', 0),
(244, 1, '2025-06-10 10:44:06', '2025-06-10 10:44:06', '', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:44:06', '2025-06-10 10:44:06', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=244', 0, 'revision', '', 0),
(245, 1, '2025-06-10 10:44:06', '2025-06-10 10:44:06', '', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:44:06', '2025-06-10 10:44:06', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=245', 0, 'revision', '', 0),
(246, 1, '2025-06-10 10:44:06', '2025-06-10 10:44:06', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:44:06', '2025-06-10 10:44:06', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=246', 0, 'revision', '', 0),
(247, 1, '2025-06-10 10:45:54', '2025-06-10 10:45:54', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:45:54', '2025-06-10 10:45:54', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=247', 0, 'revision', '', 0),
(248, 1, '2025-06-10 10:45:55', '2025-06-10 10:45:55', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p> [pmpro_levels]		\n					<style>\n.year{\n    font-size: 18px\n}\n.year{\n    font-weight: 400\n}\n.card {\n  transition: transform 0.3s ease, box-shadow 0.3s ease;\n  border-radius: 10px;\n  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);\n}\n.card:hover {\n  transform: translateY(-5px); /* Light pop-up */\n  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); /* Deeper shadow */\n}\n</style>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:45:55', '2025-06-10 10:45:55', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=248', 0, 'revision', '', 0),
(249, 1, '2025-06-10 10:45:55', '2025-06-10 10:45:55', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:45:55', '2025-06-10 10:45:55', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=249', 0, 'revision', '', 0),
(250, 1, '2025-06-10 10:47:29', '2025-06-10 10:47:29', '', 'p_ifa-logo (1)', '', 'inherit', 'open', 'closed', '', 'p_ifa-logo-1', '', '', '2025-06-10 10:47:29', '2025-06-10 10:47:29', '', 65, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png', 0, 'attachment', 'image/png', 0),
(251, 1, '2025-06-10 10:55:33', '2025-06-10 10:55:33', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:55:33', '2025-06-10 10:55:33', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=251', 0, 'revision', '', 0),
(252, 1, '2025-06-10 10:55:33', '2025-06-10 10:55:33', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:55:33', '2025-06-10 10:55:33', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=252', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(253, 1, '2025-06-10 10:55:33', '2025-06-10 10:55:33', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p>\n<p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 10:55:33', '2025-06-10 10:55:33', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=253', 0, 'revision', '', 0),
(255, 1, '2025-06-10 11:24:48', '2025-06-10 11:24:48', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p>\n<p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:24:48', '2025-06-10 11:24:48', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=255', 0, 'revision', '', 0),
(256, 1, '2025-06-10 11:24:48', '2025-06-10 11:24:48', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p>\n<p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:24:48', '2025-06-10 11:24:48', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=256', 0, 'revision', '', 0),
(257, 1, '2025-06-10 11:24:49', '2025-06-10 11:24:49', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:24:49', '2025-06-10 11:24:49', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=257', 0, 'revision', '', 0),
(258, 1, '2025-06-10 11:27:46', '2025-06-10 11:27:46', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:27:46', '2025-06-10 11:27:46', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=258', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(259, 1, '2025-06-10 11:27:47', '2025-06-10 11:27:47', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:27:47', '2025-06-10 11:27:47', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=259', 0, 'revision', '', 0),
(260, 1, '2025-06-10 11:27:47', '2025-06-10 11:27:47', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:27:47', '2025-06-10 11:27:47', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=260', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(261, 1, '2025-06-10 11:32:27', '2025-06-10 11:32:27', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:32:27', '2025-06-10 11:32:27', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=261', 0, 'revision', '', 0),
(262, 1, '2025-06-10 11:32:27', '2025-06-10 11:32:27', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:32:27', '2025-06-10 11:32:27', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=262', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(263, 1, '2025-06-10 11:32:28', '2025-06-10 11:32:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:32:28', '2025-06-10 11:32:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=263', 0, 'revision', '', 0),
(264, 1, '2025-06-10 11:32:58', '2025-06-10 11:32:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:32:58', '2025-06-10 11:32:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=264', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(265, 1, '2025-06-10 11:32:58', '2025-06-10 11:32:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:32:58', '2025-06-10 11:32:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=265', 0, 'revision', '', 0),
(266, 1, '2025-06-10 11:32:58', '2025-06-10 11:32:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:32:58', '2025-06-10 11:32:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=266', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(268, 1, '2025-06-10 11:37:35', '2025-06-10 11:37:35', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:37:35', '2025-06-10 11:37:35', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=268', 0, 'revision', '', 0),
(269, 1, '2025-06-10 11:37:35', '2025-06-10 11:37:35', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:37:35', '2025-06-10 11:37:35', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=269', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(270, 1, '2025-06-10 11:37:35', '2025-06-10 11:37:35', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 11:37:35', '2025-06-10 11:37:35', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=270', 0, 'revision', '', 0),
(271, 1, '2025-06-10 12:45:08', '2025-06-10 12:45:08', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 12:45:08', '2025-06-10 12:45:08', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=271', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(272, 1, '2025-06-10 12:45:08', '2025-06-10 12:45:08', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 12:45:08', '2025-06-10 12:45:08', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=272', 0, 'revision', '', 0),
(273, 1, '2025-06-10 12:45:08', '2025-06-10 12:45:08', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[membership_levels_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 12:45:08', '2025-06-10 12:45:08', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=273', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(274, 1, '2025-06-10 12:51:05', '2025-06-10 12:51:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[membership_levels_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 12:51:05', '2025-06-10 12:51:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=274', 0, 'revision', '', 0),
(275, 1, '2025-06-10 12:51:06', '2025-06-10 12:51:06', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[membership_levels_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 12:51:06', '2025-06-10 12:51:06', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=275', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(276, 1, '2025-06-10 12:51:06', '2025-06-10 12:51:06', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>wp_pmpro_membership_levels		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 12:51:06', '2025-06-10 12:51:06', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=276', 0, 'revision', '', 0),
(277, 1, '2025-06-10 13:20:30', '2025-06-10 13:20:30', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 13:20:30', '2025-06-10 13:20:30', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=277', 0, 'revision', '', 0),
(278, 1, '2025-06-10 13:20:30', '2025-06-10 13:20:30', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 13:20:30', '2025-06-10 13:20:30', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=278', 0, 'revision', '', 0),
(279, 1, '2025-06-10 13:20:31', '2025-06-10 13:20:31', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-10 13:20:31', '2025-06-10 13:20:31', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=279', 0, 'revision', '', 0),
(280, 1, '2025-06-10 13:21:00', '2025-06-10 13:21:00', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 13:21:00', '2025-06-10 13:21:00', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=280', 0, 'revision', '', 0),
(281, 1, '2025-06-10 13:21:00', '2025-06-10 13:21:00', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"#\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 13:21:00', '2025-06-10 13:21:00', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=281', 0, 'revision', '', 0),
(282, 1, '2025-06-10 13:21:00', '2025-06-10 13:21:00', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-10 13:21:00', '2025-06-10 13:21:00', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=282', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(283, 1, '2025-06-10 13:26:04', '2025-06-10 13:26:04', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>wp_pmpro_membership_levels		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 13:26:04', '2025-06-10 13:26:04', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=283', 0, 'revision', '', 0),
(284, 1, '2025-06-10 13:26:04', '2025-06-10 13:26:04', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>wp_pmpro_membership_levels		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 13:26:04', '2025-06-10 13:26:04', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=284', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(285, 1, '2025-06-10 13:26:05', '2025-06-10 13:26:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-10 13:26:05', '2025-06-10 13:26:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=285', 0, 'revision', '', 0),
(286, 1, '2025-06-11 06:44:29', '2025-06-11 06:44:29', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2025-06-11 06:44:29', '2025-06-11 06:44:29', '', 6, 'https://ifa-wp.dreamstechnologies.com/?p=286', 0, 'revision', '', 0),
(287, 1, '2025-06-11 06:44:29', '2025-06-11 06:44:29', '', 'Default Kit', '', 'inherit', 'closed', 'closed', '', '6-revision-v1', '', '', '2025-06-11 06:44:29', '2025-06-11 06:44:29', '', 6, 'https://ifa-wp.dreamstechnologies.com/?p=287', 0, 'revision', '', 0),
(288, 1, '2025-06-11 06:45:23', '2025-06-11 06:45:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:45:23', '2025-06-11 06:45:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=288', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(289, 1, '2025-06-11 06:45:23', '2025-06-11 06:45:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:45:23', '2025-06-11 06:45:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=289', 0, 'revision', '', 0),
(290, 1, '2025-06-11 06:45:23', '2025-06-11 06:45:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:45:23', '2025-06-11 06:45:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=290', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(292, 1, '2025-06-11 06:51:36', '2025-06-11 06:51:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:51:36', '2025-06-11 06:51:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=292', 0, 'revision', '', 0),
(293, 1, '2025-06-11 06:51:36', '2025-06-11 06:51:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:51:36', '2025-06-11 06:51:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=293', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(294, 1, '2025-06-11 06:51:37', '2025-06-11 06:51:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:51:37', '2025-06-11 06:51:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=294', 0, 'revision', '', 0),
(295, 1, '2025-06-11 06:52:11', '2025-06-11 06:52:11', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 06:52:11', '2025-06-11 06:52:11', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=295', 0, 'revision', '', 0),
(296, 1, '2025-06-11 06:52:11', '2025-06-11 06:52:11', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 06:52:11', '2025-06-11 06:52:11', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=296', 0, 'revision', '', 0),
(297, 1, '2025-06-11 06:52:12', '2025-06-11 06:52:12', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 06:52:12', '2025-06-11 06:52:12', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=297', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(298, 1, '2025-06-11 06:55:36', '2025-06-11 06:55:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:55:36', '2025-06-11 06:55:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=298', 0, 'revision', '', 0),
(299, 1, '2025-06-11 06:55:36', '2025-06-11 06:55:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:55:36', '2025-06-11 06:55:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=299', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(300, 1, '2025-06-11 06:55:36', '2025-06-11 06:55:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:55:36', '2025-06-11 06:55:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=300', 0, 'revision', '', 0),
(301, 1, '2025-06-11 06:55:43', '2025-06-11 06:55:43', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:55:43', '2025-06-11 06:55:43', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=301', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(302, 1, '2025-06-11 06:55:43', '2025-06-11 06:55:43', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:55:43', '2025-06-11 06:55:43', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=302', 0, 'revision', '', 0),
(303, 1, '2025-06-11 06:55:43', '2025-06-11 06:55:43', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:55:43', '2025-06-11 06:55:43', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=303', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(304, 1, '2025-06-11 06:56:50', '2025-06-11 06:56:50', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:56:50', '2025-06-11 06:56:50', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=304', 0, 'revision', '', 0),
(305, 1, '2025-06-11 06:56:51', '2025-06-11 06:56:51', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:56:51', '2025-06-11 06:56:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=305', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(306, 1, '2025-06-11 06:56:51', '2025-06-11 06:56:51', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:56:51', '2025-06-11 06:56:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=306', 0, 'revision', '', 0),
(307, 1, '2025-06-11 06:57:36', '2025-06-11 06:57:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:57:36', '2025-06-11 06:57:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=307', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(308, 1, '2025-06-11 06:57:36', '2025-06-11 06:57:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table] 		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:57:36', '2025-06-11 06:57:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=308', 0, 'revision', '', 0),
(309, 1, '2025-06-11 06:57:37', '2025-06-11 06:57:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:57:37', '2025-06-11 06:57:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=309', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(310, 1, '2025-06-11 06:58:57', '2025-06-11 06:58:57', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:58:57', '2025-06-11 06:58:57', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=310', 0, 'revision', '', 0),
(311, 1, '2025-06-11 06:58:57', '2025-06-11 06:58:57', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:58:57', '2025-06-11 06:58:57', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=311', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(312, 1, '2025-06-11 06:58:57', '2025-06-11 06:58:57', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:58:57', '2025-06-11 06:58:57', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=312', 0, 'revision', '', 0),
(313, 1, '2025-06-11 06:59:28', '2025-06-11 06:59:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:59:28', '2025-06-11 06:59:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=313', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(314, 1, '2025-06-11 06:59:28', '2025-06-11 06:59:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:59:28', '2025-06-11 06:59:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=314', 0, 'revision', '', 0),
(315, 1, '2025-06-11 06:59:29', '2025-06-11 06:59:29', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 06:59:29', '2025-06-11 06:59:29', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=315', 0, 'revision', '', 0),
(316, 1, '2025-06-11 07:01:21', '2025-06-11 07:01:21', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:01:21', '2025-06-11 07:01:21', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=316', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(317, 1, '2025-06-11 07:01:22', '2025-06-11 07:01:22', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:01:22', '2025-06-11 07:01:22', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=317', 0, 'revision', '', 0),
(318, 1, '2025-06-11 07:01:22', '2025-06-11 07:01:22', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:01:22', '2025-06-11 07:01:22', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=318', 0, 'revision', '', 0),
(319, 1, '2025-06-11 07:01:37', '2025-06-11 07:01:37', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-11 07:01:37', '2025-06-11 07:01:37', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=319', 0, 'revision', '', 0),
(320, 1, '2025-06-11 07:01:37', '2025-06-11 07:01:37', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-11 07:01:37', '2025-06-11 07:01:37', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=320', 0, 'revision', '', 0),
(321, 1, '2025-06-11 07:01:38', '2025-06-11 07:01:38', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-4278d83\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header Home', '', 'inherit', 'closed', 'closed', '', '100-revision-v1', '', '', '2025-06-11 07:01:38', '2025-06-11 07:01:38', '', 100, 'https://ifa-wp.dreamstechnologies.com/?p=321', 0, 'revision', '', 0),
(322, 1, '2025-06-11 07:06:06', '2025-06-11 07:06:06', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:06:06', '2025-06-11 07:06:06', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=322', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(323, 1, '2025-06-11 07:06:07', '2025-06-11 07:06:07', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:06:07', '2025-06-11 07:06:07', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=323', 0, 'revision', '', 0),
(324, 1, '2025-06-11 07:06:07', '2025-06-11 07:06:07', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:06:07', '2025-06-11 07:06:07', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=324', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(325, 1, '2025-06-11 07:12:28', '2025-06-11 07:12:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:12:28', '2025-06-11 07:12:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=325', 0, 'revision', '', 0),
(326, 1, '2025-06-11 07:12:28', '2025-06-11 07:12:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:12:28', '2025-06-11 07:12:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=326', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(327, 1, '2025-06-11 07:12:28', '2025-06-11 07:12:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:12:28', '2025-06-11 07:12:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=327', 0, 'revision', '', 0),
(328, 1, '2025-06-11 07:12:37', '2025-06-11 07:12:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:12:37', '2025-06-11 07:12:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=328', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(329, 1, '2025-06-11 07:12:37', '2025-06-11 07:12:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:12:37', '2025-06-11 07:12:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=329', 0, 'revision', '', 0),
(330, 1, '2025-06-11 07:12:37', '2025-06-11 07:12:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:12:37', '2025-06-11 07:12:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=330', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(331, 1, '2025-06-11 07:19:05', '2025-06-11 07:19:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:19:05', '2025-06-11 07:19:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=331', 0, 'revision', '', 0),
(332, 1, '2025-06-11 07:19:05', '2025-06-11 07:19:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:19:05', '2025-06-11 07:19:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=332', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(333, 1, '2025-06-11 07:19:05', '2025-06-11 07:19:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:19:05', '2025-06-11 07:19:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=333', 0, 'revision', '', 0),
(334, 1, '2025-06-11 07:19:58', '2025-06-11 07:19:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:19:58', '2025-06-11 07:19:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=334', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(335, 1, '2025-06-11 07:19:58', '2025-06-11 07:19:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:19:58', '2025-06-11 07:19:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=335', 0, 'revision', '', 0),
(336, 1, '2025-06-11 07:19:58', '2025-06-11 07:19:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:19:58', '2025-06-11 07:19:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=336', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(337, 1, '2025-06-11 07:20:11', '2025-06-11 07:20:11', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:20:11', '2025-06-11 07:20:11', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=337', 0, 'revision', '', 0),
(338, 1, '2025-06-11 07:20:12', '2025-06-11 07:20:12', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:20:12', '2025-06-11 07:20:12', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=338', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(339, 1, '2025-06-11 07:20:12', '2025-06-11 07:20:12', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:20:12', '2025-06-11 07:20:12', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=339', 0, 'revision', '', 0),
(340, 1, '2025-06-11 07:20:35', '2025-06-11 07:20:35', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:20:35', '2025-06-11 07:20:35', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=340', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(341, 1, '2025-06-11 07:20:36', '2025-06-11 07:20:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:20:36', '2025-06-11 07:20:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=341', 0, 'revision', '', 0),
(342, 1, '2025-06-11 07:20:36', '2025-06-11 07:20:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:20:36', '2025-06-11 07:20:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=342', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(343, 1, '2025-06-11 07:34:24', '2025-06-11 07:34:24', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:34:24', '2025-06-11 07:34:24', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=343', 0, 'revision', '', 0),
(344, 1, '2025-06-11 07:34:24', '2025-06-11 07:34:24', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:34:24', '2025-06-11 07:34:24', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=344', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(345, 1, '2025-06-11 07:34:24', '2025-06-11 07:34:24', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:34:24', '2025-06-11 07:34:24', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=345', 0, 'revision', '', 0),
(346, 1, '2025-06-11 07:36:28', '2025-06-11 07:36:28', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:36:28', '2025-06-11 07:36:28', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=346', 0, 'revision', '', 0),
(347, 1, '2025-06-11 07:36:29', '2025-06-11 07:36:29', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:36:29', '2025-06-11 07:36:29', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=347', 0, 'revision', '', 0),
(348, 1, '2025-06-11 07:36:29', '2025-06-11 07:36:29', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:36:29', '2025-06-11 07:36:29', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=348', 0, 'revision', '', 0),
(349, 1, '2025-06-11 07:37:41', '2025-06-11 07:37:41', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:37:41', '2025-06-11 07:37:41', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=349', 0, 'revision', '', 0),
(350, 1, '2025-06-11 07:37:41', '2025-06-11 07:37:41', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									log in\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:37:41', '2025-06-11 07:37:41', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=350', 0, 'revision', '', 0),
(351, 1, '2025-06-11 07:37:42', '2025-06-11 07:37:42', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:37:42', '2025-06-11 07:37:42', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=351', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(352, 1, '2025-06-11 07:38:48', '2025-06-11 07:38:48', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:38:48', '2025-06-11 07:38:48', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=352', 0, 'revision', '', 0),
(353, 1, '2025-06-11 07:38:48', '2025-06-11 07:38:48', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n					<h2>Add Your Heading Text Here</h2>				\n		[pmpro_membership_table]		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:38:48', '2025-06-11 07:38:48', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=353', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(354, 1, '2025-06-11 07:38:48', '2025-06-11 07:38:48', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:38:48', '2025-06-11 07:38:48', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=354', 0, 'revision', '', 0),
(355, 1, '2025-06-11 07:39:28', '2025-06-11 07:39:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:39:28', '2025-06-11 07:39:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=355', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(356, 1, '2025-06-11 07:39:28', '2025-06-11 07:39:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:39:28', '2025-06-11 07:39:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=356', 0, 'revision', '', 0),
(357, 1, '2025-06-11 07:39:28', '2025-06-11 07:39:28', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:39:28', '2025-06-11 07:39:28', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=357', 0, 'revision', '', 0),
(358, 1, '2025-06-11 07:40:02', '2025-06-11 07:40:02', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:40:02', '2025-06-11 07:40:02', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=358', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(359, 1, '2025-06-11 07:40:02', '2025-06-11 07:40:02', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:40:02', '2025-06-11 07:40:02', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=359', 0, 'revision', '', 0),
(360, 1, '2025-06-11 07:40:02', '2025-06-11 07:40:02', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 07:40:02', '2025-06-11 07:40:02', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=360', 0, 'revision', '', 0),
(361, 1, '2025-06-11 07:41:26', '2025-06-11 07:41:26', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:41:26', '2025-06-11 07:41:26', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=361', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(362, 1, '2025-06-11 07:41:26', '2025-06-11 07:41:26', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:41:26', '2025-06-11 07:41:26', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=362', 0, 'revision', '', 0),
(363, 1, '2025-06-11 07:41:27', '2025-06-11 07:41:27', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:41:27', '2025-06-11 07:41:27', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=363', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(364, 1, '2025-06-11 07:41:51', '2025-06-11 07:41:51', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:41:51', '2025-06-11 07:41:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=364', 0, 'revision', '', 0),
(365, 1, '2025-06-11 07:41:51', '2025-06-11 07:41:51', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:41:51', '2025-06-11 07:41:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=365', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(366, 1, '2025-06-11 07:41:51', '2025-06-11 07:41:51', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:41:51', '2025-06-11 07:41:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=366', 0, 'revision', '', 0),
(367, 1, '2025-06-11 07:44:34', '2025-06-11 07:44:34', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:44:34', '2025-06-11 07:44:34', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=367', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(368, 1, '2025-06-11 07:44:34', '2025-06-11 07:44:34', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:44:34', '2025-06-11 07:44:34', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=368', 0, 'revision', '', 0),
(369, 1, '2025-06-11 07:44:34', '2025-06-11 07:44:34', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:44:34', '2025-06-11 07:44:34', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=369', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(370, 1, '2025-06-11 07:45:42', '2025-06-11 07:45:42', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:45:42', '2025-06-11 07:45:42', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=370', 0, 'revision', '', 0),
(371, 1, '2025-06-11 07:45:42', '2025-06-11 07:45:42', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:45:42', '2025-06-11 07:45:42', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=371', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(372, 1, '2025-06-11 07:45:42', '2025-06-11 07:45:42', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:45:42', '2025-06-11 07:45:42', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=372', 0, 'revision', '', 0),
(374, 1, '2025-06-11 07:56:46', '2025-06-11 07:56:46', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:56:46', '2025-06-11 07:56:46', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=374', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(375, 1, '2025-06-11 07:56:46', '2025-06-11 07:56:46', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:56:46', '2025-06-11 07:56:46', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=375', 0, 'revision', '', 0),
(376, 1, '2025-06-11 07:56:47', '2025-06-11 07:56:47', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:56:47', '2025-06-11 07:56:47', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=376', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(377, 1, '2025-06-11 07:57:11', '2025-06-11 07:57:11', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:57:11', '2025-06-11 07:57:11', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=377', 0, 'revision', '', 0),
(378, 1, '2025-06-11 07:57:11', '2025-06-11 07:57:11', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:57:11', '2025-06-11 07:57:11', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=378', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(379, 1, '2025-06-11 07:57:11', '2025-06-11 07:57:11', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:57:11', '2025-06-11 07:57:11', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=379', 0, 'revision', '', 0),
(380, 1, '2025-06-11 07:57:25', '2025-06-11 07:57:25', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:57:25', '2025-06-11 07:57:25', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=380', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(381, 1, '2025-06-11 07:57:25', '2025-06-11 07:57:25', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:57:25', '2025-06-11 07:57:25', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=381', 0, 'revision', '', 0),
(382, 1, '2025-06-11 07:57:25', '2025-06-11 07:57:25', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:57:25', '2025-06-11 07:57:25', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=382', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(383, 1, '2025-06-11 07:58:09', '2025-06-11 07:58:09', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:09', '2025-06-11 07:58:09', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=383', 0, 'revision', '', 0),
(384, 1, '2025-06-11 07:58:09', '2025-06-11 07:58:09', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:09', '2025-06-11 07:58:09', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=384', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(385, 1, '2025-06-11 07:58:09', '2025-06-11 07:58:09', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:09', '2025-06-11 07:58:09', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=385', 0, 'revision', '', 0),
(386, 1, '2025-06-11 07:58:31', '2025-06-11 07:58:31', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:31', '2025-06-11 07:58:31', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=386', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(387, 1, '2025-06-11 07:58:31', '2025-06-11 07:58:31', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:31', '2025-06-11 07:58:31', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=387', 0, 'revision', '', 0),
(388, 1, '2025-06-11 07:58:32', '2025-06-11 07:58:32', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:32', '2025-06-11 07:58:32', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=388', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(389, 1, '2025-06-11 07:58:58', '2025-06-11 07:58:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:58', '2025-06-11 07:58:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=389', 0, 'revision', '', 0),
(390, 1, '2025-06-11 07:58:58', '2025-06-11 07:58:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:58', '2025-06-11 07:58:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=390', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(391, 1, '2025-06-11 07:58:58', '2025-06-11 07:58:58', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:58:58', '2025-06-11 07:58:58', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=391', 0, 'revision', '', 0),
(392, 1, '2025-06-11 07:59:05', '2025-06-11 07:59:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:05', '2025-06-11 07:59:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=392', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(393, 1, '2025-06-11 07:59:05', '2025-06-11 07:59:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:05', '2025-06-11 07:59:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=393', 0, 'revision', '', 0),
(394, 1, '2025-06-11 07:59:05', '2025-06-11 07:59:05', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:05', '2025-06-11 07:59:05', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=394', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(395, 1, '2025-06-11 07:59:23', '2025-06-11 07:59:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:23', '2025-06-11 07:59:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=395', 0, 'revision', '', 0),
(396, 1, '2025-06-11 07:59:23', '2025-06-11 07:59:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:23', '2025-06-11 07:59:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=396', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(397, 1, '2025-06-11 07:59:23', '2025-06-11 07:59:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:23', '2025-06-11 07:59:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=397', 0, 'revision', '', 0),
(398, 1, '2025-06-11 07:59:32', '2025-06-11 07:59:32', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:32', '2025-06-11 07:59:32', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=398', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(399, 1, '2025-06-11 07:59:32', '2025-06-11 07:59:32', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:32', '2025-06-11 07:59:32', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=399', 0, 'revision', '', 0),
(400, 1, '2025-06-11 07:59:32', '2025-06-11 07:59:32', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:32', '2025-06-11 07:59:32', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=400', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(401, 1, '2025-06-11 07:59:55', '2025-06-11 07:59:55', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:55', '2025-06-11 07:59:55', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=401', 0, 'revision', '', 0),
(402, 1, '2025-06-11 07:59:55', '2025-06-11 07:59:55', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:55', '2025-06-11 07:59:55', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=402', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(403, 1, '2025-06-11 07:59:55', '2025-06-11 07:59:55', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 07:59:55', '2025-06-11 07:59:55', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=403', 0, 'revision', '', 0),
(404, 1, '2025-06-11 08:00:09', '2025-06-11 08:00:09', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:09', '2025-06-11 08:00:09', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=404', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(405, 1, '2025-06-11 08:00:09', '2025-06-11 08:00:09', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:09', '2025-06-11 08:00:09', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=405', 0, 'revision', '', 0),
(406, 1, '2025-06-11 08:00:09', '2025-06-11 08:00:09', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:09', '2025-06-11 08:00:09', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=406', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(407, 1, '2025-06-11 08:00:13', '2025-06-11 08:00:13', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:13', '2025-06-11 08:00:13', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=407', 0, 'revision', '', 0),
(408, 1, '2025-06-11 08:00:14', '2025-06-11 08:00:14', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:14', '2025-06-11 08:00:14', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=408', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(409, 1, '2025-06-11 08:00:14', '2025-06-11 08:00:14', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:14', '2025-06-11 08:00:14', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=409', 0, 'revision', '', 0),
(410, 1, '2025-06-11 08:00:17', '2025-06-11 08:00:17', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:17', '2025-06-11 08:00:17', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=410', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(411, 1, '2025-06-11 08:00:17', '2025-06-11 08:00:17', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:17', '2025-06-11 08:00:17', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=411', 0, 'revision', '', 0),
(412, 1, '2025-06-11 08:00:17', '2025-06-11 08:00:17', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:00:17', '2025-06-11 08:00:17', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=412', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(413, 1, '2025-06-11 08:01:03', '2025-06-11 08:01:03', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:03', '2025-06-11 08:01:03', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=413', 0, 'revision', '', 0),
(414, 1, '2025-06-11 08:01:03', '2025-06-11 08:01:03', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:03', '2025-06-11 08:01:03', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=414', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(415, 1, '2025-06-11 08:01:03', '2025-06-11 08:01:03', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:03', '2025-06-11 08:01:03', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=415', 0, 'revision', '', 0),
(416, 1, '2025-06-11 08:01:22', '2025-06-11 08:01:22', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:22', '2025-06-11 08:01:22', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=416', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(417, 1, '2025-06-11 08:01:22', '2025-06-11 08:01:22', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:22', '2025-06-11 08:01:22', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=417', 0, 'revision', '', 0),
(418, 1, '2025-06-11 08:01:22', '2025-06-11 08:01:22', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:22', '2025-06-11 08:01:22', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=418', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(419, 1, '2025-06-11 08:01:35', '2025-06-11 08:01:35', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:35', '2025-06-11 08:01:35', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=419', 0, 'revision', '', 0),
(420, 1, '2025-06-11 08:01:36', '2025-06-11 08:01:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:36', '2025-06-11 08:01:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=420', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(421, 1, '2025-06-11 08:01:36', '2025-06-11 08:01:36', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:01:36', '2025-06-11 08:01:36', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=421', 0, 'revision', '', 0),
(422, 1, '2025-06-11 08:03:23', '2025-06-11 08:03:23', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:03:23', '2025-06-11 08:03:23', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=422', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(423, 1, '2025-06-11 08:03:24', '2025-06-11 08:03:24', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:03:24', '2025-06-11 08:03:24', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=423', 0, 'revision', '', 0),
(424, 1, '2025-06-11 08:03:24', '2025-06-11 08:03:24', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 08:03:24', '2025-06-11 08:03:24', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=424', 0, 'revision', '', 0),
(425, 1, '2025-06-11 08:07:01', '2025-06-11 08:07:01', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:07:01', '2025-06-11 08:07:01', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=425', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(426, 1, '2025-06-11 08:07:01', '2025-06-11 08:07:01', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:07:01', '2025-06-11 08:07:01', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=426', 0, 'revision', '', 0),
(427, 1, '2025-06-11 08:07:02', '2025-06-11 08:07:02', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:07:02', '2025-06-11 08:07:02', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=427', 0, 'revision', '', 0),
(428, 1, '2025-06-11 08:10:24', '2025-06-11 08:10:24', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:10:24', '2025-06-11 08:10:24', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=428', 0, 'revision', '', 0),
(429, 1, '2025-06-11 08:10:25', '2025-06-11 08:10:25', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:10:25', '2025-06-11 08:10:25', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=429', 0, 'revision', '', 0),
(430, 1, '2025-06-11 08:10:25', '2025-06-11 08:10:25', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:10:25', '2025-06-11 08:10:25', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=430', 0, 'revision', '', 0),
(431, 1, '2025-06-11 08:11:45', '2025-06-11 08:11:45', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:11:45', '2025-06-11 08:11:45', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=431', 0, 'revision', '', 0),
(432, 1, '2025-06-11 08:11:45', '2025-06-11 08:11:45', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:11:45', '2025-06-11 08:11:45', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=432', 0, 'revision', '', 0),
(433, 1, '2025-06-11 08:11:45', '2025-06-11 08:11:45', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:11:45', '2025-06-11 08:11:45', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=433', 0, 'revision', '', 0),
(434, 1, '2025-06-11 08:14:03', '2025-06-11 08:14:03', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:14:03', '2025-06-11 08:14:03', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=434', 0, 'revision', '', 0),
(435, 1, '2025-06-11 08:14:03', '2025-06-11 08:14:03', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:14:03', '2025-06-11 08:14:03', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=435', 0, 'revision', '', 0),
(436, 1, '2025-06-11 08:14:03', '2025-06-11 08:14:03', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:14:03', '2025-06-11 08:14:03', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=436', 0, 'revision', '', 0),
(437, 1, '2025-06-11 08:16:40', '2025-06-11 08:16:40', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:16:40', '2025-06-11 08:16:40', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=437', 0, 'revision', '', 0),
(438, 1, '2025-06-11 08:16:40', '2025-06-11 08:16:40', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:16:40', '2025-06-11 08:16:40', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=438', 0, 'revision', '', 0),
(439, 1, '2025-06-11 08:16:40', '2025-06-11 08:16:40', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:16:40', '2025-06-11 08:16:40', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=439', 0, 'revision', '', 0),
(440, 1, '2025-06-11 08:17:18', '2025-06-11 08:17:18', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:17:18', '2025-06-11 08:17:18', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=440', 0, 'revision', '', 0),
(441, 1, '2025-06-11 08:17:18', '2025-06-11 08:17:18', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:17:18', '2025-06-11 08:17:18', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=441', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(442, 1, '2025-06-11 08:17:19', '2025-06-11 08:17:19', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:17:19', '2025-06-11 08:17:19', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=442', 0, 'revision', '', 0),
(443, 1, '2025-06-11 08:19:10', '2025-06-11 08:19:10', '{\n    \"astra-settings[header-desktop-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_left_center\": [],\n                \"above_center\": [],\n                \"above_right_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_left_center\": [],\n                \"primary_center\": [],\n                \"primary_right_center\": [],\n                \"primary_right\": [\n                    \"menu-1\",\n                    \"social-icons-1\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_left_center\": [],\n                \"below_center\": [],\n                \"below_right_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:19:10\"\n    },\n    \"astra-settings[header-preset-style]\": {\n        \"value\": \"preset_1\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:19:10\"\n    },\n    \"astra-settings[header-mobile-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\",\n                    \"social-icons-1\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_center\": [],\n                \"primary_right\": [\n                    \"mobile-trigger\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:19:10\"\n    },\n    \"astra-settings[transparent-header-on-devices]\": {\n        \"value\": \"both\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:19:10\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '7460d5c8-bd07-49dc-a546-7001ae9bc624', '', '', '2025-06-11 08:19:10', '2025-06-11 08:19:10', '', 0, 'https://ifa-wp.dreamstechnologies.com/7460d5c8-bd07-49dc-a546-7001ae9bc624/', 0, 'customize_changeset', '', 0),
(444, 1, '2025-06-11 08:21:08', '2025-06-11 08:21:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:21:08', '2025-06-11 08:21:08', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=444', 0, 'revision', '', 0),
(445, 1, '2025-06-11 08:21:08', '2025-06-11 08:21:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:21:08', '2025-06-11 08:21:08', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=445', 0, 'revision', '', 0),
(446, 1, '2025-06-11 08:21:08', '2025-06-11 08:21:08', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:21:08', '2025-06-11 08:21:08', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=446', 0, 'revision', '', 0),
(447, 1, '2025-06-11 08:28:31', '2025-06-11 08:28:31', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:28:31', '2025-06-11 08:28:31', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=447', 0, 'revision', '', 0),
(448, 1, '2025-06-11 08:28:31', '2025-06-11 08:28:31', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:28:31', '2025-06-11 08:28:31', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=448', 0, 'revision', '', 0),
(449, 1, '2025-06-11 08:28:31', '2025-06-11 08:28:31', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav itemscope=\"itemscope\" itemtype=\"https://schema.org/SiteNavigationElement\" data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-f1c31d4\"><li id=\"menu-item-83\" itemprop=\"name\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" itemprop=\"url\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-81\" itemprop=\"name\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" itemprop=\"url\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-82\" itemprop=\"name\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" itemprop=\"url\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/login/\">\n									Log In\n					</a>\n					<a href=\"#\">\n									Join IAF\n					</a>', 'Header', '', 'inherit', 'closed', 'closed', '', '8-revision-v1', '', '', '2025-06-11 08:28:31', '2025-06-11 08:28:31', '', 8, 'https://ifa-wp.dreamstechnologies.com/?p=449', 0, 'revision', '', 0),
(450, 1, '2025-06-11 08:29:43', '2025-06-11 08:29:43', '{\n    \"astra-settings[header-desktop-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_left_center\": [],\n                \"above_center\": [],\n                \"above_right_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_left_center\": [],\n                \"primary_center\": [],\n                \"primary_right_center\": [],\n                \"primary_right\": [\n                    \"menu-1\",\n                    \"button-1\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_left_center\": [],\n                \"below_center\": [],\n                \"below_right_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:43\"\n    },\n    \"astra-settings[header-preset-style]\": {\n        \"value\": \"preset_2\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:43\"\n    },\n    \"astra-settings[header-mobile-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\",\n                    \"button-1\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_center\": [],\n                \"primary_right\": [\n                    \"mobile-trigger\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:43\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '4cc3a5ec-990a-4aa3-aece-5ec9fcf83638', '', '', '2025-06-11 08:29:43', '2025-06-11 08:29:43', '', 0, 'https://ifa-wp.dreamstechnologies.com/4cc3a5ec-990a-4aa3-aece-5ec9fcf83638/', 0, 'customize_changeset', '', 0),
(451, 1, '2025-06-11 08:29:57', '2025-06-11 08:29:57', '{\n    \"astra-settings[header-desktop-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_left_center\": [],\n                \"above_center\": [],\n                \"above_right_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\",\n                    \"menu-1\"\n                ],\n                \"primary_left_center\": [],\n                \"primary_center\": [],\n                \"primary_right_center\": [],\n                \"primary_right\": [\n                    \"html-1\",\n                    \"button-1\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_left_center\": [],\n                \"below_center\": [],\n                \"below_right_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:57\"\n    },\n    \"astra-settings[header-preset-style]\": {\n        \"value\": \"preset_3\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:57\"\n    },\n    \"astra-settings[header-mobile-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\",\n                    \"html-1\",\n                    \"button-1\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_center\": [],\n                \"primary_right\": [\n                    \"mobile-trigger\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:57\"\n    },\n    \"astra-settings[header-button1-text]\": {\n        \"value\": \"Sign up\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:57\"\n    },\n    \"astra-settings[header-html-1]\": {\n        \"value\": \"<a href=\\\"#\\\">Log in</a>\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 08:29:57\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '488ea05c-2a9e-41fc-84c6-b6b9be0bfd29', '', '', '2025-06-11 08:29:57', '2025-06-11 08:29:57', '', 0, 'https://ifa-wp.dreamstechnologies.com/488ea05c-2a9e-41fc-84c6-b6b9be0bfd29/', 0, 'customize_changeset', '', 0),
(452, 1, '2025-06-11 09:37:40', '2025-06-11 09:37:40', '<h1>About the Indian Film Alliance (IFA)</h1>\r\nA \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges\r\n\r\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" width=\"201\" height=\"73\" />\r\n\r\nOur mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.\r\n\r\nThrough curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.\r\n\r\n&nbsp;\r\n<h5>Film Screenings &amp; Festivals</h5>\r\n<ul>\r\n 	<li>\r\nMonthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>\r\nAnnual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>\r\nIndependent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>\r\nPartnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Panel Discussions &amp; Workshops</h5>\r\n<ul>\r\n 	<li>\r\nMonthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>\r\nAnnual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>\r\nIndependent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>\r\nPartnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Community Engagement – Club IFA</h5>\r\n<ul>\r\n 	<li>\r\nMonthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>\r\nAnnual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>\r\nIndependent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>\r\nPartnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Educational Initiatives</h5>\r\n<ul>\r\n 	<li>\r\nMonthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>\r\nAnnual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>\r\nIndependent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>\r\nPartnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Film Investment &amp; Funding</h5>\r\n<ul>\r\n 	<li>\r\nMonthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>\r\nAnnual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>\r\nIndependent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>\r\nPartnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Networking &amp; Industry Support</h5>\r\n<ul>\r\n 	<li>\r\nMonthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>\r\nAnnual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>\r\nIndependent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>\r\nPartnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n<h4>Why Join IFA?</h4>\r\n<ul>\r\n 	<li>\r\nConnect with like-minded professionals and creatives</li>\r\n 	<li>\r\nDiscover, experience and celebrate the hidden gems and iconic films</li>\r\n 	<li>\r\nLearn from industry leaders through workshops and discussions</li>\r\n 	<li>\r\nParticipate and Contribute to the growth of Indian cinema in the UK and beyond</li>\r\n</ul>\r\n<ul>\r\n 	<li>\r\nLearn from industry leaders through workshops and discussions</li>\r\n 	<li>\r\nDiscover opportunities to realise your filmy aspirations and dreams</li>\r\n 	<li>\r\nStructured Investing opportunities in high-potential Indian film projects</li>\r\n</ul>\r\nJoin us in celebrating the magic of Indian storytelling—and be part of its future.\r\n<a href=\"#\">\r\nJoin Club IFA Today\r\n</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 09:37:40', '2025-06-11 09:37:40', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=452', 0, 'revision', '', 0),
(453, 1, '2025-06-11 09:37:51', '2025-06-11 09:37:51', '<h1>About the Indian Film Alliance (IFA)</h1>\r\nA \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges\r\n\r\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" width=\"201\" height=\"73\" />\r\n\r\nOur mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.\r\n\r\nThrough curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.\r\n\r\n&nbsp;\r\n<h5>Film Screenings &amp; Festivals</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Panel Discussions &amp; Workshops</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Community Engagement – Club IFA</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Educational Initiatives</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Film Investment &amp; Funding</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Networking &amp; Industry Support</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n<h4>Why Join IFA?</h4>\r\n<ul>\r\n 	<li>Connect with like-minded professionals and creatives</li>\r\n 	<li>Discover, experience and celebrate the hidden gems and iconic films</li>\r\n 	<li>Learn from industry leaders through workshops and discussions</li>\r\n 	<li>Participate and Contribute to the growth of Indian cinema in the UK and beyond</li>\r\n</ul>\r\n<ul>\r\n 	<li>Learn from industry leaders through workshops and discussions</li>\r\n 	<li>Discover opportunities to realise your filmy aspirations and dreams</li>\r\n 	<li>Structured Investing opportunities in high-potential Indian film projects</li>\r\n</ul>\r\nJoin us in celebrating the magic of Indian storytelling—and be part of its future.\r\n<a href=\"#\">\r\nJoin Club IFA Today\r\n</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 09:37:51', '2025-06-11 09:37:51', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=453', 0, 'revision', '', 0),
(454, 1, '2025-06-11 09:39:35', '2025-06-11 09:39:35', '{\n    \"blogname\": {\n        \"value\": \"\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:39:35\"\n    },\n    \"astra::custom_logo\": {\n        \"value\": 14,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:39:35\"\n    },\n    \"astra-settings[ast-header-responsive-logo-width]\": {\n        \"value\": {\n            \"desktop\": 201,\n            \"tablet\": \"\",\n            \"mobile\": \"\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:39:35\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '79b6353d-aafe-4fbc-91bd-fb23f53bb92a', '', '', '2025-06-11 09:39:35', '2025-06-11 09:39:35', '', 0, 'https://ifa-wp.dreamstechnologies.com/79b6353d-aafe-4fbc-91bd-fb23f53bb92a/', 0, 'customize_changeset', '', 0),
(455, 1, '2025-06-11 09:40:15', '2025-06-11 09:40:15', '{\n    \"astra::nav_menu_locations[primary]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:40:15\"\n    },\n    \"astra::nav_menu_locations[mobile_menu]\": {\n        \"value\": 2,\n        \"type\": \"theme_mod\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:40:15\"\n    },\n    \"astra-settings[header-mobile-menu-bg-obj-responsive]\": {\n        \"value\": {\n            \"desktop\": {\n                \"background-color\": \"\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            },\n            \"tablet\": {\n                \"background-color\": \"var(--ast-global-color-4)\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\",\n                \"background-type\": \"color\"\n            },\n            \"mobile\": {\n                \"background-color\": \"\",\n                \"background-image\": \"\",\n                \"background-repeat\": \"repeat\",\n                \"background-position\": \"center center\",\n                \"background-size\": \"auto\",\n                \"background-attachment\": \"scroll\",\n                \"overlay-type\": \"\",\n                \"overlay-color\": \"\",\n                \"overlay-opacity\": \"\",\n                \"overlay-gradient\": \"\"\n            }\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:40:15\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'f8294457-ec2d-462c-8882-b3cec39254b6', '', '', '2025-06-11 09:40:15', '2025-06-11 09:40:15', '', 0, 'https://ifa-wp.dreamstechnologies.com/f8294457-ec2d-462c-8882-b3cec39254b6/', 0, 'customize_changeset', '', 0),
(456, 1, '2025-06-11 09:41:28', '2025-06-11 09:41:28', '{\n    \"astra-settings[header-button1-link-option]\": {\n        \"value\": {\n            \"url\": \"#\",\n            \"new_tab\": false,\n            \"link_rel\": \"\"\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:40:46\"\n    },\n    \"astra-settings[header-button1-text]\": {\n        \"value\": \"Join IFA\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:41:28\"\n    },\n    \"astra-settings[header-html-1]\": {\n        \"value\": \"<a href=\\\"#\\\">Log In</a>\",\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:41:28\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', '118f7291-a1e9-474e-9195-0e19f08d761d', '', '', '2025-06-11 09:41:28', '2025-06-11 09:41:28', '', 0, 'https://ifa-wp.dreamstechnologies.com/?p=456', 0, 'customize_changeset', '', 0),
(457, 1, '2025-06-11 09:44:43', '2025-06-11 09:44:43', '{\n    \"astra-settings[header-desktop-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_left_center\": [],\n                \"above_center\": [],\n                \"above_right_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\",\n                    \"menu-1\"\n                ],\n                \"primary_left_center\": [],\n                \"primary_center\": [],\n                \"primary_right_center\": [],\n                \"primary_right\": [\n                    \"html-1\",\n                    \"button-1\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_left_center\": [],\n                \"below_center\": [],\n                \"below_right_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:44:43\"\n    },\n    \"astra-settings[header-mobile-items]\": {\n        \"value\": {\n            \"popup\": {\n                \"popup_content\": [\n                    \"mobile-menu\",\n                    \"html-1\",\n                    \"button-1\"\n                ]\n            },\n            \"above\": {\n                \"above_left\": [],\n                \"above_center\": [],\n                \"above_right\": []\n            },\n            \"primary\": {\n                \"primary_left\": [\n                    \"logo\"\n                ],\n                \"primary_center\": [],\n                \"primary_right\": [\n                    \"mobile-trigger\"\n                ]\n            },\n            \"below\": {\n                \"below_left\": [],\n                \"below_center\": [],\n                \"below_right\": []\n            },\n            \"flag\": true\n        },\n        \"type\": \"option\",\n        \"user_id\": 1,\n        \"date_modified_gmt\": \"2025-06-11 09:44:43\"\n    }\n}', '', '', 'trash', 'closed', 'closed', '', 'dfa8d4dc-f199-42ce-be19-d8265554fa83', '', '', '2025-06-11 09:44:43', '2025-06-11 09:44:43', '', 0, 'https://ifa-wp.dreamstechnologies.com/dfa8d4dc-f199-42ce-be19-d8265554fa83/', 0, 'customize_changeset', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(458, 1, '2025-06-11 11:53:38', '2025-06-11 11:53:38', '<h1>About the Indian Film Alliance (IFA)</h1>\r\nA \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges\r\n\r\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" width=\"201\" height=\"73\" />\r\n\r\nOur mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.\r\n\r\nThrough curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.\r\n\r\n&nbsp;\r\n<h5>Film Screenings &amp; Festivals</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Panel Discussions &amp; Workshops</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Community Engagement – Club IFA</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Educational Initiatives</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Film Investment &amp; Funding</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Networking &amp; Industry Support</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n<h4>Why Join IFA?</h4>\r\n<ul>\r\n 	<li>Connect with like-minded professionals and creatives</li>\r\n 	<li>Discover, experience and celebrate the hidden gems and iconic films</li>\r\n 	<li>Learn from industry leaders through workshops and discussions</li>\r\n 	<li>Participate and Contribute to the growth of Indian cinema in the UK and beyond</li>\r\n</ul>\r\n<ul>\r\n 	<li>Learn from industry leaders through workshops and discussions</li>\r\n 	<li>Discover opportunities to realise your filmy aspirations and dreams</li>\r\n 	<li>Structured Investing opportunities in high-potential Indian film projects</li>\r\n</ul>\r\nJoin us in celebrating the magic of Indian storytelling—and be part of its future.\r\n<a href=\"#\">\r\nJoin Club IFA Today\r\n</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:53:38', '2025-06-11 11:53:38', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=458', 0, 'revision', '', 0),
(459, 1, '2025-06-11 11:53:38', '2025-06-11 11:53:38', '<h1>About the Indian Film Alliance (IFA)</h1>\r\nA \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges\r\n\r\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" width=\"201\" height=\"73\" />\r\n\r\nOur mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.\r\n\r\nThrough curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.\r\n\r\n&nbsp;\r\n<h5>Film Screenings &amp; Festivals</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Panel Discussions &amp; Workshops</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Community Engagement – Club IFA</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Educational Initiatives</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Film Investment &amp; Funding</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n&nbsp;\r\n<h5>Networking &amp; Industry Support</h5>\r\n<ul>\r\n 	<li>Monthly showcases of classics, hidden gems, and contemporary hits</li>\r\n 	<li>Annual Indian Film Festival highlighting diverse regional cinemas</li>\r\n 	<li>Independent Indian Film Festival for full feature and shortfilms</li>\r\n 	<li>Partnerships with local cinemas and cultural centres</li>\r\n</ul>\r\n<h4>Why Join IFA?</h4>\r\n<ul>\r\n 	<li>Connect with like-minded professionals and creatives</li>\r\n 	<li>Discover, experience and celebrate the hidden gems and iconic films</li>\r\n 	<li>Learn from industry leaders through workshops and discussions</li>\r\n 	<li>Participate and Contribute to the growth of Indian cinema in the UK and beyond</li>\r\n</ul>\r\n<ul>\r\n 	<li>Learn from industry leaders through workshops and discussions</li>\r\n 	<li>Discover opportunities to realise your filmy aspirations and dreams</li>\r\n 	<li>Structured Investing opportunities in high-potential Indian film projects</li>\r\n</ul>\r\nJoin us in celebrating the magic of Indian storytelling—and be part of its future.\r\n<a href=\"#\">\r\nJoin Club IFA Today\r\n</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:53:38', '2025-06-11 11:53:38', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=459', 0, 'revision', '', 0),
(460, 1, '2025-06-11 11:53:38', '2025-06-11 11:53:38', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:53:38', '2025-06-11 11:53:38', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=460', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(461, 1, '2025-06-11 11:56:21', '2025-06-11 11:56:21', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:56:21', '2025-06-11 11:56:21', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=461', 0, 'revision', '', 0),
(462, 1, '2025-06-11 11:56:21', '2025-06-11 11:56:21', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:56:21', '2025-06-11 11:56:21', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=462', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(463, 1, '2025-06-11 11:56:21', '2025-06-11 11:56:21', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:56:21', '2025-06-11 11:56:21', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=463', 0, 'revision', '', 0),
(464, 1, '2025-06-11 11:56:37', '2025-06-11 11:56:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:56:37', '2025-06-11 11:56:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=464', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(465, 1, '2025-06-11 11:56:37', '2025-06-11 11:56:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:56:37', '2025-06-11 11:56:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=465', 0, 'revision', '', 0),
(466, 1, '2025-06-11 11:56:37', '2025-06-11 11:56:37', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:56:37', '2025-06-11 11:56:37', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=466', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(467, 1, '2025-06-11 11:57:25', '2025-06-11 11:57:25', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:57:25', '2025-06-11 11:57:25', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=467', 0, 'revision', '', 0),
(468, 1, '2025-06-11 11:57:25', '2025-06-11 11:57:25', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:57:25', '2025-06-11 11:57:25', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=468', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(469, 1, '2025-06-11 11:57:25', '2025-06-11 11:57:25', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:57:25', '2025-06-11 11:57:25', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=469', 0, 'revision', '', 0),
(470, 1, '2025-06-11 11:57:46', '2025-06-11 11:57:46', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:57:46', '2025-06-11 11:57:46', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=470', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(471, 1, '2025-06-11 11:57:46', '2025-06-11 11:57:46', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:57:46', '2025-06-11 11:57:46', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=471', 0, 'revision', '', 0),
(472, 1, '2025-06-11 11:57:47', '2025-06-11 11:57:47', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:57:47', '2025-06-11 11:57:47', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=472', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(473, 1, '2025-06-11 11:58:29', '2025-06-11 11:58:29', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:58:29', '2025-06-11 11:58:29', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=473', 0, 'revision', '', 0),
(474, 1, '2025-06-11 11:58:29', '2025-06-11 11:58:29', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:58:29', '2025-06-11 11:58:29', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=474', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(475, 1, '2025-06-11 11:58:29', '2025-06-11 11:58:29', '<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>		\n															<img width=\"201\" height=\"73\" src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo-1.png\" alt=\"\" />															\n		<p>Our mission is to celebrate the richness of Indian films—spanning classics, regional gems, and contemporary blockbusters—while fostering community engagement and nurturing education, collaboration and funding opportunities.</p><p>Through curated events, workshops, and networking initiatives, we connect filmmakers, crew, investors, artists, businesses and enthusiasts, creating a dynamic ecosystem for creative growth and cultural exchange.</p>		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings &amp; Festivals</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Panel Discussions &amp; Workshops</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 496 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M314.9 194.4v101.4h-28.3v120.5h-77.1V295.9h-28.3V194.4c0-4.4 1.6-8.2 4.6-11.3 3.1-3.1 6.9-4.7 11.3-4.7H299c4.1 0 7.8 1.6 11.1 4.7 3.1 3.2 4.8 6.9 4.8 11.3zm-101.5-63.7c0-23.3 11.5-35 34.5-35s34.5 11.7 34.5 35c0 23-11.5 34.5-34.5 34.5s-34.5-11.5-34.5-34.5zM247.6 8C389.4 8 496 118.1 496 256c0 147.1-118.5 248-248.4 248C113.6 504 0 394.5 0 256 0 123.1 104.7 8 247.6 8zm.8 44.7C130.2 52.7 44.7 150.6 44.7 256c0 109.8 91.2 202.8 203.7 202.8 103.2 0 202.8-81.1 202.8-202.8.1-113.8-90.2-203.3-202.8-203.3z\"></path></svg>			\n					<h5>Community Engagement – Club IFA</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M622.34 153.2L343.4 67.5c-15.2-4.67-31.6-4.67-46.79 0L17.66 153.2c-23.54 7.23-23.54 38.36 0 45.59l48.63 14.94c-10.67 13.19-17.23 29.28-17.88 46.9C38.78 266.15 32 276.11 32 288c0 10.78 5.68 19.85 13.86 25.65L20.33 428.53C18.11 438.52 25.71 448 35.94 448h56.11c10.24 0 17.84-9.48 15.62-19.47L82.14 313.65C90.32 307.85 96 298.78 96 288c0-11.57-6.47-21.25-15.66-26.87.76-15.02 8.44-28.3 20.69-36.72L296.6 284.5c9.06 2.78 26.44 6.25 46.79 0l278.95-85.7c23.55-7.24 23.55-38.36 0-45.6zM352.79 315.09c-28.53 8.76-52.84 3.92-65.59 0l-145.02-44.55L128 384c0 35.35 85.96 64 192 64s192-28.65 192-64l-14.18-113.47-145.03 44.56z\"></path></svg>			\n					<h5>Educational Initiatives</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M416 192c0-88.37-93.12-160-208-160S0 103.63 0 192c0 34.27 14.13 65.95 37.97 91.98C24.61 314.22 2.52 338.16 2.2 338.5A7.995 7.995 0 0 0 8 352c36.58 0 66.93-12.25 88.73-24.98C128.93 342.76 167.02 352 208 352c114.88 0 208-71.63 208-160zm-224 96v-16.29c-11.29-.58-22.27-4.52-31.37-11.35-3.9-2.93-4.1-8.77-.57-12.14l11.75-11.21c2.77-2.64 6.89-2.76 10.13-.73 3.87 2.42 8.26 3.72 12.82 3.72h28.11c6.5 0 11.8-5.92 11.8-13.19 0-5.95-3.61-11.19-8.77-12.73l-45-13.5c-18.59-5.58-31.58-23.42-31.58-43.39 0-24.52 19.05-44.44 42.67-45.07V96c0-4.42 3.58-8 8-8h16c4.42 0 8 3.58 8 8v16.29c11.29.58 22.27 4.51 31.37 11.35 3.9 2.93 4.1 8.77.57 12.14l-11.75 11.21c-2.77 2.64-6.89 2.76-10.13.73-3.87-2.43-8.26-3.72-12.82-3.72h-28.11c-6.5 0-11.8 5.92-11.8 13.19 0 5.95 3.61 11.19 8.77 12.73l45 13.5c18.59 5.58 31.58 23.42 31.58 43.39 0 24.53-19.05 44.44-42.67 45.07V288c0 4.42-3.58 8-8 8h-16c-4.42 0-8-3.58-8-8zm346.01 123.99C561.87 385.96 576 354.27 576 320c0-66.94-53.49-124.2-129.33-148.07.86 6.6 1.33 13.29 1.33 20.07 0 105.87-107.66 192-240 192-10.78 0-21.32-.77-31.73-1.88C207.8 439.63 281.77 480 368 480c40.98 0 79.07-9.24 111.27-24.98C501.07 467.75 531.42 480 568 480c3.2 0 6.09-1.91 7.34-4.84 1.27-2.94.66-6.34-1.55-8.67-.31-.33-22.42-24.24-35.78-54.5z\"></path></svg>			\n					<h5>Film Investment &amp; Funding</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Networking &amp; Industry Support</h5>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Monthly showcases of classics, hidden gems, and contemporary hits\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Annual Indian Film Festival highlighting diverse regional cinemas\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Independent Indian Film Festival for full feature and shortfilms\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Partnerships with local cinemas and cultural centres\n									</li>\n						</ul>\n					<h4>Why Join IFA?</h4>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Connect with like-minded professionals and creatives\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover, experience and celebrate the hidden gems and iconic films\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Participate and Contribute to the growth of Indian cinema in the UK and beyond\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Learn from industry leaders through workshops and discussions\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Discover opportunities to realise your filmy aspirations and dreams\n									</li>\n								<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z\"></path></svg>						\n										Structured Investing opportunities in high-potential Indian film projects\n									</li>\n						</ul>\n		Join us in celebrating the magic of Indian storytelling—and be part of its future.\n					<a href=\"#\">\n									Join Club IFA Today\n					</a>', 'About IFA', '', 'inherit', 'closed', 'closed', '', '65-revision-v1', '', '', '2025-06-11 11:58:29', '2025-06-11 11:58:29', '', 65, 'https://ifa-wp.dreamstechnologies.com/?p=475', 0, 'revision', '', 0),
(477, 1, '2025-06-11 12:04:49', '2025-06-11 12:04:49', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:04:49', '2025-06-11 12:04:49', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=477', 0, 'revision', '', 0),
(478, 1, '2025-06-11 12:04:49', '2025-06-11 12:04:49', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:04:49', '2025-06-11 12:04:49', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=478', 0, 'revision', '', 0),
(479, 1, '2025-06-11 12:04:49', '2025-06-11 12:04:49', '<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:04:49', '2025-06-11 12:04:49', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=479', 0, 'revision', '', 0),
(480, 1, '2025-06-11 12:05:55', '2025-06-11 12:05:55', '<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:05:55', '2025-06-11 12:05:55', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=480', 0, 'revision', '', 0),
(481, 1, '2025-06-11 12:05:55', '2025-06-11 12:05:55', '<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:05:55', '2025-06-11 12:05:55', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=481', 0, 'revision', '', 0),
(482, 1, '2025-06-11 12:05:55', '2025-06-11 12:05:55', '<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>			\n	<!-- Carousel Item -->\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n<!-- /Carousel Item  -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:05:55', '2025-06-11 12:05:55', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=482', 0, 'revision', '', 0),
(483, 1, '2025-06-11 12:15:23', '2025-06-11 12:15:23', '<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>			\n	<!-- Carousel Item -->\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n<!-- /Carousel Item  -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:15:23', '2025-06-11 12:15:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=483', 0, 'revision', '', 0),
(484, 1, '2025-06-11 12:15:23', '2025-06-11 12:15:23', '<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>			\n	<!-- Carousel Item -->\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n<!-- /Carousel Item  -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:15:23', '2025-06-11 12:15:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=484', 0, 'revision', '', 0),
(485, 1, '2025-06-11 12:15:23', '2025-06-11 12:15:23', '<h1>\n									EASILY CHANGE TITLE, IMAGE, AND DESCRIPTION								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n															<h1>\n									ADVANCED SLIDER FOR ELEMENTOR								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n															<h1>\n									BECOME PART OF A GREAT STORY								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n								<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>			\n	<!-- Carousel Item -->\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n<!-- /Carousel Item  -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:15:23', '2025-06-11 12:15:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=485', 0, 'revision', '', 0),
(487, 1, '2025-06-11 12:57:39', '2025-06-11 12:57:39', '<h1>\n									EASILY CHANGE TITLE, IMAGE, AND DESCRIPTION								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n															<h1>\n									ADVANCED SLIDER FOR ELEMENTOR								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n															<h1>\n									BECOME PART OF A GREAT STORY								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n								<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>			\n	<!-- Carousel Item -->\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n<!-- /Carousel Item  -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:57:39', '2025-06-11 12:57:39', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=487', 0, 'revision', '', 0),
(488, 1, '2025-06-11 12:57:39', '2025-06-11 12:57:39', '<h1>\n									EASILY CHANGE TITLE, IMAGE, AND DESCRIPTION								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n															<h1>\n									ADVANCED SLIDER FOR ELEMENTOR								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n															<h1>\n									BECOME PART OF A GREAT STORY								</h1>\n															<p>\n									Lorem ipsum dolor sit amet, tpat dictum purus, at malesuada tellus convallis et. Aliquam erat volutpat. Vestibulum felis ex, ultrices posuere facilisis eget, malesuada quis elit. Nulla ac eleifend odio								</p>\n									<a href=\"#\">\n										Click Here									</a>\n								<figure><img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-scaled.avif\" alt=\"hero-1\" /></figure>			\n	<!-- Carousel Item -->\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n						<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n					<h6>Tony Chester</h6>\n						<p>(5.0)</p>\n			<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n<!-- /Carousel Item  -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:57:39', '2025-06-11 12:57:39', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=488', 0, 'revision', '', 0),
(489, 1, '2025-06-11 12:57:39', '2025-06-11 12:57:39', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:57:39', '2025-06-11 12:57:39', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=489', 0, 'revision', '', 0),
(491, 1, '2025-06-11 12:59:56', '2025-06-11 12:59:56', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:59:56', '2025-06-11 12:59:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=491', 0, 'revision', '', 0),
(492, 1, '2025-06-11 12:59:56', '2025-06-11 12:59:56', '', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:59:56', '2025-06-11 12:59:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=492', 0, 'revision', '', 0),
(493, 1, '2025-06-11 12:59:56', '2025-06-11 12:59:56', '<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n									<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n												<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n									<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 12:59:56', '2025-06-11 12:59:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=493', 0, 'revision', '', 0),
(494, 1, '2025-06-11 13:00:56', '2025-06-11 13:00:56', '', 'hero-1', '', 'inherit', 'open', 'closed', '', 'hero-1-2', '', '', '2025-06-11 13:00:56', '2025-06-11 13:00:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1.avif', 0, 'attachment', 'image/avif', 0),
(496, 1, '2025-06-11 13:04:21', '2025-06-11 13:04:21', '', 'hero-2', '', 'inherit', 'open', 'closed', '', 'hero-2', '', '', '2025-06-11 13:04:21', '2025-06-11 13:04:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2.avif', 0, 'attachment', 'image/avif', 0),
(497, 1, '2025-06-11 13:04:37', '2025-06-11 13:04:37', '', 'hero-3', '', 'inherit', 'open', 'closed', '', 'hero-3', '', '', '2025-06-11 13:04:37', '2025-06-11 13:04:37', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3.avif', 0, 'attachment', 'image/avif', 0),
(498, 1, '2025-06-11 13:05:32', '2025-06-11 13:05:32', '', 'hero-4', '', 'inherit', 'open', 'closed', '', 'hero-4', '', '', '2025-06-11 13:05:32', '2025-06-11 13:05:32', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(499, 1, '2025-06-11 13:05:33', '2025-06-11 13:05:33', '<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n									<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n												<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n									<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:05:33', '2025-06-11 13:05:33', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=499', 0, 'revision', '', 0),
(500, 1, '2025-06-11 13:05:34', '2025-06-11 13:05:34', '<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n									<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>	\n												<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/plugins/elementor/assets/images/placeholder.png\" alt=\"img\">\n									<p>I am item content. Click edit button to change this text. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut elit tellus, luctus nec ullamcorper mattis, pulvinar dapibus leo.</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:05:34', '2025-06-11 13:05:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=500', 0, 'revision', '', 0),
(501, 1, '2025-06-11 13:05:34', '2025-06-11 13:05:34', '<h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1><p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n        <h1>Celebrating Indian Cinema in the UK</h1>\n        <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n        <a href=\"#\">Join Club IFA</a>\n        <a href=\"#\">View Events</a>\n	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1><p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n        <h1>Celebrating Indian Cinema in the UK</h1>\n        <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n        <a href=\"#\">Join Club IFA</a>\n        <a href=\"#\">View Events</a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:05:34', '2025-06-11 13:05:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=501', 0, 'revision', '', 0),
(502, 1, '2025-06-11 13:09:07', '2025-06-11 13:09:07', '<h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1><p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n        <h1>Celebrating Indian Cinema in the UK</h1>\n        <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n        <a href=\"#\">Join Club IFA</a>\n        <a href=\"#\">View Events</a>\n	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1><p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n        <h1>Celebrating Indian Cinema in the UK</h1>\n        <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n        <a href=\"#\">Join Club IFA</a>\n        <a href=\"#\">View Events</a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:09:07', '2025-06-11 13:09:07', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=502', 0, 'revision', '', 0),
(503, 1, '2025-06-11 13:09:07', '2025-06-11 13:09:07', '<h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1><p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n        <h1>Celebrating Indian Cinema in the UK</h1>\n        <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n        <a href=\"#\">Join Club IFA</a>\n        <a href=\"#\">View Events</a>\n	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1><p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n        <h1>Celebrating Indian Cinema in the UK</h1>\n        <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n        <a href=\"#\">Join Club IFA</a>\n        <a href=\"#\">View Events</a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:09:07', '2025-06-11 13:09:07', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=503', 0, 'revision', '', 0),
(504, 1, '2025-06-11 13:09:07', '2025-06-11 13:09:07', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:09:07', '2025-06-11 13:09:07', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=504', 0, 'revision', '', 0),
(505, 1, '2025-06-11 13:09:23', '2025-06-11 13:09:23', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:09:23', '2025-06-11 13:09:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=505', 0, 'revision', '', 0),
(506, 1, '2025-06-11 13:09:23', '2025-06-11 13:09:23', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:09:23', '2025-06-11 13:09:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=506', 0, 'revision', '', 0),
(507, 1, '2025-06-11 13:09:23', '2025-06-11 13:09:23', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:09:23', '2025-06-11 13:09:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=507', 0, 'revision', '', 0),
(508, 1, '2025-06-11 13:13:50', '2025-06-11 13:13:50', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\r\n	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\r\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:13:50', '2025-06-11 13:13:50', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=508', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(509, 1, '2025-06-11 13:13:50', '2025-06-11 13:13:50', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\r\n	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1><p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p><a href=\"/membership\"><button>Join Club IFA</button></a><a href=\"/events\"><button>View Events</button></a>\r\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:13:50', '2025-06-11 13:13:50', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=509', 0, 'revision', '', 0),
(510, 1, '2025-06-11 13:13:50', '2025-06-11 13:13:50', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"/membership\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:13:50', '2025-06-11 13:13:50', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=510', 0, 'revision', '', 0),
(512, 1, '2025-06-11 13:15:56', '2025-06-11 13:15:56', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"/membership\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:15:56', '2025-06-11 13:15:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=512', 0, 'revision', '', 0),
(513, 1, '2025-06-11 13:15:56', '2025-06-11 13:15:56', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"/membership\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:15:56', '2025-06-11 13:15:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=513', 0, 'revision', '', 0),
(514, 1, '2025-06-11 13:15:56', '2025-06-11 13:15:56', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"/membership\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:15:56', '2025-06-11 13:15:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=514', 0, 'revision', '', 0),
(515, 1, '2025-06-11 13:27:20', '2025-06-11 13:27:20', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"/membership\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:27:20', '2025-06-11 13:27:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=515', 0, 'revision', '', 0),
(516, 1, '2025-06-11 13:27:20', '2025-06-11 13:27:20', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"/membership\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:27:20', '2025-06-11 13:27:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=516', 0, 'revision', '', 0),
(517, 1, '2025-06-11 13:27:20', '2025-06-11 13:27:20', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->\n  Scroll to explore', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:27:20', '2025-06-11 13:27:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=517', 0, 'revision', '', 0),
(518, 1, '2025-06-11 13:28:02', '2025-06-11 13:28:02', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->\n  Scroll to explore', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:28:02', '2025-06-11 13:28:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=518', 0, 'revision', '', 0),
(519, 1, '2025-06-11 13:28:02', '2025-06-11 13:28:02', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->\n  Scroll to explore', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:28:02', '2025-06-11 13:28:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=519', 0, 'revision', '', 0),
(520, 1, '2025-06-11 13:28:02', '2025-06-11 13:28:02', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->\n  Scroll to explore', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 13:28:02', '2025-06-11 13:28:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=520', 0, 'revision', '', 0),
(521, 1, '2025-06-11 14:04:59', '2025-06-11 14:04:59', '', 'Media', '', 'private', 'closed', 'closed', '', 'media', '', '', '2025-06-11 14:04:59', '2025-06-11 14:04:59', '', 0, 'https://ifa-wp.dreamstechnologies.com/?option-tree=media', 0, 'option-tree', '', 0),
(522, 1, '2025-06-11 14:08:51', '2025-06-11 14:08:51', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->\n  Scroll to explore', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 14:08:51', '2025-06-11 14:08:51', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=522', 0, 'revision', '', 0),
(523, 1, '2025-06-11 14:08:52', '2025-06-11 14:08:52', '<h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- You can add more slides like this -->\n  Scroll to explore', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 14:08:52', '2025-06-11 14:08:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=523', 0, 'revision', '', 0),
(524, 1, '2025-06-11 14:08:52', '2025-06-11 14:08:52', '[qcld_hero id=1]			\n<section>\n  <!-- Swiper Slider -->\n	        <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 2 -->\n      <!-- Add more slides similarly -->\n    <!-- Optional Pagination -->\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 14:08:52', '2025-06-11 14:08:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=524', 0, 'revision', '', 0),
(525, 1, '2025-06-11 14:17:16', '2025-06-11 14:17:16', '[qcld_hero id=1]			\n<section>\n  <!-- Swiper Slider -->\n	        <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 2 -->\n      <!-- Add more slides similarly -->\n    <!-- Optional Pagination -->\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 14:17:16', '2025-06-11 14:17:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=525', 0, 'revision', '', 0),
(526, 1, '2025-06-11 14:17:16', '2025-06-11 14:17:16', '[qcld_hero id=1]			\n<section>\n  <!-- Swiper Slider -->\n	        <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 2 -->\n      <!-- Add more slides similarly -->\n    <!-- Optional Pagination -->\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 14:17:16', '2025-06-11 14:17:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=526', 0, 'revision', '', 0),
(527, 1, '2025-06-11 14:17:16', '2025-06-11 14:17:16', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n    <!-- Dots -->\n    <!-- Scroll Indicator -->\n        Scroll to explore\n</section>\n<section>\n  <!-- Swiper Slider -->\n	        <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n      <!-- Slide 2 -->\n      <!-- Add more slides similarly -->\n    <!-- Optional Pagination -->\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-11 14:17:16', '2025-06-11 14:17:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=527', 0, 'revision', '', 0),
(528, 1, '2025-06-12 03:56:09', '2025-06-12 03:56:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n    <!-- Dots -->\n    <!-- Scroll Indicator -->\n        Scroll to explore\n</section>\n<section>\n  <!-- Swiper Slider -->\n	        <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n      <!-- Slide 2 -->\n      <!-- Add more slides similarly -->\n    <!-- Optional Pagination -->\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:56:09', '2025-06-12 03:56:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=528', 0, 'revision', '', 0),
(529, 1, '2025-06-12 03:56:09', '2025-06-12 03:56:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n                <h1>Celebrating Indian Cinema in the UK</h1>\n                <p>Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n                    <a href=\"#\">Join Club IFA</a>\n                    <a href=\"#\">View Events</a>\n    <!-- Dots -->\n    <!-- Scroll Indicator -->\n        Scroll to explore\n</section>\n<section>\n  <!-- Swiper Slider -->\n	        <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n      <!-- Slide 1 -->\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 1\">\n        <!-- Content for Slide 1 -->\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n      <!-- Slide 2 -->\n      <!-- Add more slides similarly -->\n    <!-- Optional Pagination -->\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:56:09', '2025-06-12 03:56:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=529', 0, 'revision', '', 0),
(530, 1, '2025-06-12 03:56:09', '2025-06-12 03:56:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:56:09', '2025-06-12 03:56:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=530', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(531, 1, '2025-06-12 03:56:21', '2025-06-12 03:56:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:56:21', '2025-06-12 03:56:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=531', 0, 'revision', '', 0),
(532, 1, '2025-06-12 03:56:21', '2025-06-12 03:56:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:56:21', '2025-06-12 03:56:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=532', 0, 'revision', '', 0),
(533, 1, '2025-06-12 03:56:21', '2025-06-12 03:56:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:56:21', '2025-06-12 03:56:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=533', 0, 'revision', '', 0),
(534, 1, '2025-06-12 03:59:06', '2025-06-12 03:59:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:59:06', '2025-06-12 03:59:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=534', 0, 'revision', '', 0),
(535, 1, '2025-06-12 03:59:06', '2025-06-12 03:59:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:59:06', '2025-06-12 03:59:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=535', 0, 'revision', '', 0),
(536, 1, '2025-06-12 03:59:07', '2025-06-12 03:59:07', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 03:59:07', '2025-06-12 03:59:07', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=536', 0, 'revision', '', 0),
(537, 1, '2025-06-12 04:02:52', '2025-06-12 04:02:52', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:02:52', '2025-06-12 04:02:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=537', 0, 'revision', '', 0),
(538, 1, '2025-06-12 04:02:52', '2025-06-12 04:02:52', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:02:52', '2025-06-12 04:02:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=538', 0, 'revision', '', 0),
(539, 1, '2025-06-12 04:02:52', '2025-06-12 04:02:52', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:02:52', '2025-06-12 04:02:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=539', 0, 'revision', '', 0),
(540, 1, '2025-06-12 04:20:02', '2025-06-12 04:20:02', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:20:02', '2025-06-12 04:20:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=540', 0, 'revision', '', 0),
(541, 1, '2025-06-12 04:20:02', '2025-06-12 04:20:02', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h2>Add Your Heading Text Here</h2>				\n					<h2>Add Your Heading Text Here</h2>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:20:02', '2025-06-12 04:20:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=541', 0, 'revision', '', 0),
(542, 1, '2025-06-12 04:20:02', '2025-06-12 04:20:02', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:20:02', '2025-06-12 04:20:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=542', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(543, 1, '2025-06-12 04:21:01', '2025-06-12 04:21:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:21:01', '2025-06-12 04:21:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=543', 0, 'revision', '', 0),
(544, 1, '2025-06-12 04:21:01', '2025-06-12 04:21:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>About the Indian Film Alliance (IFA)</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:21:01', '2025-06-12 04:21:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=544', 0, 'revision', '', 0),
(545, 1, '2025-06-12 04:21:01', '2025-06-12 04:21:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:21:01', '2025-06-12 04:21:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=545', 0, 'revision', '', 0),
(546, 1, '2025-06-12 04:22:53', '2025-06-12 04:22:53', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:22:53', '2025-06-12 04:22:53', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=546', 0, 'revision', '', 0),
(547, 1, '2025-06-12 04:22:53', '2025-06-12 04:22:53', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:22:53', '2025-06-12 04:22:53', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=547', 0, 'revision', '', 0),
(548, 1, '2025-06-12 04:22:54', '2025-06-12 04:22:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:22:54', '2025-06-12 04:22:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=548', 0, 'revision', '', 0),
(549, 1, '2025-06-12 04:23:11', '2025-06-12 04:23:11', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:11', '2025-06-12 04:23:11', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=549', 0, 'revision', '', 0),
(550, 1, '2025-06-12 04:23:11', '2025-06-12 04:23:11', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:11', '2025-06-12 04:23:11', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=550', 0, 'revision', '', 0),
(551, 1, '2025-06-12 04:23:12', '2025-06-12 04:23:12', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:12', '2025-06-12 04:23:12', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=551', 0, 'revision', '', 0),
(552, 1, '2025-06-12 04:23:18', '2025-06-12 04:23:18', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:18', '2025-06-12 04:23:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=552', 0, 'revision', '', 0),
(553, 1, '2025-06-12 04:23:18', '2025-06-12 04:23:18', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:18', '2025-06-12 04:23:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=553', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(554, 1, '2025-06-12 04:23:18', '2025-06-12 04:23:18', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:18', '2025-06-12 04:23:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=554', 0, 'revision', '', 0),
(555, 1, '2025-06-12 04:23:45', '2025-06-12 04:23:45', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:45', '2025-06-12 04:23:45', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=555', 0, 'revision', '', 0),
(556, 1, '2025-06-12 04:23:45', '2025-06-12 04:23:45', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:45', '2025-06-12 04:23:45', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=556', 0, 'revision', '', 0),
(557, 1, '2025-06-12 04:23:45', '2025-06-12 04:23:45', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:23:45', '2025-06-12 04:23:45', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=557', 0, 'revision', '', 0),
(558, 1, '2025-06-12 04:24:20', '2025-06-12 04:24:20', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:24:20', '2025-06-12 04:24:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=558', 0, 'revision', '', 0),
(559, 1, '2025-06-12 04:24:21', '2025-06-12 04:24:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>A \"Not-for-profit\", vibrant cultural and professional platform dedicated to promoting Indian cinema in the UK—celebrating the film making art, fostering talent, and building cultural bridges</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:24:21', '2025-06-12 04:24:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=559', 0, 'revision', '', 0),
(560, 1, '2025-06-12 04:24:21', '2025-06-12 04:24:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:24:21', '2025-06-12 04:24:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=560', 0, 'revision', '', 0),
(561, 1, '2025-06-12 04:26:40', '2025-06-12 04:26:40', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:26:40', '2025-06-12 04:26:40', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=561', 0, 'revision', '', 0),
(562, 1, '2025-06-12 04:26:40', '2025-06-12 04:26:40', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:26:40', '2025-06-12 04:26:40', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=562', 0, 'revision', '', 0),
(563, 1, '2025-06-12 04:26:40', '2025-06-12 04:26:40', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:26:40', '2025-06-12 04:26:40', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=563', 0, 'revision', '', 0),
(564, 1, '2025-06-12 04:27:21', '2025-06-12 04:27:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:27:21', '2025-06-12 04:27:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=564', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(565, 1, '2025-06-12 04:27:21', '2025-06-12 04:27:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:27:21', '2025-06-12 04:27:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=565', 0, 'revision', '', 0),
(566, 1, '2025-06-12 04:27:21', '2025-06-12 04:27:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:27:21', '2025-06-12 04:27:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=566', 0, 'revision', '', 0),
(567, 1, '2025-06-12 04:28:22', '2025-06-12 04:28:22', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:28:22', '2025-06-12 04:28:22', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=567', 0, 'revision', '', 0),
(568, 1, '2025-06-12 04:28:22', '2025-06-12 04:28:22', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		<p>The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.</p>\n<p>Through screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:28:22', '2025-06-12 04:28:22', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=568', 0, 'revision', '', 0),
(569, 1, '2025-06-12 04:28:22', '2025-06-12 04:28:22', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:28:22', '2025-06-12 04:28:22', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=569', 0, 'revision', '', 0),
(570, 1, '2025-06-12 04:29:41', '2025-06-12 04:29:41', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:29:41', '2025-06-12 04:29:41', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=570', 0, 'revision', '', 0),
(571, 1, '2025-06-12 04:29:41', '2025-06-12 04:29:41', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:29:41', '2025-06-12 04:29:41', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=571', 0, 'revision', '', 0),
(572, 1, '2025-06-12 04:29:41', '2025-06-12 04:29:41', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:29:41', '2025-06-12 04:29:41', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=572', 0, 'revision', '', 0),
(573, 1, '2025-06-12 04:30:18', '2025-06-12 04:30:18', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:30:18', '2025-06-12 04:30:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=573', 0, 'revision', '', 0),
(574, 1, '2025-06-12 04:30:18', '2025-06-12 04:30:18', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:30:18', '2025-06-12 04:30:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=574', 0, 'revision', '', 0),
(575, 1, '2025-06-12 04:30:18', '2025-06-12 04:30:18', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:30:18', '2025-06-12 04:30:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=575', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(576, 1, '2025-06-12 04:32:39', '2025-06-12 04:32:39', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:32:39', '2025-06-12 04:32:39', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=576', 0, 'revision', '', 0),
(577, 1, '2025-06-12 04:32:39', '2025-06-12 04:32:39', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:32:39', '2025-06-12 04:32:39', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=577', 0, 'revision', '', 0),
(578, 1, '2025-06-12 04:32:39', '2025-06-12 04:32:39', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:32:39', '2025-06-12 04:32:39', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=578', 0, 'revision', '', 0),
(579, 1, '2025-06-12 04:33:28', '2025-06-12 04:33:28', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:33:28', '2025-06-12 04:33:28', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=579', 0, 'revision', '', 0),
(580, 1, '2025-06-12 04:33:28', '2025-06-12 04:33:28', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:33:28', '2025-06-12 04:33:28', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=580', 0, 'revision', '', 0),
(581, 1, '2025-06-12 04:33:28', '2025-06-12 04:33:28', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:33:28', '2025-06-12 04:33:28', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=581', 0, 'revision', '', 0),
(582, 1, '2025-06-12 04:33:36', '2025-06-12 04:33:36', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:33:36', '2025-06-12 04:33:36', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=582', 0, 'revision', '', 0),
(583, 1, '2025-06-12 04:33:36', '2025-06-12 04:33:36', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:33:36', '2025-06-12 04:33:36', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=583', 0, 'revision', '', 0),
(584, 1, '2025-06-12 04:33:36', '2025-06-12 04:33:36', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:33:36', '2025-06-12 04:33:36', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=584', 0, 'revision', '', 0),
(585, 1, '2025-06-12 04:34:54', '2025-06-12 04:34:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:34:54', '2025-06-12 04:34:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=585', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(586, 1, '2025-06-12 04:34:54', '2025-06-12 04:34:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:34:54', '2025-06-12 04:34:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=586', 0, 'revision', '', 0),
(587, 1, '2025-06-12 04:34:54', '2025-06-12 04:34:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 04:34:54', '2025-06-12 04:34:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=587', 0, 'revision', '', 0),
(589, 1, '2025-06-12 05:20:51', '2025-06-12 05:20:51', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:20:51', '2025-06-12 05:20:51', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=589', 0, 'revision', '', 0),
(590, 1, '2025-06-12 05:20:51', '2025-06-12 05:20:51', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M512 144v288c0 26.5-21.5 48-48 48H48c-26.5 0-48-21.5-48-48V144c0-26.5 21.5-48 48-48h88l12.3-32.9c7-18.7 24.9-31.1 44.9-31.1h125.5c20 0 37.9 12.4 44.9 31.1L376 96h88c26.5 0 48 21.5 48 48zM376 288c0-66.2-53.8-120-120-120s-120 53.8-120 120 53.8 120 120 120 120-53.8 120-120zm-32 0c0 48.5-39.5 88-88 88s-88-39.5-88-88 39.5-88 88-88 88 39.5 88 88z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:20:51', '2025-06-12 05:20:51', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=590', 0, 'revision', '', 0),
(591, 1, '2025-06-12 05:20:52', '2025-06-12 05:20:52', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:20:52', '2025-06-12 05:20:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=591', 0, 'revision', '', 0),
(592, 1, '2025-06-12 05:22:57', '2025-06-12 05:22:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:22:57', '2025-06-12 05:22:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=592', 0, 'revision', '', 0),
(593, 1, '2025-06-12 05:22:57', '2025-06-12 05:22:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:22:57', '2025-06-12 05:22:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=593', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(594, 1, '2025-06-12 05:22:57', '2025-06-12 05:22:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:22:57', '2025-06-12 05:22:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=594', 0, 'revision', '', 0),
(596, 1, '2025-06-12 05:25:20', '2025-06-12 05:25:20', '', 'comm1', '', 'inherit', 'open', 'closed', '', 'comm1', '', '', '2025-06-12 05:25:20', '2025-06-12 05:25:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1.jpeg', 0, 'attachment', 'image/jpeg', 0),
(597, 1, '2025-06-12 05:25:30', '2025-06-12 05:25:30', '', 'comm2', '', 'inherit', 'open', 'closed', '', 'comm2', '', '', '2025-06-12 05:25:30', '2025-06-12 05:25:30', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2.jpeg', 0, 'attachment', 'image/jpeg', 0),
(598, 1, '2025-06-12 05:25:42', '2025-06-12 05:25:42', '', 'comm3', '', 'inherit', 'open', 'closed', '', 'comm3', '', '', '2025-06-12 05:25:42', '2025-06-12 05:25:42', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3.jpeg', 0, 'attachment', 'image/jpeg', 0),
(599, 1, '2025-06-12 05:25:52', '2025-06-12 05:25:52', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:25:52', '2025-06-12 05:25:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=599', 0, 'revision', '', 0),
(600, 1, '2025-06-12 05:25:52', '2025-06-12 05:25:52', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:25:52', '2025-06-12 05:25:52', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=600', 0, 'revision', '', 0),
(601, 1, '2025-06-12 05:25:53', '2025-06-12 05:25:53', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n  Scroll to explore\n   -->\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 05:25:53', '2025-06-12 05:25:53', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=601', 0, 'revision', '', 0),
(602, 1, '2025-06-12 07:25:26', '2025-06-12 07:25:26', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n  Scroll to explore\n   -->\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:25:26', '2025-06-12 07:25:26', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=602', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(603, 1, '2025-06-12 07:25:26', '2025-06-12 07:25:26', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Slide 1\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Slide 2\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Slide 3\" />\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"\"><button>Join our growing community</button></a>\n	  <a href=\"\"><button></button></a>\n  Scroll to explore\n   -->\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:25:26', '2025-06-12 07:25:26', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=603', 0, 'revision', '', 0),
(604, 1, '2025-06-12 07:25:27', '2025-06-12 07:25:27', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:25:27', '2025-06-12 07:25:27', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=604', 0, 'revision', '', 0),
(605, 1, '2025-06-12 07:27:01', '2025-06-12 07:27:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:27:01', '2025-06-12 07:27:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=605', 0, 'revision', '', 0),
(606, 1, '2025-06-12 07:27:01', '2025-06-12 07:27:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:27:01', '2025-06-12 07:27:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=606', 0, 'revision', '', 0),
(607, 1, '2025-06-12 07:27:01', '2025-06-12 07:27:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:27:01', '2025-06-12 07:27:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=607', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(608, 1, '2025-06-12 07:30:36', '2025-06-12 07:30:36', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:30:36', '2025-06-12 07:30:36', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=608', 0, 'revision', '', 0),
(609, 1, '2025-06-12 07:30:37', '2025-06-12 07:30:37', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:30:37', '2025-06-12 07:30:37', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=609', 0, 'revision', '', 0),
(610, 1, '2025-06-12 07:30:37', '2025-06-12 07:30:37', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 07:30:37', '2025-06-12 07:30:37', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=610', 0, 'revision', '', 0),
(611, 1, '2025-06-12 08:21:27', '2025-06-12 08:21:27', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:21:27', '2025-06-12 08:21:27', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=611', 0, 'revision', '', 0),
(612, 1, '2025-06-12 08:21:27', '2025-06-12 08:21:27', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:21:27', '2025-06-12 08:21:27', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=612', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(613, 1, '2025-06-12 08:21:27', '2025-06-12 08:21:27', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:21:27', '2025-06-12 08:21:27', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=613', 0, 'revision', '', 0),
(614, 1, '2025-06-12 08:25:44', '2025-06-12 08:25:44', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:25:44', '2025-06-12 08:25:44', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=614', 0, 'revision', '', 0),
(615, 1, '2025-06-12 08:25:45', '2025-06-12 08:25:45', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:25:45', '2025-06-12 08:25:45', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=615', 0, 'revision', '', 0),
(616, 1, '2025-06-12 08:25:45', '2025-06-12 08:25:45', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:25:45', '2025-06-12 08:25:45', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=616', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(617, 1, '2025-06-12 08:26:39', '2025-06-12 08:26:39', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:26:39', '2025-06-12 08:26:39', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=617', 0, 'revision', '', 0),
(618, 1, '2025-06-12 08:26:39', '2025-06-12 08:26:39', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:26:39', '2025-06-12 08:26:39', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=618', 0, 'revision', '', 0),
(619, 1, '2025-06-12 08:26:39', '2025-06-12 08:26:39', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 08:26:39', '2025-06-12 08:26:39', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=619', 0, 'revision', '', 0),
(621, 1, '2025-06-12 09:41:56', '2025-06-12 09:41:56', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:41:56', '2025-06-12 09:41:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=621', 0, 'revision', '', 0),
(622, 1, '2025-06-12 09:41:56', '2025-06-12 09:41:56', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:41:56', '2025-06-12 09:41:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=622', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(623, 1, '2025-06-12 09:41:57', '2025-06-12 09:41:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:41:57', '2025-06-12 09:41:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=623', 0, 'revision', '', 0),
(624, 1, '2025-06-12 09:42:46', '2025-06-12 09:42:46', '', 'Indian-Film-Business', '', 'inherit', 'open', 'closed', '', 'indian-film-business', '', '', '2025-06-12 09:42:46', '2025-06-12 09:42:46', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png', 0, 'attachment', 'image/png', 0),
(625, 1, '2025-06-12 09:42:53', '2025-06-12 09:42:53', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:42:53', '2025-06-12 09:42:53', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=625', 0, 'revision', '', 0),
(626, 1, '2025-06-12 09:42:53', '2025-06-12 09:42:53', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:42:53', '2025-06-12 09:42:53', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=626', 0, 'revision', '', 0),
(627, 1, '2025-06-12 09:42:53', '2025-06-12 09:42:53', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			<h3></h3>\n			<p></p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			 | \n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			<a href=\"\">	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:42:53', '2025-06-12 09:42:53', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=627', 0, 'revision', '', 0),
(628, 1, '2025-06-12 09:44:04', '2025-06-12 09:44:04', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			<h3></h3>\n			<p></p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			 | \n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			<a href=\"\">	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:44:04', '2025-06-12 09:44:04', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=628', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(629, 1, '2025-06-12 09:44:04', '2025-06-12 09:44:04', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			<h3></h3>\n			<p></p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			 | \n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			<a href=\"\">	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:44:04', '2025-06-12 09:44:04', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=629', 0, 'revision', '', 0),
(630, 1, '2025-06-12 09:44:05', '2025-06-12 09:44:05', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 09:44:05', '2025-06-12 09:44:05', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=630', 0, 'revision', '', 0),
(631, 1, '2025-06-12 10:05:06', '2025-06-12 10:05:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:05:06', '2025-06-12 10:05:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=631', 0, 'revision', '', 0),
(632, 1, '2025-06-12 10:05:07', '2025-06-12 10:05:07', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:05:07', '2025-06-12 10:05:07', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=632', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(633, 1, '2025-06-12 10:05:07', '2025-06-12 10:05:07', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:05:07', '2025-06-12 10:05:07', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=633', 0, 'revision', '', 0),
(634, 1, '2025-06-12 10:05:24', '2025-06-12 10:05:24', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:05:24', '2025-06-12 10:05:24', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=634', 0, 'revision', '', 0),
(635, 1, '2025-06-12 10:05:24', '2025-06-12 10:05:24', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:05:24', '2025-06-12 10:05:24', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=635', 0, 'revision', '', 0),
(636, 1, '2025-06-12 10:05:25', '2025-06-12 10:05:25', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:05:25', '2025-06-12 10:05:25', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=636', 0, 'revision', '', 0),
(638, 1, '2025-06-12 10:10:13', '2025-06-12 10:10:13', '', 'c-1', '', 'inherit', 'open', 'closed', '', 'c-1', '', '', '2025-06-12 10:10:13', '2025-06-12 10:10:13', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg', 0, 'attachment', 'image/jpeg', 0),
(639, 1, '2025-06-12 10:10:14', '2025-06-12 10:10:14', '', 'c-2', '', 'inherit', 'open', 'closed', '', 'c-2', '', '', '2025-06-12 10:10:14', '2025-06-12 10:10:14', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg', 0, 'attachment', 'image/jpeg', 0),
(640, 1, '2025-06-12 10:10:15', '2025-06-12 10:10:15', '', '0£¤', '0£¤	', 'inherit', 'open', 'closed', '', '0%c2%a4', '', '', '2025-06-12 10:10:15', '2025-06-12 10:10:15', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg', 0, 'attachment', 'image/jpeg', 0),
(641, 1, '2025-06-12 10:10:16', '2025-06-12 10:10:16', '', 'c-4', '', 'inherit', 'open', 'closed', '', 'c-4', '', '', '2025-06-12 10:10:16', '2025-06-12 10:10:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg', 0, 'attachment', 'image/jpeg', 0),
(642, 1, '2025-06-12 10:10:18', '2025-06-12 10:10:18', '', 'c-5', '', 'inherit', 'open', 'closed', '', 'c-5', '', '', '2025-06-12 10:10:18', '2025-06-12 10:10:18', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg', 0, 'attachment', 'image/jpeg', 0),
(643, 1, '2025-06-12 10:10:19', '2025-06-12 10:10:19', '', 'c-6', '', 'inherit', 'open', 'closed', '', 'c-6', '', '', '2025-06-12 10:10:19', '2025-06-12 10:10:19', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg', 0, 'attachment', 'image/jpeg', 0),
(644, 1, '2025-06-12 10:10:20', '2025-06-12 10:10:20', '', 'c-7', '', 'inherit', 'open', 'closed', '', 'c-7', '', '', '2025-06-12 10:10:20', '2025-06-12 10:10:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg', 0, 'attachment', 'image/jpeg', 0),
(645, 1, '2025-06-12 10:10:21', '2025-06-12 10:10:21', '', 'c-8', '', 'inherit', 'open', 'closed', '', 'c-8', '', '', '2025-06-12 10:10:21', '2025-06-12 10:10:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg', 0, 'attachment', 'image/jpeg', 0),
(646, 1, '2025-06-12 10:10:22', '2025-06-12 10:10:22', '', 'c-9', '', 'inherit', 'open', 'closed', '', 'c-9', '', '', '2025-06-12 10:10:22', '2025-06-12 10:10:22', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg', 0, 'attachment', 'image/jpeg', 0),
(647, 1, '2025-06-12 10:10:23', '2025-06-12 10:10:23', '', 'c-10', '', 'inherit', 'open', 'closed', '', 'c-10', '', '', '2025-06-12 10:10:23', '2025-06-12 10:10:23', '', 29, 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg', 0, 'attachment', 'image/jpeg', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(648, 1, '2025-06-12 10:11:01', '2025-06-12 10:11:01', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:11:01', '2025-06-12 10:11:01', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=648', 0, 'revision', '', 0),
(649, 1, '2025-06-12 10:11:02', '2025-06-12 10:11:02', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:11:02', '2025-06-12 10:11:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=649', 0, 'revision', '', 0),
(650, 1, '2025-06-12 10:11:02', '2025-06-12 10:11:02', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\"></h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Sholay</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Lagaan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Bajrangi Bhaijaan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Slide 5\" />\n 	  <h1 data-aos=\"fade-up\">Padmaavat</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Slide 6\" />\n 	  <h1 data-aos=\"fade-up\">Nayagan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Slide 7\" />\n 	  <h1 data-aos=\"fade-up\">Ponniyin Selvan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Slide 8\" />\n 	  <h1 data-aos=\"fade-up\">Baashha</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Slide 9\" />\n 	  <h1 data-aos=\"fade-up\">Drishyam</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Slide 10\" />\n 	  <h1 data-aos=\"fade-up\">Bangalore Days</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Sholay</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Lagaan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Bajrangi Bhaijaan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Padmaavat</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Nayagan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Ponniyin Selvan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Baashha</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Drishyam</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Bangalore Days</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:11:02', '2025-06-12 10:11:02', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=650', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(651, 1, '2025-06-12 10:17:33', '2025-06-12 10:17:33', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\"></h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Sholay</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Lagaan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Bajrangi Bhaijaan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Slide 5\" />\n 	  <h1 data-aos=\"fade-up\">Padmaavat</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Slide 6\" />\n 	  <h1 data-aos=\"fade-up\">Nayagan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Slide 7\" />\n 	  <h1 data-aos=\"fade-up\">Ponniyin Selvan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Slide 8\" />\n 	  <h1 data-aos=\"fade-up\">Baashha</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Slide 9\" />\n 	  <h1 data-aos=\"fade-up\">Drishyam</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Slide 10\" />\n 	  <h1 data-aos=\"fade-up\">Bangalore Days</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Sholay</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Lagaan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Bajrangi Bhaijaan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Padmaavat</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Nayagan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Ponniyin Selvan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Baashha</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Drishyam</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Bangalore Days</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:17:33', '2025-06-12 10:17:33', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=651', 0, 'revision', '', 0),
(652, 1, '2025-06-12 10:17:34', '2025-06-12 10:17:34', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\"></h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Sholay</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Lagaan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Bajrangi Bhaijaan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Slide 5\" />\n 	  <h1 data-aos=\"fade-up\">Padmaavat</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Slide 6\" />\n 	  <h1 data-aos=\"fade-up\">Nayagan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Slide 7\" />\n 	  <h1 data-aos=\"fade-up\">Ponniyin Selvan</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Slide 8\" />\n 	  <h1 data-aos=\"fade-up\">Baashha</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Slide 9\" />\n 	  <h1 data-aos=\"fade-up\">Drishyam</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Slide 10\" />\n 	  <h1 data-aos=\"fade-up\">Bangalore Days</h1>\n	  <p data-aos=\"fade-up\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\"></h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Sholay</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Lagaan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Bajrangi Bhaijaan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Padmaavat</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Nayagan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Ponniyin Selvan</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Baashha</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Drishyam</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Bangalore Days</h1>\n	  <p style=\"opacity: 1; transform: none;\"></p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n  Scroll to explore\n   -->', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:17:34', '2025-06-12 10:17:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=652', 0, 'revision', '', 0),
(653, 1, '2025-06-12 10:17:34', '2025-06-12 10:17:34', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:17:34', '2025-06-12 10:17:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=653', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(654, 1, '2025-06-12 10:22:44', '2025-06-12 10:22:44', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:22:44', '2025-06-12 10:22:44', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=654', 0, 'revision', '', 0),
(655, 1, '2025-06-12 10:22:44', '2025-06-12 10:22:44', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Array</h3>\n	<p>K. Asif | 1960 | Hindi</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:22:44', '2025-06-12 10:22:44', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=655', 0, 'revision', '', 0),
(656, 1, '2025-06-12 10:22:44', '2025-06-12 10:22:44', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:22:44', '2025-06-12 10:22:44', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=656', 0, 'revision', '', 0),
(657, 1, '2025-06-12 10:33:35', '2025-06-12 10:33:35', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:33:35', '2025-06-12 10:33:35', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=657', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(658, 1, '2025-06-12 10:33:35', '2025-06-12 10:33:35', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:33:35', '2025-06-12 10:33:35', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=658', 0, 'revision', '', 0),
(659, 1, '2025-06-12 10:33:35', '2025-06-12 10:33:35', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:33:35', '2025-06-12 10:33:35', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=659', 0, 'revision', '', 0),
(660, 1, '2025-06-12 10:34:04', '2025-06-12 10:34:04', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:34:04', '2025-06-12 10:34:04', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=660', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(661, 1, '2025-06-12 10:34:04', '2025-06-12 10:34:04', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:34:04', '2025-06-12 10:34:04', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=661', 0, 'revision', '', 0),
(662, 1, '2025-06-12 10:34:04', '2025-06-12 10:34:04', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:34:04', '2025-06-12 10:34:04', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=662', 0, 'revision', '', 0),
(663, 1, '2025-06-12 10:34:33', '2025-06-12 10:34:33', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:34:33', '2025-06-12 10:34:33', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=663', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(664, 1, '2025-06-12 10:34:34', '2025-06-12 10:34:34', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:34:34', '2025-06-12 10:34:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=664', 0, 'revision', '', 0),
(665, 1, '2025-06-12 10:34:34', '2025-06-12 10:34:34', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:34:34', '2025-06-12 10:34:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=665', 0, 'revision', '', 0),
(666, 1, '2025-06-12 10:35:06', '2025-06-12 10:35:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:35:06', '2025-06-12 10:35:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=666', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(667, 1, '2025-06-12 10:35:06', '2025-06-12 10:35:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:35:06', '2025-06-12 10:35:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=667', 0, 'revision', '', 0),
(668, 1, '2025-06-12 10:35:06', '2025-06-12 10:35:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:35:06', '2025-06-12 10:35:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=668', 0, 'revision', '', 0),
(669, 1, '2025-06-12 10:36:08', '2025-06-12 10:36:08', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:36:08', '2025-06-12 10:36:08', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=669', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(670, 1, '2025-06-12 10:36:09', '2025-06-12 10:36:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:36:09', '2025-06-12 10:36:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=670', 0, 'revision', '', 0),
(671, 1, '2025-06-12 10:36:09', '2025-06-12 10:36:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:36:09', '2025-06-12 10:36:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=671', 0, 'revision', '', 0),
(672, 1, '2025-06-12 10:36:16', '2025-06-12 10:36:16', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:36:16', '2025-06-12 10:36:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=672', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(673, 1, '2025-06-12 10:36:16', '2025-06-12 10:36:16', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:36:16', '2025-06-12 10:36:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=673', 0, 'revision', '', 0),
(674, 1, '2025-06-12 10:36:16', '2025-06-12 10:36:16', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:36:16', '2025-06-12 10:36:16', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=674', 0, 'revision', '', 0),
(675, 1, '2025-06-12 10:43:11', '2025-06-12 10:43:11', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:43:11', '2025-06-12 10:43:11', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=675', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(676, 1, '2025-06-12 10:43:11', '2025-06-12 10:43:11', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:43:11', '2025-06-12 10:43:11', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=676', 0, 'revision', '', 0),
(677, 1, '2025-06-12 10:43:12', '2025-06-12 10:43:12', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:43:12', '2025-06-12 10:43:12', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=677', 0, 'revision', '', 0),
(679, 1, '2025-06-12 10:57:05', '2025-06-12 10:57:05', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:57:05', '2025-06-12 10:57:05', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=679', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(680, 1, '2025-06-12 10:57:06', '2025-06-12 10:57:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 10:57:06', '2025-06-12 10:57:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=680', 0, 'revision', '', 0),
(681, 1, '2025-06-12 11:01:54', '2025-06-12 11:01:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:01:54', '2025-06-12 11:01:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=681', 0, 'revision', '', 0),
(682, 1, '2025-06-12 11:01:54', '2025-06-12 11:01:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:01:54', '2025-06-12 11:01:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=682', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(683, 1, '2025-06-12 11:01:54', '2025-06-12 11:01:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:01:54', '2025-06-12 11:01:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=683', 0, 'revision', '', 0),
(685, 1, '2025-06-12 11:08:05', '2025-06-12 11:08:05', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:08:05', '2025-06-12 11:08:05', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=685', 0, 'revision', '', 0),
(686, 1, '2025-06-12 11:08:06', '2025-06-12 11:08:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:08:06', '2025-06-12 11:08:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=686', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(687, 1, '2025-06-12 11:08:06', '2025-06-12 11:08:06', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<p>No membership level selected.</p>				\n		[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:08:06', '2025-06-12 11:08:06', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=687', 0, 'revision', '', 0),
(688, 1, '2025-06-12 11:41:09', '2025-06-12 11:41:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<p>No membership level selected.</p>				\n		[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:41:09', '2025-06-12 11:41:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=688', 0, 'revision', '', 0),
(689, 1, '2025-06-12 11:41:09', '2025-06-12 11:41:09', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<p>No membership level selected.</p>				\n		[pmpro_membership_table]', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:41:09', '2025-06-12 11:41:09', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=689', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(690, 1, '2025-06-12 11:41:10', '2025-06-12 11:41:10', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:41:10', '2025-06-12 11:41:10', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=690', 0, 'revision', '', 0),
(691, 1, '2025-06-12 11:42:20', '2025-06-12 11:42:20', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:42:20', '2025-06-12 11:42:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=691', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(692, 1, '2025-06-12 11:42:20', '2025-06-12 11:42:20', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:42:20', '2025-06-12 11:42:20', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=692', 0, 'revision', '', 0),
(693, 1, '2025-06-12 11:42:21', '2025-06-12 11:42:21', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:42:21', '2025-06-12 11:42:21', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=693', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(694, 1, '2025-06-12 11:43:54', '2025-06-12 11:43:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:43:54', '2025-06-12 11:43:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=694', 0, 'revision', '', 0),
(695, 1, '2025-06-12 11:43:54', '2025-06-12 11:43:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		Stay updated with our latest announcements and discover upcoming screenings,<br> workshops, and networking events.\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:43:54', '2025-06-12 11:43:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=695', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(696, 1, '2025-06-12 11:43:55', '2025-06-12 11:43:55', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:43:55', '2025-06-12 11:43:55', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=696', 0, 'revision', '', 0),
(697, 1, '2025-06-12 11:50:25', '2025-06-12 11:50:25', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:50:25', '2025-06-12 11:50:25', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=697', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(698, 1, '2025-06-12 11:50:25', '2025-06-12 11:50:25', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:50:25', '2025-06-12 11:50:25', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=698', 0, 'revision', '', 0),
(699, 1, '2025-06-12 11:50:25', '2025-06-12 11:50:25', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n						test\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 11:50:25', '2025-06-12 11:50:25', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=699', 0, 'revision', '', 0),
(700, 1, '2025-06-12 12:01:59', '2025-06-12 12:01:59', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n						test\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:01:59', '2025-06-12 12:01:59', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=700', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(701, 1, '2025-06-12 12:01:59', '2025-06-12 12:01:59', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n						test\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:01:59', '2025-06-12 12:01:59', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=701', 0, 'revision', '', 0),
(702, 1, '2025-06-12 12:01:59', '2025-06-12 12:01:59', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:01:59', '2025-06-12 12:01:59', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=702', 0, 'revision', '', 0),
(703, 1, '2025-06-12 12:07:20', '2025-06-12 12:07:20', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 12:07:20', '2025-06-12 12:07:20', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=703', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(704, 1, '2025-06-12 12:07:20', '2025-06-12 12:07:20', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 12:07:20', '2025-06-12 12:07:20', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=704', 0, 'revision', '', 0),
(705, 1, '2025-06-12 12:07:21', '2025-06-12 12:07:21', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-revision-v1', '', '', '2025-06-12 12:07:21', '2025-06-12 12:07:21', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=705', 0, 'revision', '', 0),
(706, 1, '2025-06-12 12:34:14', '2025-06-12 12:34:14', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:34:14', '2025-06-12 12:34:14', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=706', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(707, 1, '2025-06-12 12:34:15', '2025-06-12 12:34:15', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:34:15', '2025-06-12 12:34:15', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=707', 0, 'revision', '', 0),
(708, 1, '2025-06-12 12:34:15', '2025-06-12 12:34:15', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:34:15', '2025-06-12 12:34:15', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=708', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(709, 1, '2025-06-12 12:35:56', '2025-06-12 12:35:56', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:35:56', '2025-06-12 12:35:56', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=709', 0, 'revision', '', 0),
(710, 1, '2025-06-12 12:35:57', '2025-06-12 12:35:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		Become part of our community and unlock exclusive benefits for Indian cinema<br> enthusiasts and filmmakers.\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:35:57', '2025-06-12 12:35:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=710', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(711, 1, '2025-06-12 12:35:57', '2025-06-12 12:35:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:35:57', '2025-06-12 12:35:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=711', 0, 'revision', '', 0),
(712, 1, '2025-06-12 12:36:33', '2025-06-12 12:36:33', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:36:33', '2025-06-12 12:36:33', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=712', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(713, 1, '2025-06-12 12:36:33', '2025-06-12 12:36:33', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:36:33', '2025-06-12 12:36:33', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=713', 0, 'revision', '', 0),
(714, 1, '2025-06-12 12:36:34', '2025-06-12 12:36:34', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:36:34', '2025-06-12 12:36:34', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=714', 0, 'revision', '', 0),
(715, 1, '2025-06-12 12:37:23', '2025-06-12 12:37:23', '<a data-elementor-open-lightbox=\"\"  class=\'elementor-clickable\' href=\"https://ifa-wp.dreamstechnologies.com\">\n									<img  src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/p_ifa-logo.png\" alt=\"p_ifa-logo\"/>\n							</a>\n		<p>Bridging cultures through Indian cinema in the UK with screenings, workshops, and networking events.</p>		\n					<a target=\"_blank\">\n						Facebook\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Twitter\n						<svg viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Instagram\n						<svg viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z\"></path></svg>					</a>\n					<a target=\"_blank\">\n						Youtube\n						<svg viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z\"></path></svg>					</a>\n					<h3>Explore</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-2254ab8\"><li id=\"menu-item-84\"><a href=\"https://ifa-wp.dreamstechnologies.com/\" class = \"hfe-menu-item\">Home</a></li>\n<li id=\"menu-item-85\"><a href=\"https://ifa-wp.dreamstechnologies.com/about-ifa/\" class = \"hfe-menu-item\">About IFA</a></li>\n<li id=\"menu-item-86\"><a href=\"https://ifa-wp.dreamstechnologies.com/events/\" class = \"hfe-menu-item\">Events</a></li>\n<li id=\"menu-item-87\"><a href=\"https://ifa-wp.dreamstechnologies.com/membership/\" class = \"hfe-menu-item\">Membership</a></li>\n</ul> \n				</nav>\n					<h3>Resources</h3>				\n					Menu\n						<svg aria-hidden=\"true\"  viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z\"></path></svg>					\n				<nav data-toggle-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-fas-align-justify&quot; viewBox=&quot;0 0 448 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M432 416H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16a16 16 0 0 0-16 16v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16v-32a16 16 0 0 0-16-16zm0-128H16A16 16 0 0 0 0 48v32a16 16 0 0 0 16 16h416a16 16 0 0 0 16-16V48a16 16 0 0 0-16-16z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-close-icon=\"&lt;svg aria-hidden=&quot;true&quot; tabindex=&quot;0&quot; class=&quot;e-font-icon-svg e-far-window-close&quot; viewBox=&quot;0 0 512 512&quot; xmlns=&quot;http://www.w3.org/2000/svg&quot;&gt;&lt;path d=&quot;M464 32H48C21.5 32 0 53.5 0 80v352c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48V80c0-26.5-21.5-48-48-48zm0 394c0 3.3-2.7 6-6 6H54c-3.3 0-6-2.7-6-6V86c0-3.3 2.7-6 6-6h404c3.3 0 6 2.7 6 6v340zM356.5 194.6L295.1 256l61.4 61.4c4.6 4.6 4.6 12.1 0 16.8l-22.3 22.3c-4.6 4.6-12.1 4.6-16.8 0L256 295.1l-61.4 61.4c-4.6 4.6-12.1 4.6-16.8 0l-22.3-22.3c-4.6-4.6-4.6-12.1 0-16.8l61.4-61.4-61.4-61.4c-4.6-4.6-4.6-12.1 0-16.8l22.3-22.3c4.6-4.6 12.1-4.6 16.8 0l61.4 61.4 61.4-61.4c4.6-4.6 12.1-4.6 16.8 0l22.3 22.3c4.7 4.6 4.7 12.1 0 16.8z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;\" data-full-width=\"yes\">\n					<ul id=\"menu-1-81f7a75\"><li id=\"menu-item-93\"><a href=\"https://ifa-wp.dreamstechnologies.com/newsletter/\" class = \"hfe-menu-item\">Newsletter</a></li>\n<li id=\"menu-item-92\"><a href=\"https://ifa-wp.dreamstechnologies.com/faq/\" class = \"hfe-menu-item\">FAQ</a></li>\n</ul> \n				</nav>\n					<h3>Contact Us</h3>				\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M160 448c-25.6 0-51.2-22.4-64-32-64-44.8-83.2-60.8-96-70.4V480c0 17.67 14.33 32 32 32h256c17.67 0 32-14.33 32-32V345.6c-12.8 9.6-32 25.6-96 70.4-12.8 9.6-38.4 32-64 32zm128-192H32c-17.67 0-32 14.33-32 32v16c25.6 19.2 22.4 19.2 115.2 86.4 9.6 6.4 28.8 25.6 44.8 25.6s35.2-19.2 44.8-22.4c92.8-67.2 89.6-67.2 115.2-86.4V288c0-17.67-14.33-32-32-32zm256-96H224c-17.67 0-32 14.33-32 32v32h96c33.21 0 60.59 25.42 63.71 57.82l.29-.22V416h192c17.67 0 32-14.33 32-32V192c0-17.67-14.33-32-32-32zm-32 128h-64v-64h64v64zm-352-96c0-35.29 28.71-64 64-64h224V32c0-17.67-14.33-32-32-32H96C78.33 0 64 14.33 64 32v192h96v-32z\"></path></svg>						\n										[email protected]\n									</li>\n						</ul>\n							<ul>\n							<li>\n							<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M256 8C119.033 8 8 119.033 8 256s111.033 248 248 248 248-111.033 248-248S392.967 8 256 8zm0 448c-110.532 0-200-89.451-200-200 0-110.531 89.451-200 200-200 110.532 0 200 89.451 200 200 0 110.532-89.451 200-200 200zm107.351-101.064c-9.614 9.712-45.53 41.396-104.065 41.396-82.43 0-140.484-61.425-140.484-141.567 0-79.152 60.275-139.401 139.762-139.401 55.531 0 88.738 26.62 97.593 34.779a11.965 11.965 0 0 1 1.936 15.322l-18.155 28.113c-3.841 5.95-11.966 7.282-17.499 2.921-8.595-6.776-31.814-22.538-61.708-22.538-48.303 0-77.916 35.33-77.916 80.082 0 41.589 26.888 83.692 78.277 83.692 32.657 0 56.843-19.039 65.726-27.225 5.27-4.857 13.596-4.039 17.82 1.738l19.865 27.17a11.947 11.947 0 0 1-1.152 15.518z\"></path></svg>						\n										2025 Indian Film Alliance. All rights reserved.\n									</li>\n						</ul>\n							<ul>\n							<li>\n											<a href=\"#\">\n											Privacy Policy\n											</a>\n									</li>\n								<li>\n											<a href=\"#\">\n											Terms of Service\n											</a>\n									</li>\n						</ul>', 'Footer', '', 'inherit', 'closed', 'closed', '', '39-autosave-v1', '', '', '2025-06-12 12:37:23', '2025-06-12 12:37:23', '', 39, 'https://ifa-wp.dreamstechnologies.com/?p=715', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(716, 1, '2025-06-12 12:49:54', '2025-06-12 12:49:54', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:49:54', '2025-06-12 12:49:54', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=716', 0, 'revision', '', 0),
(717, 1, '2025-06-12 12:49:55', '2025-06-12 12:49:55', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:49:55', '2025-06-12 12:49:55', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=717', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(718, 1, '2025-06-12 12:49:55', '2025-06-12 12:49:55', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:49:55', '2025-06-12 12:49:55', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=718', 0, 'revision', '', 0),
(719, 1, '2025-06-12 12:56:57', '2025-06-12 12:56:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:56:57', '2025-06-12 12:56:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=719', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(720, 1, '2025-06-12 12:56:57', '2025-06-12 12:56:57', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:56:57', '2025-06-12 12:56:57', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=720', 0, 'revision', '', 0),
(721, 1, '2025-06-12 12:56:58', '2025-06-12 12:56:58', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:56:58', '2025-06-12 12:56:58', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=721', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(722, 1, '2025-06-12 12:57:49', '2025-06-12 12:57:49', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:57:49', '2025-06-12 12:57:49', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=722', 0, 'revision', '', 0),
(723, 1, '2025-06-12 12:57:49', '2025-06-12 12:57:49', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:57:49', '2025-06-12 12:57:49', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=723', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(724, 1, '2025-06-12 12:57:50', '2025-06-12 12:57:50', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:57:50', '2025-06-12 12:57:50', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=724', 0, 'revision', '', 0),
(725, 1, '2025-06-12 12:58:48', '2025-06-12 12:58:48', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:58:48', '2025-06-12 12:58:48', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=725', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(726, 1, '2025-06-12 12:58:48', '2025-06-12 12:58:48', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:58:48', '2025-06-12 12:58:48', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=726', 0, 'revision', '', 0),
(727, 1, '2025-06-12 12:58:48', '2025-06-12 12:58:48', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:58:48', '2025-06-12 12:58:48', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=727', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(728, 1, '2025-06-12 12:59:04', '2025-06-12 12:59:04', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:59:04', '2025-06-12 12:59:04', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=728', 0, 'revision', '', 0),
(729, 1, '2025-06-12 12:59:05', '2025-06-12 12:59:05', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:59:05', '2025-06-12 12:59:05', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=729', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(730, 1, '2025-06-12 12:59:05', '2025-06-12 12:59:05', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:59:05', '2025-06-12 12:59:05', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=730', 0, 'revision', '', 0),
(731, 1, '2025-06-12 12:59:45', '2025-06-12 12:59:45', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:59:45', '2025-06-12 12:59:45', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=731', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(732, 1, '2025-06-12 12:59:45', '2025-06-12 12:59:45', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:59:45', '2025-06-12 12:59:45', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=732', 0, 'revision', '', 0),
(733, 1, '2025-06-12 12:59:45', '2025-06-12 12:59:45', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 12:59:45', '2025-06-12 12:59:45', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=733', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(734, 1, '2025-06-12 13:00:03', '2025-06-12 13:00:03', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 13:00:03', '2025-06-12 13:00:03', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=734', 0, 'revision', '', 0),
(735, 1, '2025-06-12 13:00:03', '2025-06-12 13:00:03', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 13:00:03', '2025-06-12 13:00:03', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=735', 0, 'revision', '', 0);
INSERT INTO `wp_posts` (`ID`, `post_author`, `post_date`, `post_date_gmt`, `post_content`, `post_title`, `post_excerpt`, `post_status`, `comment_status`, `ping_status`, `post_password`, `post_name`, `to_ping`, `pinged`, `post_modified`, `post_modified_gmt`, `post_content_filtered`, `post_parent`, `guid`, `menu_order`, `post_type`, `post_mime_type`, `comment_count`) VALUES
(736, 1, '2025-06-12 13:00:03', '2025-06-12 13:00:03', '<section>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif\" alt=\"Slide 1\" />\n 	  <h1 data-aos=\"fade-up\">Celebrating Indian Cinema in the UK</h1>\n 	  <p data-aos=\"fade-up\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif\" alt=\"Slide 2\" />\n 	  <h1 data-aos=\"fade-up\">Cultural Exchange Through Cinema</h1>\n 	  <p data-aos=\"fade-up\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-3-scaled.avif\" alt=\"Slide 3\" />\n 	  <h1 data-aos=\"fade-up\">Community Connection</h1>\n 	  <p data-aos=\"fade-up\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n        <img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-4.jpg\" alt=\"Slide 4\" />\n 	  <h1 data-aos=\"fade-up\">Award-Winning Storytelling</h1>\n 	  <p data-aos=\"fade-up\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n    <!-- Dots -->\n	Scroll to explore\n</section>\n<!-- \n 	  <h1 style=\"opacity: 1; transform: none;\">Celebrating Indian Cinema in the UK</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join us in exploring the rich storytelling traditions and cultural diversity of Indian cinema through screenings, workshops, and networking events.</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Cultural Exchange Through Cinema</h1>\n	  <p style=\"opacity: 1; transform: none;\">Building bridges between British and Indian filmmakers\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Community Connection</h1>\n	  <p style=\"opacity: 1; transform: none;\">Join our thriving network of filmmakers, artists, and enthusiasts shaping the future of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n 	  <h1 style=\"opacity: 1; transform: none;\">Award-Winning Storytelling</h1>\n	  <p style=\"opacity: 1; transform: none;\">Showcasing the best of Indian cinema in the UK\n</p>\n	  <a href=\"#\"><button>Join Club IFA</button></a>\n	  <a href=\"#\"><button>View Events</button></a>\n  Scroll to explore\n   -->\n					<h1>Bridging Cultures Through Indian Cinema\n</h1>				\n		The Indian Film Alliance (IFA) is dedicated to promoting the rich tradition of Indian cinema in the UK. Our mission is to bridge cultures through film by showcasing the diverse storytelling traditions from across India\'s vibrant film industries.\nThrough screenings, workshops, and networking events, we create spaces for cultural exchange and appreciation, while also supporting Indian filmmakers in reaching UK audiences		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm1-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm2-scaled.jpeg\" alt=\"Team member\">\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/comm3-scaled.jpeg\" alt=\"Team member\">\n	Join our growing community\n			<svg aria-hidden=\"true\" viewBox=\"0 0 512 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M488 64h-8v20c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12V64H96v20c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12V64h-8C10.7 64 0 74.7 0 88v336c0 13.3 10.7 24 24 24h8v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h320v-20c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v20h8c13.3 0 24-10.7 24-24V88c0-13.3-10.7-24-24-24zM96 372c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12H44c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm272 208c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm0-168c0 6.6-5.4 12-12 12H156c-6.6 0-12-5.4-12-12v-96c0-6.6 5.4-12 12-12h200c6.6 0 12 5.4 12 12v96zm112 152c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40zm0-96c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40z\"></path></svg>			\n					<h5>Film Screenings</h5>				\n		Experience the best of Indian cinema through our curated screenings of classic and contemporary films across various languages.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 448 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M400 64h-48V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H160V12c0-6.6-5.4-12-12-12h-40c-6.6 0-12 5.4-12 12v52H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zm-6 400H54c-3.3 0-6-2.7-6-6V160h352v298c0 3.3-2.7 6-6 6z\"></path></svg>			\n					<h5>Events &amp; Festivals</h5>				\n		Join us for special events, film festivals, and cultural celebrations throughout the year across the UK.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 640 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M192 256c61.9 0 112-50.1 112-112S253.9 32 192 32 80 82.1 80 144s50.1 112 112 112zm76.8 32h-8.3c-20.8 10-43.9 16-68.5 16s-47.6-6-68.5-16h-8.3C51.6 288 0 339.6 0 403.2V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-28.8c0-63.6-51.6-115.2-115.2-115.2zM480 256c53 0 96-43 96-96s-43-96-96-96-96 43-96 96 43 96 96 96zm48 32h-3.8c-13.9 4.8-28.6 8-44.2 8s-30.3-3.2-44.2-8H432c-20.4 0-39.2 5.9-55.7 15.4 24.4 26.3 39.7 61.2 39.7 99.8v38.4c0 2.2-.5 4.3-.6 6.4H592c26.5 0 48-21.5 48-48 0-61.9-50.1-112-112-112z\"></path></svg>			\n					<h5>Networking</h5>				\n		Connect with fellow film enthusiasts, filmmakers, and industry professionals through our regular networking events.\n			<svg aria-hidden=\"true\" viewBox=\"0 0 576 512\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M542.22 32.05c-54.8 3.11-163.72 14.43-230.96 55.59-4.64 2.84-7.27 7.89-7.27 13.17v363.87c0 11.55 12.63 18.85 23.28 13.49 69.18-34.82 169.23-44.32 218.7-46.92 16.89-.89 30.02-14.43 30.02-30.66V62.75c.01-17.71-15.35-31.74-33.77-30.7zM264.73 87.64C197.5 46.48 88.58 35.17 33.78 32.05 15.36 31.01 0 45.04 0 62.75V400.6c0 16.24 13.13 29.78 30.02 30.66 49.49 2.6 149.59 12.11 218.77 46.95 10.62 5.35 23.21-1.94 23.21-13.46V100.63c0-5.29-2.62-10.14-7.27-12.99z\"></path></svg>			\n					<h5>Resources</h5>				\n		Access our extensive library of resources for filmmakers, including guides, templates, and industry contacts.\n					<h1>Announcements and Upcoming Events\n</h1>				\n		<p>Stay updated with our latest announcements and discover upcoming screenings,<br />workshops, and networking events.</p>		\n		<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/Indian-Film-Business.png\" alt=\"\">\n			Announcement\n			<h3>🎬 A Spectacular Inauguration for the Indian Film Alliance (IFA)! 🎬</h3>\n			<p>The Indian Film Alliance (IFA) kicked off in grand style with its inaugural event—\"Indian Film Business - Insights from the Leaders\"—hosted and supported by the Consulate General of India, Birmingham!</p>\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M8 2v4\"></path><path d=\"M16 2v4\"></path><rect width=\"18\" height=\"18\" x=\"3\" y=\"4\" rx=\"2\"></rect><path d=\"M3 10h18\"></path></svg>\n			27 Apr 2024 | 15:00\n			<svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 10c0 6-8 12-8 12s-8-6-8-12a8 8 0 0 1 16 0Z\"></path><circle cx=\"12\" cy=\"10\" r=\"3\"></circle></svg>\n			Consulate General of India, Birmingham\n			<a href=\"#\">Read More	</a>\n					<h1>Celebrating Indian Cinema\n</h1>				\n		Discover the rich diversity of films from across India\'s vibrant film industries.		\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-1.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Mughal-E-Azam</h3>\n	<p>K. Asif | 1960 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-2.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Sholay</h3>\n	<p>Ramesh Sippy | 1975 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-3.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Lagaan</h3>\n	<p>Ashutosh Gowariker | 2001 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-4.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bajrangi Bhaijaan</h3>\n	<p>Kabir Khan | 2015 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-5.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Padmaavat</h3>\n	<p>Sanjay Leela Bhansali | 2018 | Hindi</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-6.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Nayagan</h3>\n	<p>Mani Ratnam | 1987 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-7.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Ponniyin Selvan</h3>\n	<p>Mani Ratnam | 2022 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-8.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Baashha</h3>\n	<p>Suresh Krissna | 1995 | Tamil</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-9.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Drishyam</h3>\n	<p>Jeethu Joseph | 2013 | Malayalam</p>\n<img src=\"https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/c-10.jpg\" alt=\"Mughal-E-Azam\">\n	<h3>Bangalore Days</h3>\n	<p>Anjali Menon | 2014  | Malayalam</p>\n					<h1>Join Club IFA\n</h1>				\n		<p>Become part of our community and unlock exclusive benefits for Indian cinema<br />enthusiasts and filmmakers.</p>		\n					<h3>Free Membership</h3>\n						£0.00    					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Monthly newsletter</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Online community access</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Access to public screenings</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=1\">\n						<button>Join Now</button>\n					</a>\n					<h3>Premium Membership</h3>\n						£30.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted event tickets</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Members-only ticket pre-sales</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Filmmaker resources</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Cast &amp; Crew request</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Exclusive filmmaker Q&amp;As</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=2\">\n						<button>Join Now</button>\n					</a>\n					<h3>Business Membership</h3>\n						£100.00    / Year   					\n					<ul>\n					                         <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> All Premium Member benefits</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Distribution opportunities</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Business networking events</li>\n                                            <li><svg xmlns=\"http://www.w3.org/2000/svg\" width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"><path d=\"M20 6 9 17l-5-5\"></path></svg> Discounted sponsorship participation</li>\n                     					</ul>\n					<a href=\"https://ifa-wp.dreamstechnologies.com/membership-checkout/?pmpro_level=3\">\n						<button>Join Now</button>\n					</a>', 'Home', '', 'inherit', 'closed', 'closed', '', '29-revision-v1', '', '', '2025-06-12 13:00:03', '2025-06-12 13:00:03', '', 29, 'https://ifa-wp.dreamstechnologies.com/?p=736', 0, 'revision', '', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_qcld_slider_hero_sliders`
--

CREATE TABLE `wp_qcld_slider_hero_sliders` (
  `id` int(11) NOT NULL,
  `title` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `type` varchar(30) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `params` mediumtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `time` datetime NOT NULL,
  `slide` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `style` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `custom` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bg_image_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bg_audio_url` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `bg_gradient` text COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_qcld_slider_hero_sliders`
--

INSERT INTO `wp_qcld_slider_hero_sliders` (`id`, `title`, `type`, `params`, `time`, `slide`, `style`, `custom`, `bg_image_url`, `bg_audio_url`, `bg_gradient`) VALUES
(1, 'First Slider', 'no_effect', '{\"watereffect\":{\"color\":\"\"},\"autoplay\":1,\"pauseonhover\":1,\"directionnav\":1,\"controlnav\":1,\"effect\":{\"interval\":11000},\"title\":{\"show\":1,\"align\":\"left\",\"style\":{\"width\":213,\"height\":61,\"left\":\"0px\",\"top\":\"10%\"}},\"button1\":{\"show\":1,\"position\":\"1\",\"align\":\"left\",\"style\":{\"width\":213,\"height\":61,\"left\":\"0%\",\"top\":\"80%\"}},\"titleffect\":\"bounceInLeft\",\"deseffect\":\"bounceInRight\",\"description\":{\"show\":1,\"align\":\"left\",\"style\":{\"width\":213,\"height\":61,\"left\":\"0%\",\"top\":\"30%\"}},\"titlefontsize\":40,\"descfontsize\":20,\"background\":\"#4e56fc\",\"titlecolor\":\"#ffffff\",\"descriptioncolor\":\"#ffffff\",\"btneffect\":\"\",\"blur\":{\"canvas_bg\":\"\",\"particle_color\":\"\"},\"wave\":{\"one_color\":\"\",\"two_color\":\"\",\"three_color\":\"\"},\"metaballs\":{},\"matrix\":{},\"tiny_galaxy\":{},\"tagcanvas\":{},\"water_swimming\":{},\"warp_speed\":{},\"line\":{},\"circle\":{},\"waaave\":{},\"ballsgravity\":{},\"iconsahedron\":{},\"helix\":{},\"corruption\":{},\"chaos\":{},\"helix_multiple\":{},\"neno_hexagon\":{},\"cosmic_web\":{},\"directional\":{},\"distance\":{},\"valentine\":{},\"cloudysky\":{},\"particle_snow\":{\"color\":\"\",\"type\":\"circle\"},\"herotop\":{\"decoration\":\"\"},\"herobottom\":{\"decoration\":\"\"},\"rays_particles\":{\"particles\":\"\"},\"hero404\":{\"title\":\"\"},\"paddingtime\":500,\"slidendredirect\":\"\",\"slideredirectdelay\":\"\",\"contentspace\":\"\",\"titlebottommargin\":\"\",\"descriptionbottommargin\":\"\",\"buttonbottommargin\":\"\",\"titlebgcolor\":\"\",\"descriptionbgcolor\":\"\",\"topdecorationcolor\":\"\",\"bottomdecorationcolor\":\"\",\"canvasopacity\":\"\",\"titlefontheight\":\"\",\"descfontheight\":\"\",\"lfxtitlein\":\"\",\"lfxtitleout\":\"\",\"lfxdesin\":\"\",\"lfxdesout\":\"\",\"contentoffset\":\"\",\"custom_video_mp4\":\"\",\"custom_video_webm\":\"\",\"bg_video_youtube\":\"\",\"bg_video_vimeo\":\"\",\"video_overlay_color\":\"\",\"video_overlay_opacity\":\"\",\"audiorepeatcount\":\"\",\"arrow\":\"arrow-circle\",\"arrowcolor\":\"\",\"arrowhovercolor\":\"\",\"navigatorcolor\":\"\",\"navigatorhovercolor\":\"\",\"stopslide\":0,\"repeat\":1,\"randomslide\":0,\"disableinmobile\":0,\"onlyonce\":0,\"fullscreenmobile\":0,\"content\":\"center\",\"bgimageeffect\":\"\",\"slideimageeffect\":\"fade\",\"slideimageeffectreverse\":\"fade\",\"titleouteffect\":\"\",\"descouteffect\":\"\",\"btnouteffect\":\"\",\"hidearrow\":1,\"hidenavigation\":0,\"herorestart\":1,\"heropause\":1,\"video\":\"\",\"video_loop\":1,\"video_mute\":1,\"sound_control\":1,\"video_overlay\":0,\"audioautoplay\":1,\"audiocontrol\":1,\"audiorepeat\":0,\"controllerposition\":\"topleft\",\"arrow_style\":\"default\"}', '2025-06-11 14:04:58', 'NULL', '{\"background\":\"blue;\",\"border\":\"1px solid red;\",\"color\":\"yellow\",\"width\":\"800\",\"height\":\"480\",\"marginLeft\":\"0\",\"marginRight\":\"0\",\"marginTop\":\"0\",\"marginBottom\":\"0\",\"screenoption\":\"1\",\"fullwidth\":\"3\"}', '{}', '', '', '\"background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);\"');

-- --------------------------------------------------------

--
-- Table structure for table `wp_qcld_slider_hero_slides`
--

CREATE TABLE `wp_qcld_slider_hero_slides` (
  `id` int(11) NOT NULL,
  `title` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `sliderid` int(11) NOT NULL,
  `published` tinyint(1) NOT NULL DEFAULT 1,
  `slide` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `description` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_link` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `image_link_new_tab` tinyint(1) NOT NULL,
  `thumbnail` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `custom` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `ordering` int(11) NOT NULL,
  `type` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `btn` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `btn2` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `t_font` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `d_font` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `tl_space` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `dl_space` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `stomp` text COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `draft` varchar(10) COLLATE utf8mb4_unicode_520_ci NOT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_qcld_slider_hero_slides`
--

INSERT INTO `wp_qcld_slider_hero_slides` (`id`, `title`, `sliderid`, `published`, `slide`, `description`, `image_link`, `image_link_new_tab`, `thumbnail`, `custom`, `ordering`, `type`, `btn`, `btn2`, `t_font`, `d_font`, `tl_space`, `dl_space`, `stomp`, `draft`) VALUES
(1, 'The Most Elegant Slider Plugin', 1, 1, NULL, '<p>Slider Hero comes with all the standard slider features and tonnes more.</p>', 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-1-1-scaled.avif', 0, '', '{}', 1, '', '{\\&quot;button_text\\&quot;:\\&quot;Download Now\\&quot;,\\&quot;button_url\\&quot;:\\&quot;#\\&quot;,\\&quot;button_target\\&quot;:\\&quot;_blank\\&quot;,\\&quot;button_border\\&quot;:\\&quot;square\\&quot;,\\&quot;button_style\\&quot;:\\&quot;full_background\\&quot;,\\&quot;button_effect\\&quot;:\\&quot;exborder\\&quot;,\\&quot;button_font_weight\\&quot;:\\&quot;normal\\&quot;,\\&quot;button_font_size\\&quot;:\\&quot;\\&quot;,\\&quot;button_letter_spacing\\&quot;:\\&quot;\\&quot;,\\&quot;button_color\\&quot;:\\&quot;#000000\\&quot;,\\&quot;button_hover_color\\&quot;:\\&quot;\\&quot;,\\&quot;button_background_color\\&quot;:\\&quot;#ffffff\\&quot;,\\&quot;hero_button_shortcode\\&quot;:\\&quot;\\&quot;,\\&quot;hero_button_shortcode_value\\&quot;:\\&quot;\\&quot;,\\&quot;button_background_hover_color\\&quot;:\\&quot;\\&quot;}', '{\\&quot;button_text\\&quot;:\\&quot;View Details\\&quot;,\\&quot;button_url\\&quot;:\\&quot;#\\&quot;,\\&quot;button_target\\&quot;:\\&quot;_blank\\&quot;,\\&quot;button_border\\&quot;:\\&quot;square\\&quot;,\\&quot;button_style\\&quot;:\\&quot;full_background\\&quot;,\\&quot;button_effect\\&quot;:\\&quot;exborder\\&quot;,\\&quot;button_font_weight\\&quot;:\\&quot;normal\\&quot;,\\&quot;button_font_size\\&quot;:\\&quot;\\&quot;,\\&quot;button_letter_spacing\\&quot;:\\&quot;\\&quot;,\\&quot;button_color\\&quot;:\\&quot;#000000\\&quot;,\\&quot;button_hover_color\\&quot;:\\&quot;\\&quot;,\\&quot;button_background_color\\&quot;:\\&quot;#ffffff\\&quot;,\\&quot;hero_button_shortcode\\&quot;:\\&quot;\\&quot;,\\&quot;hero_button_shortcode_value\\&quot;:\\&quot;\\&quot;,\\&quot;button_background_hover_color\\&quot;:\\&quot;\\&quot;}', 'Roboto:900', '', '', '', '', '0'),
(3, 'Default Title', 1, 1, NULL, 'Default Description', 'https://ifa-wp.dreamstechnologies.com/wp-content/uploads/2025/06/hero-2-scaled.avif', 0, '', '{}', 2, '', '', '', '', '', '', '', '', '0');

-- --------------------------------------------------------

--
-- Table structure for table `wp_termmeta`
--

CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

-- --------------------------------------------------------

--
-- Table structure for table `wp_terms`
--

CREATE TABLE `wp_terms` (
  `term_id` bigint(20) UNSIGNED NOT NULL,
  `name` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `slug` varchar(200) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_terms`
--

INSERT INTO `wp_terms` (`term_id`, `name`, `slug`, `term_group`) VALUES
(1, 'Uncategorized', 'uncategorized', 0),
(2, 'Menu', 'menu', 0),
(3, 'astra', 'astra', 0),
(4, 'Footer Menun', 'footer-menun', 0),
(5, 'Links', 'links', 0),
(6, 'abandoned-signup', 'abandoned-signup', 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_relationships`
--

CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_relationships`
--

INSERT INTO `wp_term_relationships` (`object_id`, `term_taxonomy_id`, `term_order`) VALUES
(1, 1, 0),
(30, 3, 0),
(81, 2, 0),
(82, 2, 0),
(83, 2, 0),
(84, 4, 0),
(85, 4, 0),
(86, 4, 0),
(87, 4, 0),
(92, 5, 0),
(93, 5, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_term_taxonomy`
--

CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL,
  `term_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `description` longtext COLLATE utf8mb4_unicode_520_ci NOT NULL,
  `parent` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_term_taxonomy`
--

INSERT INTO `wp_term_taxonomy` (`term_taxonomy_id`, `term_id`, `taxonomy`, `description`, `parent`, `count`) VALUES
(1, 1, 'category', '', 0, 1),
(2, 2, 'nav_menu', '', 0, 3),
(3, 3, 'wp_theme', '', 0, 1),
(4, 4, 'nav_menu', '', 0, 4),
(5, 5, 'nav_menu', '', 0, 2),
(6, 6, 'pmpro_abandoned_signup', '', 0, 0);

-- --------------------------------------------------------

--
-- Table structure for table `wp_usermeta`
--

CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) UNSIGNED NOT NULL,
  `user_id` bigint(20) UNSIGNED NOT NULL DEFAULT 0,
  `meta_key` varchar(255) COLLATE utf8mb4_unicode_520_ci DEFAULT NULL,
  `meta_value` longtext COLLATE utf8mb4_unicode_520_ci DEFAULT NULL
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_usermeta`
--

INSERT INTO `wp_usermeta` (`umeta_id`, `user_id`, `meta_key`, `meta_value`) VALUES
(1, 1, 'nickname', 'admin'),
(2, 1, 'first_name', ''),
(3, 1, 'last_name', ''),
(4, 1, 'description', ''),
(5, 1, 'rich_editing', 'true'),
(6, 1, 'syntax_highlighting', 'true'),
(7, 1, 'comment_shortcuts', 'false'),
(8, 1, 'admin_color', 'fresh'),
(9, 1, 'use_ssl', '0'),
(10, 1, 'show_admin_bar_front', 'true'),
(11, 1, 'locale', ''),
(12, 1, 'wp_capabilities', 'a:1:{s:13:\"administrator\";b:1;}'),
(13, 1, 'wp_user_level', '10'),
(14, 1, 'dismissed_wp_pointers', ''),
(15, 1, 'show_welcome_panel', '0'),
(16, 1, 'session_tokens', 'a:2:{s:64:\"1267c1a55c2fe995f499bfe537bf9d9f7ad2d87658718472f41532610a05f053\";a:4:{s:10:\"expiration\";i:1749639452;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0\";s:5:\"login\";i:1749466652;}s:64:\"f234f12ff9e1bb5948d5b5bc874a85132f1382545c90ecdc5b03e3774e767121\";a:4:{s:10:\"expiration\";i:1749796973;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";s:5:\"login\";i:1749624173;}}'),
(17, 1, 'wp_dashboard_quick_press_last_post_id', '5'),
(18, 1, 'astra-sites-on-active', 'notice-dismissed'),
(19, 1, 'elementor_introduction', 'a:2:{s:27:\"ai-get-started-announcement\";b:1;s:20:\"globals_introduction\";b:1;}'),
(20, 1, 'managenav-menuscolumnshidden', 'a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),
(21, 1, 'metaboxhidden_nav-menus', 'a:2:{i:0;s:12:\"add-post_tag\";i:1;s:15:\"add-post_format\";}'),
(22, 1, 'wp_user-settings', 'libraryContent=browse&editor=html'),
(23, 1, 'wp_user-settings-time', '1749727548'),
(24, 1, 'nav_menu_recently_edited', '5'),
(25, 1, 'pmpro_archived_notifications', 'a:1:{s:26:\"initial_notification_delay\";s:25:\"2025-06-17T08:38:09+00:00\";}'),
(26, 1, 'managememberships_page_pmpro-memberslistcolumnshidden', 'a:5:{i:0;s:2:\"ID\";i:1;s:10:\"first_name\";i:2;s:9:\"last_name\";i:3;s:13:\"membership_id\";i:4;s:8:\"joindate\";}'),
(27, 1, 'managememberships_page_pmpro-subscriptionscolumnshidden', 'a:1:{i:0;s:9:\"startdate\";}'),
(28, 1, 'pmpro_visits', 'a:10:{s:4:\"last\";s:13:\"June 11, 2025\";s:8:\"thisdate\";s:10:\"2025-11-06\";s:4:\"week\";i:2;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:2;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:2;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:2;s:5:\"today\";i:0;}'),
(29, 1, 'pmpro_views', 'a:10:{s:4:\"last\";s:13:\"June 12, 2025\";s:8:\"thisdate\";s:10:\"2025-12-06\";s:4:\"week\";i:323;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:323;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:323;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:323;s:5:\"today\";i:0;}'),
(30, 1, 'managememberships_page_pmpro-orderscolumnshidden', 'a:0:{}'),
(31, 2, 'nickname', 'nethajiram'),
(32, 2, 'first_name', 'test'),
(33, 2, 'last_name', 'test'),
(34, 2, 'description', ''),
(35, 2, 'rich_editing', 'true'),
(36, 2, 'syntax_highlighting', 'true'),
(37, 2, 'comment_shortcuts', 'false'),
(38, 2, 'admin_color', 'fresh'),
(39, 2, 'use_ssl', '0'),
(40, 2, 'show_admin_bar_front', 'true'),
(41, 2, 'locale', ''),
(42, 2, 'wp_capabilities', 'a:1:{s:10:\"subscriber\";b:1;}'),
(43, 2, 'wp_user_level', '0'),
(44, 2, 'session_tokens', 'a:1:{s:64:\"8fc1beb812bc95d0dc77d6a6ef5e4194e357353329c1bfb0faff42e301a999d8\";a:4:{s:10:\"expiration\";i:1750770748;s:2:\"ip\";s:3:\"::1\";s:2:\"ua\";s:125:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36 Edg/137.0.0.0\";s:5:\"login\";i:1749561148;}}'),
(45, 2, 'pmpro_logins', 'a:9:{s:4:\"last\";s:13:\"June 10, 2025\";s:8:\"thisdate\";N;s:4:\"week\";i:1;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:1;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:1;}'),
(46, 2, 'pmpro_views', 'a:10:{s:4:\"last\";s:13:\"June 10, 2025\";s:8:\"thisdate\";s:10:\"2025-10-06\";s:4:\"week\";i:3;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:3;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:3;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:3;s:5:\"today\";i:0;}'),
(47, 1, 'pmpro_logins', 'a:9:{s:4:\"last\";s:13:\"June 11, 2025\";s:8:\"thisdate\";N;s:4:\"week\";i:1;s:8:\"thisweek\";s:2:\"24\";s:5:\"month\";i:1;s:9:\"thismonth\";s:1:\"6\";s:3:\"ytd\";i:1;s:8:\"thisyear\";s:4:\"2025\";s:7:\"alltime\";i:1;}'),
(48, 1, 'uae-optin-notice', 'notice-dismissed'),
(49, 1, 'elementor_dismissed_editor_notices', 'a:1:{i:0;s:20:\"image_optimizer_hint\";}'),
(50, 1, 'ase-notice-dismissed', 'active');

-- --------------------------------------------------------

--
-- Table structure for table `wp_users`
--

CREATE TABLE `wp_users` (
  `ID` bigint(20) UNSIGNED NOT NULL,
  `user_login` varchar(60) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_pass` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_nicename` varchar(50) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_email` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_url` varchar(100) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) COLLATE utf8mb4_unicode_520_ci NOT NULL DEFAULT ''
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;

--
-- Dumping data for table `wp_users`
--

INSERT INTO `wp_users` (`ID`, `user_login`, `user_pass`, `user_nicename`, `user_email`, `user_url`, `user_registered`, `user_activation_key`, `user_status`, `display_name`) VALUES
(1, 'admin', '$wp$2y$10$CM0ScxXkEw8BgKIh9unHPOcsZMRYY7cNvZ.tXxFdgdRZNT5SAEaVG', 'admin', '[email protected]', 'https://ifa-wp.dreamstechnologies.com', '2025-06-09 10:57:13', '', 0, 'admin'),
(2, 'nethajiram', '$wp$2y$10$JvL5RcmNaqF7x8xlu0omgemSPk8TZdH2cUQgn1fP4zT7AVFzjbhEm', 'nethajiram', '[email protected]', '', '2025-06-10 13:12:28', '', 0, 'test test');

--
-- Indexes for dumped tables
--

--
-- Indexes for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `comment_id` (`comment_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_comments`
--
ALTER TABLE `wp_comments`
  ADD PRIMARY KEY (`comment_ID`),
  ADD KEY `comment_post_ID` (`comment_post_ID`),
  ADD KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  ADD KEY `comment_date_gmt` (`comment_date_gmt`),
  ADD KEY `comment_parent` (`comment_parent`),
  ADD KEY `comment_author_email` (`comment_author_email`(10));

--
-- Indexes for table `wp_dreamsrent_booking`
--
ALTER TABLE `wp_dreamsrent_booking`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_dreamsrent_maintenance`
--
ALTER TABLE `wp_dreamsrent_maintenance`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_dreamsrent_reservations`
--
ALTER TABLE `wp_dreamsrent_reservations`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  ADD PRIMARY KEY (`id`),
  ADD KEY `created_at_index` (`created_at`);

--
-- Indexes for table `wp_links`
--
ALTER TABLE `wp_links`
  ADD PRIMARY KEY (`link_id`),
  ADD KEY `link_visible` (`link_visible`);

--
-- Indexes for table `wp_options`
--
ALTER TABLE `wp_options`
  ADD PRIMARY KEY (`option_id`),
  ADD UNIQUE KEY `option_name` (`option_name`),
  ADD KEY `autoload` (`autoload`);

--
-- Indexes for table `wp_pmpro_discount_codes`
--
ALTER TABLE `wp_pmpro_discount_codes`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `code` (`code`),
  ADD KEY `starts` (`starts`),
  ADD KEY `expires` (`expires`);

--
-- Indexes for table `wp_pmpro_discount_codes_levels`
--
ALTER TABLE `wp_pmpro_discount_codes_levels`
  ADD PRIMARY KEY (`code_id`,`level_id`),
  ADD KEY `initial_payment` (`initial_payment`);

--
-- Indexes for table `wp_pmpro_discount_codes_uses`
--
ALTER TABLE `wp_pmpro_discount_codes_uses`
  ADD PRIMARY KEY (`id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `timestamp` (`timestamp`);

--
-- Indexes for table `wp_pmpro_groups`
--
ALTER TABLE `wp_pmpro_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_pmpro_memberships_categories`
--
ALTER TABLE `wp_pmpro_memberships_categories`
  ADD PRIMARY KEY (`membership_id`,`category_id`),
  ADD UNIQUE KEY `category_membership` (`category_id`,`membership_id`);

--
-- Indexes for table `wp_pmpro_memberships_pages`
--
ALTER TABLE `wp_pmpro_memberships_pages`
  ADD PRIMARY KEY (`page_id`,`membership_id`),
  ADD UNIQUE KEY `membership_page` (`membership_id`,`page_id`);

--
-- Indexes for table `wp_pmpro_memberships_users`
--
ALTER TABLE `wp_pmpro_memberships_users`
  ADD PRIMARY KEY (`id`),
  ADD KEY `membership_id` (`membership_id`),
  ADD KEY `modified` (`modified`),
  ADD KEY `code_id` (`code_id`),
  ADD KEY `enddate` (`enddate`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `status` (`status`);

--
-- Indexes for table `wp_pmpro_membership_levelmeta`
--
ALTER TABLE `wp_pmpro_membership_levelmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `pmpro_membership_level_id` (`pmpro_membership_level_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_pmpro_membership_levels`
--
ALTER TABLE `wp_pmpro_membership_levels`
  ADD PRIMARY KEY (`id`),
  ADD KEY `allow_signups` (`allow_signups`),
  ADD KEY `initial_payment` (`initial_payment`),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_pmpro_membership_levels_groups`
--
ALTER TABLE `wp_pmpro_membership_levels_groups`
  ADD PRIMARY KEY (`id`),
  ADD KEY `level` (`level`),
  ADD KEY `group` (`group`);

--
-- Indexes for table `wp_pmpro_membership_ordermeta`
--
ALTER TABLE `wp_pmpro_membership_ordermeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `pmpro_membership_order_id` (`pmpro_membership_order_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_pmpro_membership_orders`
--
ALTER TABLE `wp_pmpro_membership_orders`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `code` (`code`),
  ADD KEY `session_id` (`session_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `membership_id` (`membership_id`),
  ADD KEY `status` (`status`),
  ADD KEY `timestamp` (`timestamp`),
  ADD KEY `gateway` (`gateway`),
  ADD KEY `gateway_environment` (`gateway_environment`),
  ADD KEY `payment_transaction_id` (`payment_transaction_id`),
  ADD KEY `subscription_transaction_id` (`subscription_transaction_id`),
  ADD KEY `affiliate_id` (`affiliate_id`),
  ADD KEY `affiliate_subid` (`affiliate_subid`),
  ADD KEY `checkout_id` (`checkout_id`);

--
-- Indexes for table `wp_pmpro_subscriptionmeta`
--
ALTER TABLE `wp_pmpro_subscriptionmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `pmpro_subscription_id` (`pmpro_subscription_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_pmpro_subscriptions`
--
ALTER TABLE `wp_pmpro_subscriptions`
  ADD PRIMARY KEY (`id`),
  ADD UNIQUE KEY `subscription_link` (`subscription_transaction_id`,`gateway_environment`,`gateway`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `next_payment_date` (`next_payment_date`);

--
-- Indexes for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `post_id` (`post_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_posts`
--
ALTER TABLE `wp_posts`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `post_name` (`post_name`(191)),
  ADD KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  ADD KEY `post_parent` (`post_parent`),
  ADD KEY `post_author` (`post_author`);

--
-- Indexes for table `wp_qcld_slider_hero_sliders`
--
ALTER TABLE `wp_qcld_slider_hero_sliders`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_qcld_slider_hero_slides`
--
ALTER TABLE `wp_qcld_slider_hero_slides`
  ADD PRIMARY KEY (`id`);

--
-- Indexes for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  ADD PRIMARY KEY (`meta_id`),
  ADD KEY `term_id` (`term_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_terms`
--
ALTER TABLE `wp_terms`
  ADD PRIMARY KEY (`term_id`),
  ADD KEY `slug` (`slug`(191)),
  ADD KEY `name` (`name`(191));

--
-- Indexes for table `wp_term_relationships`
--
ALTER TABLE `wp_term_relationships`
  ADD PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  ADD KEY `term_taxonomy_id` (`term_taxonomy_id`);

--
-- Indexes for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  ADD PRIMARY KEY (`term_taxonomy_id`),
  ADD UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  ADD KEY `taxonomy` (`taxonomy`);

--
-- Indexes for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  ADD PRIMARY KEY (`umeta_id`),
  ADD KEY `user_id` (`user_id`),
  ADD KEY `meta_key` (`meta_key`(191));

--
-- Indexes for table `wp_users`
--
ALTER TABLE `wp_users`
  ADD PRIMARY KEY (`ID`),
  ADD KEY `user_login_key` (`user_login`),
  ADD KEY `user_nicename` (`user_nicename`),
  ADD KEY `user_email` (`user_email`);

--
-- AUTO_INCREMENT for dumped tables
--

--
-- AUTO_INCREMENT for table `wp_commentmeta`
--
ALTER TABLE `wp_commentmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_comments`
--
ALTER TABLE `wp_comments`
  MODIFY `comment_ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_dreamsrent_booking`
--
ALTER TABLE `wp_dreamsrent_booking`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_dreamsrent_maintenance`
--
ALTER TABLE `wp_dreamsrent_maintenance`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_dreamsrent_reservations`
--
ALTER TABLE `wp_dreamsrent_reservations`
  MODIFY `id` mediumint(9) NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_e_events`
--
ALTER TABLE `wp_e_events`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_links`
--
ALTER TABLE `wp_links`
  MODIFY `link_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_options`
--
ALTER TABLE `wp_options`
  MODIFY `option_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=1007;

--
-- AUTO_INCREMENT for table `wp_pmpro_discount_codes`
--
ALTER TABLE `wp_pmpro_discount_codes`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_pmpro_discount_codes_uses`
--
ALTER TABLE `wp_pmpro_discount_codes_uses`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_pmpro_groups`
--
ALTER TABLE `wp_pmpro_groups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2;

--
-- AUTO_INCREMENT for table `wp_pmpro_memberships_users`
--
ALTER TABLE `wp_pmpro_memberships_users`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_pmpro_membership_levelmeta`
--
ALTER TABLE `wp_pmpro_membership_levelmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_pmpro_membership_levels`
--
ALTER TABLE `wp_pmpro_membership_levels`
  MODIFY `id` int(11) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_pmpro_membership_levels_groups`
--
ALTER TABLE `wp_pmpro_membership_levels_groups`
  MODIFY `id` int(10) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=19;

--
-- AUTO_INCREMENT for table `wp_pmpro_membership_ordermeta`
--
ALTER TABLE `wp_pmpro_membership_ordermeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_pmpro_membership_orders`
--
ALTER TABLE `wp_pmpro_membership_orders`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_pmpro_subscriptionmeta`
--
ALTER TABLE `wp_pmpro_subscriptionmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_pmpro_subscriptions`
--
ALTER TABLE `wp_pmpro_subscriptions`
  MODIFY `id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_postmeta`
--
ALTER TABLE `wp_postmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5936;

--
-- AUTO_INCREMENT for table `wp_posts`
--
ALTER TABLE `wp_posts`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=737;

--
-- AUTO_INCREMENT for table `wp_qcld_slider_hero_sliders`
--
ALTER TABLE `wp_qcld_slider_hero_sliders`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;

--
-- AUTO_INCREMENT for table `wp_qcld_slider_hero_slides`
--
ALTER TABLE `wp_qcld_slider_hero_slides`
  MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=4;

--
-- AUTO_INCREMENT for table `wp_termmeta`
--
ALTER TABLE `wp_termmeta`
  MODIFY `meta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT;

--
-- AUTO_INCREMENT for table `wp_terms`
--
ALTER TABLE `wp_terms`
  MODIFY `term_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_term_taxonomy`
--
ALTER TABLE `wp_term_taxonomy`
  MODIFY `term_taxonomy_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=7;

--
-- AUTO_INCREMENT for table `wp_usermeta`
--
ALTER TABLE `wp_usermeta`
  MODIFY `umeta_id` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=51;

--
-- AUTO_INCREMENT for table `wp_users`
--
ALTER TABLE `wp_users`
  MODIFY `ID` bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=3;
COMMIT;

/*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */;
/*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */;
/*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;